52 |
|
$alertLevel = $alertLevelNames[$alertLevelNum]; |
53 |
|
$initialAlertTime = strftime("%x %X", intval($initialAlertTime / 1000)); |
54 |
|
|
55 |
< |
if ($small == "true") { |
55 |
> |
if ($small == "on") { |
56 |
|
echo <<<EOT |
57 |
|
<tr> |
58 |
|
<td width="50"> |
113 |
|
include("alerts_config.inc.php"); |
114 |
|
$alertArray = getdirArray("$alertDirectory/$machine", 'rsort'); |
115 |
|
|
116 |
< |
if ($small == "true") { |
116 |
> |
if ($small == "on") { |
117 |
|
echo <<<EOT |
118 |
|
<table border="0" cellpadding="2" cellspacing="0"> |
119 |
|
<tr> |
160 |
|
} |
161 |
|
} |
162 |
|
else { |
163 |
< |
if ($small != "true") { |
163 |
> |
if ($small != "on") { |
164 |
|
echo "There are currently no alerts held about <b>$machine</b>"; |
165 |
|
printLine(""); |
166 |
|
} |
167 |
|
} |
168 |
|
|
169 |
< |
if ($small == "true") { |
169 |
> |
if ($small == "on") { |
170 |
|
echo "</table>"; |
171 |
|
} |
172 |
|
else { |
183 |
|
|
184 |
|
<? include($titleHTML); ?> |
185 |
|
|
186 |
< |
<? if (!$hideform) { ?> |
186 |
> |
<? if ($hideform != "on") { ?> |
187 |
|
|
188 |
|
<? printLine("Latest alerts for hosts"); ?> |
189 |
|
|