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

Comparing projects/cms/source/reports/php/historical/browser.php (file contents):
Revision 1.3 by pjm2, Sat Feb 3 22:51:48 2001 UTC vs.
Revision 1.4 by pjm2, Sun Feb 4 12:44:17 2001 UTC

# Line 34 | Line 34 | function getdirArray($dir='./',$sort='asort') {
34   ?>
35  
36   <html>
37 < <body bgcolor="eeeeff">
37 > <body bgcolor="#ffffff">
38  
39   <font face="arial, sans-serif">
40   <h4>I-scream report browser [trial 2.0]</h4>
# Line 67 | Line 67 | function getdirArray($dir='./',$sort='asort') {
67      if ($submit == "bung") {
68          $url = escapeshellcmd("$day/$machine_name/$report/chart.gif");
69          if (file_exists($url)) {
70 <            echo "<p><img src=\"$url\" width=\"500\" height=\"250\"><br><img src=\"24hour.gif\" width=\"500\" height=\"39\"></p>";
70 >            echo "<p><b>$machine - $report$</b><br><img src=\"$url\" width=\"500\" height=\"250\"><br><img src=\"24hour.gif\" width=\"500\" height=\"39\"></p>";
71          }
72          else {
73              echo "<p>The report could not be found.</p>";

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines