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.12 by pjm2, Sun Mar 11 21:38:57 2001 UTC vs.
Revision 1.13 by pjm2, Sun Mar 11 21:41:24 2001 UTC

# Line 61 | Line 61 | function showStat($title, $value, $input) {
61  
62  
63   # show a bar-represented value.
64 < function showBar($title, $value, $max, $input) {
64 > function showBar($title, $value, $max, $units, $input) {
65  
66      include("latest_config.inc.php");
67  
# Line 89 | Line 89 | function showBar($title, $value, $max, $input) {
89              <td colspan="2"><img src="<?=$scaleImage?>" border="0" height="11" width="<?=$max_width?>"></td>
90            </tr>
91            <tr>
92 <            <td align="left">0</td>
93 <            <td align="right"><?=$max?></td>
92 >            <td align="left">0<?=$units?></td>
93 >            <td align="right"><?=$max?><?=$units?></td>
94            </tr>
95          </table>
96      <?

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines