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.24 by pjm2, Tue Mar 13 20:55:43 2001 UTC

# Line 19 | Line 19 | function printLine($title) {
19  
20  
21   function showStat($title, $value, $input) {
22 +
23 +    $report = $value;
24 +
25      preg_match("/$value=([^\,]*)[\,\}]/", $input, $matches);
26      $value = $matches[1];
27      if (empty($value)) {
# Line 27 | Line 30 | function showStat($title, $value, $input) {
30      ?>
31          <table border="0" width="100%">
32            <tr>
33 <            <td width="50%" align="right" valign="top"><b><?=$title?></b></td>
34 <            <td width="50%" align="left" valign="top"><?=$value?></td>
33 >            <td width="50%" align="right" valign="top">
34 >             <b><?=$title?></b>
35 >            </td>
36 >            <td width="50%" align="left" valign="top">
37 >             <? if (preg_match("/^[0-9]+\.?[0-9]*$/", $value)) {
38 >                    linkToHistory($report);
39 >                } ?>
40 >              <?=$value?></td>
41            </tr>
42          </table>
43      <?
# Line 39 | Line 48 | function linkToHistory($report) {
48      global $machine;
49      $yesterday = date("Y-m-d", time() - 86400);
50      echo <<<EOT
51 <        <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>
51 >        <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>
52   EOT;
53   }
54  
# Line 69 | Line 75 | function showBar($title, $value, $max, $units, $input)
75      ?>
76          <table border="0" cellpadding="0" cellspacing="0" align="center">
77            <tr>
78 <            <td colspan="2"><b><?=$title?></b> <font size="2">(<?=$value?><?=$units?>)</font></td>
78 >            <td colspan="2"><? linkToHistory($report); ?> <b><?=$title?></b> <font size="2">(<?=$value?><?=$units?>)</font></td>
79            </tr>
80            <tr>
81              <td colspan="2" bgcolor="#eeeeff"><img src="<?=$barImage?>" border="0" height="20" width="<?=$width?>"></td>
# Line 82 | Line 88 | function showBar($title, $value, $max, $units, $input)
88              <td align="right"><?=$max?><?=$units?></td>
89            </tr>
90            <tr>
85            <td colspan="2" align="center"><? linkToHistory($report); ?></td>
86          </tr>
87          <tr>
91              <td colspan="2">&nbsp;</td>
92            </tr>
93          </table>
# Line 144 | Line 147 | echo <<<EOT
147             </td>
148             <td bgcolor="#ffffcc">
149               <font face="arial,sans-serif" size="2">
150 <               <b>Recipt date:</b> $last_modified
150 >               <b>Receipt date:</b> $last_modified
151                 $warning
152               </font>
153             </td>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines