ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/reports/php/graphs/graphs.php
(Generate patch)

Comparing projects/cms/source/reports/php/graphs/graphs.php (file contents):
Revision 1.8 by tdb, Sat Jun 30 11:24:38 2007 UTC vs.
Revision 1.9 by tdb, Sat Jun 30 12:12:47 2007 UTC

# Line 117 | Line 117 | $file_array = getdirArray($imgdir,'asort');
117           foreach($file_array as $file_name) {
118              if(preg_match("/^(\S+)\-3h.png$/", $file_name, $matches)) { ?>
119                  <p><b><?php echo tidyName($machine_name, $matches[1]) ?>:</b><br>
120 <                <a href="<?php=$PHP_SELF.'?'.'graph='.$matches[1].'&machine_name='.$machine_name.'&submit=Show'?>">
120 >                <a href="<?php echo $PHP_SELF.'?'.'graph='.$matches[1].'&machine_name='.$machine_name.'&submit=Show'?>">
121                  <img border="0" src="<?php echo "$imgwebdir/$machine_name/$matches[1]-3h.png" ?>"></a></p>
122              <?php }
123           }
# Line 141 | Line 141 | $file_array = getdirArray($imgdir,'asort');
141          <b>Latest data</b>
142          <p>
143          Latest set of data received from
144 <        <a href="<?php echo "latest.php?machine=$machine_name"; ?>"><?php=$machine_name?></a>
144 >        <a href="<?php echo "latest.php?machine=$machine_name"; ?>"><?php echo $machine_name?></a>
145          <br>
146 <        Alerts for <a href="alerts.php?machine=<?php=$machine_name?>"><?php=$machine_name?></a>
146 >        Alerts for <a href="alerts.php?machine=<?php echo $machine_name?>"><?php echo $machine_name?></a>
147  
148  
149          <hr weight="1" color="<?php echo $lineColor ?>">

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines