| 75 |
|
<hr weight="1" color="<? echo $lineColor ?>"> |
| 76 |
|
|
| 77 |
|
<b>Most recent reports available</b> |
| 78 |
< |
<form method="<? echo $formMethod ?>" action="browser.php"> |
| 78 |
> |
<form method="<? echo $formMethod ?>" action="<? echo $thisPage ?>"> |
| 79 |
|
<? |
| 80 |
|
|
| 81 |
|
$file_array = getdirArray($reportDirectory,'rsort'); |
| 101 |
|
|
| 102 |
|
<b>Available reports for <? echo $day ?></b> |
| 103 |
|
|
| 104 |
< |
<form method="<? echo $formMethod ?>" action="browser.php"> |
| 104 |
> |
<form method="<? echo $formMethod ?>" action="<? echo $thisPage ?>"> |
| 105 |
|
<select size="1" name="machine_name"> |
| 106 |
|
<? if ($machine_name) { ?> |
| 107 |
|
<option selected value="<? echo $machine_name ?>"><? echo $machine_name ?></option> |