| 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"> |
| 43 |
< |
<img src="minichart.gif" width="20" height="20" border="0"> |
| 44 |
< |
</a> |
| 45 |
< |
<font size="2">View yesterday's 24-hour chart</font> |
| 42 |
> |
<a href="browser.php?machine_name=$machine&report=$report&day=$yesterday&submit=Show"><img src="minichart.gif" alt="View yesterday's 24-hour chart" width="20" height="20" border="0"></a> |
| 43 |
|
EOT; |
| 44 |
|
} |
| 45 |
|
|
| 66 |
|
?> |
| 67 |
|
<table border="0" cellpadding="0" cellspacing="0" align="center"> |
| 68 |
|
<tr> |
| 69 |
< |
<td colspan="2"><b><?=$title?></b> <font size="2">(<?=$value?><?=$units?>)</font></td> |
| 69 |
> |
<td colspan="2"><? linkToHistory($report); ?> <b><?=$title?></b> <font size="2">(<?=$value?><?=$units?>)</font></td> |
| 70 |
|
</tr> |
| 71 |
|
<tr> |
| 72 |
|
<td colspan="2" bgcolor="#eeeeff"><img src="<?=$barImage?>" border="0" height="20" width="<?=$width?>"></td> |
| 77 |
|
<tr> |
| 78 |
|
<td align="left">0<?=$units?></td> |
| 79 |
|
<td align="right"><?=$max?><?=$units?></td> |
| 83 |
– |
</tr> |
| 84 |
– |
<tr> |
| 85 |
– |
<td colspan="2" align="center"><? linkToHistory($report); ?></td> |
| 80 |
|
</tr> |
| 81 |
|
<tr> |
| 82 |
|
<td colspan="2"> </td> |