| 13 |
|
include("iutils.inc.php"); |
| 14 |
|
|
| 15 |
|
function printLine($title) { |
| 16 |
< |
echo "<hr color=\"#9999ff\">"; |
| 16 |
> |
echo "<hr style=\"color:#9999ff;\">"; |
| 17 |
|
echo "<b>$title</b>"; |
| 18 |
|
} |
| 19 |
|
|
| 32 |
|
</tr> |
| 33 |
|
</table> |
| 34 |
|
<? |
| 35 |
+ |
} |
| 36 |
+ |
|
| 37 |
+ |
|
| 38 |
+ |
function linkToHistory($report) { |
| 39 |
+ |
global $machine; |
| 40 |
+ |
$yesterday = date("Y-m-d", time() - 86400); |
| 41 |
+ |
echo <<<EOT |
| 42 |
+ |
<a href="browser.php?machine_name=$machine&report=$report&day=$yesterday&submit=Show"><img src="historical.gif" width="20" height="20" border="0"></a> |
| 43 |
+ |
EOT; |
| 44 |
|
} |
| 45 |
|
|
| 46 |
|
|