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.7 by pjm2, Thu Mar 8 22:19:09 2001 UTC vs.
Revision 1.8 by pjm2, Thu Mar 8 22:29:19 2001 UTC

# Line 46 | Line 46 | function showStat($title, $value, $input) {
46      preg_match("/$value=([^\,]*)[\,\}]/", $input, $matches);
47      $value = $matches[1];
48      if (empty($value)) {
49 <        $value = "<i>unknown</i>";
49 >        $value = "<i><font color=\"#999999\">not sent</font></i>";
50      }
51      ?>
52          <table border="0" width="100%">
53            <tr>
54 <            <td width="50%" align="right"><b><?=$title?></b></td>
55 <            <td width="50%" align="left"><?=$value?></td>
54 >            <td width="50%" align="right" valign="top"><b><?=$title?></b></td>
55 >            <td width="50%" align="left" valign="top"><?=$value?></td>
56            </tr>
57          </table>
58      <?

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines