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.15 by pjm2, Sun Mar 11 21:46:46 2001 UTC vs.
Revision 1.17 by pjm2, Sun Mar 11 22:11:56 2001 UTC

# Line 126 | Line 126 | function showBar($title, $value, $max, $units, $input)
126   <input type="submit" name="submit" value="Display">
127   </form>
128  
129 <hr weight="1" color="<? echo $lineColor ?>">
130
129   <? if ($machine) {
130  
131         $last_modified = filemtime("$latestDirectory/$machine/$latestData");
132         clearstatcache();
133         $data_age = time() - $last_modified;
134  
135 <       $last_modified = strftime("%a %d %b %Y at %T", $last_modified);
135 >       $last_modified = date("l jS F - g:ia", $last_modified);
136  
137         if ($data_age > $warning_age) {
138             $warning = <<<EOT
# Line 147 | Line 145 | EOT;
145         }
146  
147   echo <<<EOT
148 <       <table border="0" bgcolor="#000066" cellpadding="3" cellspacing="1" align="center">
148 >       <table border="0" bgcolor="#000066" cellpadding="3" cellspacing="1">
149           <tr>
150             <td bgcolor="#000066">
151               &nbsp;
# Line 175 | Line 173 | EOT;
173             # Display the data specified in the display include.
174             include("latest_display.inc.php");
175         }
178      
179       printLine("");
176     }
177  
178   ?>
179  
180 + <? printLine(""); ?>
181  
182   <? include($bottomHTML); ?>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines