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

Comparing projects/cms/source/reports/php/alerts/alerts.php (file contents):
Revision 1.18 by pjm2, Wed Mar 21 16:46:08 2001 UTC vs.
Revision 1.20 by pjm2, Wed Mar 21 17:32:24 2001 UTC

# Line 26 | Line 26 | function printAlert($machine, $alert, $small="") {
26  
27      include("alerts_config.inc.php");
28  
29 <    $alertLevel = getValue("alertLevel", $alert);
29 >    $alertLevelNum = getValue("alertLevel", $alert);
30      $lastAlert = getValue("lastAlert", $alert);
31      $thresholdLevel = getValue("thresholdLevel", $alert);
32      $source = getValue("source", $alert);
# Line 36 | Line 36 | function printAlert($machine, $alert, $small="") {
36      $timeTillNextAlert = getValue("timeTillNextAlert", $alert);
37      $initialAlertTime = getValue("initialAlertTime", $alert);
38  
39 <    $alertColour = $alertLevelColours[$alertLevel];
40 <    $alertLevel = $alertLevelNames[$alertLevel];
39 >    $alertColour = $alertLevelColours[$alertLevelNum];
40 >    $alertLevel = $alertLevelNames[$alertLevelNum];
41      $initialAlertTime = strftime("%x %X", intval($initialAlertTime / 1000));
42  
43      if ($small == "true") {
# Line 47 | Line 47 | function printAlert($machine, $alert, $small="") {
47                &nbsp;
48               </td>
49               <td align="left">
50 <              <font size="2" color="$alertColour"><b>$alertLevel</b></font>
50 >              <img src="level$alertLevelNum.gif" width="41" height="9" border="0" alt="$alertLevel">
51               </td>
52               <td align="left">
53 <              <font size="2">$attributeName</font>
53 >              <font size="3" color="$alertColour"><b>$alertLevel</b></font>
54               </td>
55 +             <td align="left">
56 +              <font size="3">$attributeName</font>
57 +             </td>
58               <td>
59                &nbsp;
60               </td>
# Line 97 | Line 100 | function printReports($machine, $small="") {
100          echo <<<EOT
101             <table border="0" cellpadding="2" cellspacing="0">
102              <tr>
103 <             <td colspan="4">
104 <              <b>$machine</b>
103 >             <td colspan="5">
104 >              <font size="+1"><b>$machine</b></font>
105               </td>
106              </tr>
107   EOT;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines