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.26 by pjm2, Sat Mar 17 21:57:16 2001 UTC vs.
Revision 1.27 by pjm2, Sat Mar 17 22:03:33 2001 UTC

# Line 70 | Line 70 | function showBar($title, $value, $max, $units, $input,
70          return;
71      }
72  
73    $width = intval($max_width * $value / $max);
74
73      if ($arrange == 'swap') {
74 <        $width = $max_width - $width;
74 >        $value = $max - $value;
75      }
76 +
77 +    $width = intval($max_width * $value / $max);
78  
79      ?>
80          <table border="0" cellpadding="0" cellspacing="0" align="center">

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines