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.28 by pjm2, Thu Mar 22 17:45:08 2001 UTC vs.
Revision 1.31 by pjm2, Thu Mar 22 19:02:12 2001 UTC

# Line 58 | Line 58 | function printAlert($machine, $alert, $small="") {
58               <td width="50">
59                &nbsp;
60               </td>
61 <             <td align="left">
61 >             <td>
62                <img src="level$alertLevelNum.gif" width="41" height="9" border="0" alt="$alertLevel">
63               </td>
64 <             <td align="left">
64 >             <td>
65                <font size="$fontsize" color="$alertColour"><b>$alertLevel</b></font>
66               </td>
67 <             <td align="left">
67 >             <td>
68                <font size="$fontsize">$attributeName</font>
69               </td>
70               <td>
# Line 115 | Line 115 | function printReports($machine, $small="") {
115    
116      if ($small == "on") {
117          echo <<<EOT
118 <           <table border="0" cellpadding="2" cellspacing="0">
118 >           <table border="0" cellpadding="2" cellspacing="6">
119              <tr>
120               <td colspan="5">
121                <font size="$fontsize"><b><a href="alerts.php?machine=$machine" style="color: black; text-decoration: none;">$machine</a></b></font>
# Line 127 | Line 127 | EOT;
127          echo <<<EOT
128               <p>&nbsp;</p>
129               <table border="0" cellpadding="3" cellspacing="2" bgcolor="#000066" width="100%">
130 <               <tr>
130 >              <tr>
131                 <td>
132                  <font color="white">
133                   <b>
# Line 167 | Line 167 | EOT;
167      }
168  
169      if ($small == "on") {
170 <        echo "</table>";
170 >        echo <<<EOT
171 >            <tr>
172 >             <td colspan="5">&nbsp;</td>
173 >            </tr>
174 >           </table>
175 > EOT;
176      }
177      else {
178          echo <<<EOT
# Line 210 | Line 215 | EOT;
215  
216   <? } ?>
217  
218 + <table border="0" align="center">
219 + <tr>
220 +  <td>
221 +  
222   <? if ($machine) {
223  
224         printLine("");
# Line 232 | Line 241 | EOT;
241     }
242  
243   ?>
244 +
245 +  </td>
246 + </tr>
247 + </table>
248  
249   <? include($bottomHTML); ?>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines