| 36 |
|
<hr weight="1" color="#9999ff"> |
| 37 |
|
|
| 38 |
|
<b>Most recent reports available</b> |
| 39 |
< |
<form method="GET" action=""> |
| 39 |
> |
<form method="GET" action="browser.php"> |
| 40 |
|
<? |
| 41 |
|
|
| 42 |
|
$file_array = getdirArray('/home/cut/pjm2/webpages/reports','rsort'); |
| 62 |
|
|
| 63 |
|
<b>Available reports for <? echo $day ?></b> |
| 64 |
|
|
| 65 |
< |
<form method="GET" action=""> |
| 65 |
> |
<form method="GET" action="browser.php"> |
| 66 |
|
<select size="1" name="machine_name"> |
| 67 |
|
<option selected value="">[select machine]</option> |
| 68 |
|
<? include("$day/machine_name.inc"); ?> |
| 89 |
|
|
| 90 |
|
include("$day/$machine_name/$report/i-maxmin.txt"); |
| 91 |
|
|
| 92 |
< |
$url = escapeshellcmd("$day/$machine_name/$report/chart.gif"); |
| 92 |
> |
$url = escapeshellcmd("$day/$machine_name/$report/i-chart.gif"); |
| 93 |
|
if (file_exists($url)) { ?> |
| 94 |
|
|
| 95 |
|
<center><b>[<? echo $machine_name; ?>] - <? echo $report; ?></b></center> |