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.14 by pjm2, Wed Mar 21 12:07:59 2001 UTC vs.
Revision 1.15 by pjm2, Wed Mar 21 12:13:15 2001 UTC

# Line 79 | Line 79 | function printReports($machine, $small="") {
79      $alertArray = getdirArray("$alertDirectory/$machine", 'rsort');
80    
81      if ($small == "true") {
82 <        
82 >        echo <<<EOT
83 >           <table border="0" cellpadding="2" cellspacing="2" bgcolor="#ffffff" width="100%">
84 >            <tr>
85 >             <td bgcolor="#000066">
86 >              <font color="white"><b>$machine</b></font>
87 >             </td>
88 >            </tr>
89 > EOT;
90      }
91      else {
92          echo <<<EOT
# Line 123 | Line 130 | EOT;
130      }
131  
132      if ($small == "true") {
133 <        
133 >        echo "</table>";
134      }
135      else {
136          echo <<<EOT

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines