65 |
|
<font size="$fontsize" color="$alertColour"><b>$alertLevel</b></font> |
66 |
|
</td> |
67 |
|
<td> |
68 |
< |
<font size="$fontsize">$attributeName</font> |
68 |
> |
<font size="$fontsize">$attributeName (c:$value t:$thresholdValue)</font> |
69 |
|
</td> |
70 |
|
<td> |
71 |
|
|
215 |
|
|
216 |
|
<? } ?> |
217 |
|
|
218 |
– |
<table border="0" align="center"> |
219 |
– |
<tr> |
220 |
– |
<td> |
221 |
– |
|
218 |
|
<? if ($machine) { |
219 |
|
|
220 |
|
printLine(""); |
221 |
|
|
222 |
+ |
$masterwidth = ""; |
223 |
+ |
if ($small != "on") { |
224 |
+ |
$masterwidth = ' width="100%"'; |
225 |
+ |
} |
226 |
+ |
|
227 |
+ |
echo <<<EOT |
228 |
+ |
<table border="0" align="center"$masterwidth> |
229 |
+ |
<tr> |
230 |
+ |
<td> |
231 |
+ |
EOT; |
232 |
+ |
|
233 |
|
if ($machine == "ALL") { |
234 |
|
$machine_array = getdirArray($alertDirectory, 'asort'); |
235 |
|
if ($machine_array != FALSE) { |
237 |
|
printReports($machine, $small); |
238 |
|
} |
239 |
|
} |
240 |
+ |
else { |
241 |
+ |
print "<font size='$fontsize'><b>There are currently no alerts</b></font>"; |
242 |
+ |
} |
243 |
|
} |
244 |
|
else { |
245 |
|
printReports($machine, $small); |
246 |
|
} |
247 |
|
|
248 |
+ |
echo <<<EOT |
249 |
+ |
</td> |
250 |
+ |
</tr> |
251 |
+ |
</table> |
252 |
+ |
EOT; |
253 |
|
} |
254 |
|
else { |
255 |
|
printLine(""); |
256 |
|
} |
257 |
|
|
258 |
|
?> |
244 |
– |
|
245 |
– |
</td> |
246 |
– |
</tr> |
247 |
– |
</table> |
259 |
|
|
260 |
|
<? include($bottomHTML); ?> |