68 |
|
<tr> |
69 |
|
<td><b>$attributeName</b></td> |
70 |
|
<td> </td> |
71 |
< |
<td><font color="$alertColour" size="2"><b>$alertLevel</b></font></td> |
71 |
> |
<td> |
72 |
> |
<img src="level$alertLevelNum.gif" width="41" height="9" border="0" alt="$alertLevel"> |
73 |
> |
<font color="$alertColour" size="2"><b>$alertLevel</b></font> |
74 |
> |
</td> |
75 |
|
<td> </td> |
76 |
|
</tr> |
77 |
|
<tr> |
146 |
|
} |
147 |
|
} |
148 |
|
else { |
149 |
< |
echo "There are currently no alerts held about <b>$machine</b>"; |
150 |
< |
printLine(""); |
149 |
> |
if ($small != "true") { |
150 |
> |
echo "There are currently no alerts held about <b>$machine</b>"; |
151 |
> |
printLine(""); |
152 |
> |
} |
153 |
|
} |
154 |
|
|
155 |
|
if ($small == "true") { |