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.9 by pjm2, Fri Mar 16 19:55:15 2001 UTC vs.
Revision 1.10 by pjm2, Fri Mar 16 20:07:29 2001 UTC

# Line 75 | Line 75 | function printReports($machine) {
75      $alertArray = getdirArray("$alertDirectory/$machine", 'rsort');
76    
77      echo <<<EOT
78 <        <center>
79 <          <font size="4">
80 <            <b>
78 >         <table border="0" cellpadding="3" cellspacing="2" bgcolor="#000066" width="100%">
79 >          <tr>
80 >           <td>
81 >            <font color="white">
82 >             <b>
83                Current alerts for $machine
84 <            </b>
85 <          </font>
86 <          <font size="2">
87 <            <br>Sorted by time, latest first.
88 <          </font>
89 <        </center>
84 >             </b>
85 >             <font size="2">
86 >              <br>Sorted by time, latest first.
87 >             </font>
88 >            </font>
89 >           </td>
90 >          </tr>
91 >          <tr>
92 >           <td bgcolor="white">
93      
94   EOT;
95  
# Line 105 | Line 110 | EOT;
110      else {
111          echo "There are currently no alerts held about <b>$machine</b>";
112      }
113 +
114 +    echo <<<EOT
115 +         </td>
116 +        </tr>
117 +       </table>
118 + EOT;
119   }
120  
121  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines