34 |
|
?> |
35 |
|
|
36 |
|
<html> |
37 |
< |
<body bgcolor="eeeeff"> |
37 |
> |
<body bgcolor="#ffffff"> |
38 |
|
|
39 |
|
<font face="arial, sans-serif"> |
40 |
|
<h4>I-scream report browser [trial 2.0]</h4> |
67 |
|
if ($submit == "bung") { |
68 |
|
$url = escapeshellcmd("$day/$machine_name/$report/chart.gif"); |
69 |
|
if (file_exists($url)) { |
70 |
< |
echo "<p><img src=\"$url\" width=\"500\" height=\"250\"><br><img src=\"24hour.gif\" width=\"500\" height=\"39\"></p>"; |
70 |
> |
echo "<p><b>$machine_name - $report</b><br><img src=\"$url\" width=\"500\" height=\"250\"><br><img src=\"24hour.gif\" width=\"500\" height=\"39\"></p>"; |
71 |
|
} |
72 |
|
else { |
73 |
|
echo "<p>The report could not be found.</p>"; |