| 37 |
|
} |
| 38 |
|
} |
| 39 |
|
|
| 40 |
+ |
function printLine() { |
| 41 |
+ |
echo "<hr color=\"#9999ff\">"; |
| 42 |
+ |
} |
| 43 |
|
|
| 44 |
+ |
|
| 45 |
|
function showStat($title, $value, $input) { |
| 46 |
|
preg_match("/$value=([^\,]*)[\,|\}]/", $input, $matches); |
| 47 |
|
$value = $matches[1]; |
| 106 |
|
<form method="<? echo $formMethod ?>" action="<? echo $thisPage ?>"> |
| 107 |
|
<? |
| 108 |
|
|
| 109 |
< |
$file_array = getdirArray($latestDirectory,'rsort'); |
| 109 |
> |
$file_array = getdirArray($latestDirectory,'asort'); |
| 110 |
|
print "<select size=\"1\" name=\"machine\">"; |
| 111 |
|
if ($machine) { ?> |
| 112 |
|
<option selected value="<? echo $machine ?>"><? echo $machine ?></option> |