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.37 by pjm2, Tue Mar 13 19:22:44 2001 UTC vs.
Revision 1.40 by pjm2, Wed Mar 21 18:48:27 2001 UTC

# Line 98 | Line 98 | include("iutils.inc.php");
98   <?
99      if ($submit == "Show" && $machine_name && $report) {
100          
101 <        include("$reportDirectory/$day/$machine_name/$report/$reportLimitsFile");
102 <        
103 <        $url = escapeshellcmd("$day/$machine_name/$report/$reportChartFile");
101 >        $url = "$webRoot/$day/$machine_name/$report/$reportChartFile";
102          if (isReportEmpty("$reportDirectory/$day/$machine_name/$report/$reportChartDataFile", $minFileSize)) {
103              echo "Host <b>$machine_name</b> did not send any information about <b>$report</b> on <b>$day</b>.  Please select another report.";
104          }
105 <        else if (file_exists($url)) {  ?>
106 <          
105 >        else if (file_exists("$reportDirectory/$day/$machine_name/$report/$reportChartFile")) {  
106 >
107 >            include("$reportDirectory/$day/$machine_name/$report/$reportLimitsFile");
108 >            
109 >            ?>
110 >            
111              <center><b>[<? echo $machine_name; ?>] - <? echo $report; ?></b></center>
112            
113              <table border="0" cellpadding="0" cellspacing="0">
# Line 128 | Line 130 | include("iutils.inc.php");
130               </tr>
131              </table>
132              
133 <            <hr weigth="1" color="<? echo $lineColor ?>">
133 >            <hr weight="1" color="<? echo $lineColor ?>">
134              
135 +            <b>Latest data</b>
136 +            <p>
137 +            Latest set of data received from
138 +            <a href="<? echo "latest.php?machine=$machine_name"; ?>"><?=$machine_name?></a>
139 +            <br>
140 +            Alerts for <a href="alerts.php?machine=<?=$machine_name?>"><?=$machine_name?></a>
141 +
142 +
143 +            <hr weight="1" color="<? echo $lineColor ?>">
144 +            
145              <b>Extra data</b>
146              <p>
147 <            <a href="<? echo "$day/$machine_name/$report/$reportChartDataFile" ?>">Raw plot data</a><br>
148 <            <a href="<? echo "$day/$machine_name/$report/$reportChartFile" ?>">GIF chart</a><br>
149 <            <a href="<? echo "$day/$machine_name/$report/$reportLimitsFile" ?>">PHP y-axis limits include</a>
147 >            <a href="<? echo "$webRoot/$day/$machine_name/$report/$reportChartDataFile" ?>">Raw plot data</a><br>
148 >            <a href="<? echo "$webRoot/$day/$machine_name/$report/$reportChartFile" ?>">GIF chart</a><br>
149 >            <a href="<? echo "$webRoot/$day/$machine_name/$report/$reportLimitsFile" ?>">PHP y-axis limits include</a>
150              
151          <? }
152          else {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines