ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/reports/php/latest/latest.php
(Generate patch)

Comparing projects/cms/source/reports/php/latest/latest.php (file contents):
Revision 1.22 by pjm2, Tue Mar 13 20:26:35 2001 UTC vs.
Revision 1.23 by pjm2, Tue Mar 13 20:31:39 2001 UTC

# Line 39 | Line 39 | 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">
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  
# Line 69 | Line 66 | function showBar($title, $value, $max, $units, $input)
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>
# Line 80 | Line 77 | function showBar($title, $value, $max, $units, $input)
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">&nbsp;</td>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines