| # | 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 | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |