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.9 by pjm2, Fri Mar 9 09:29:01 2001 UTC vs.
Revision 1.11 by pjm2, Fri Mar 9 09:30:54 2001 UTC

# Line 78 | Line 78 | function showBar($title, $value, $max, $input) {
78      $width = intval($max_width * $value / $max);
79  
80      ?>
81 <        <table border="0" cellpadding="0" cellspacing="0">
81 >        <table border="0" cellpadding="0" cellspacing="0" align="center">
82            <tr>
83              <td colspan="2"><b><?=$title?></b></td>
84            </tr>
# Line 139 | Line 139 | function showBar($title, $value, $max, $input) {
139             include("latest_display.inc.php");
140         }
141     }
142 <   else {
143 <       printLine("");
144 <   }
145 <
142 >   printLine("");
143   ?>
144  
145  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines