| 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) { | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 242 | 
   | 
            printReports($machine, $small); | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 243 | 
   | 
        } | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 244 | 
   | 
         | 
 
 
 
 
 
 
 
 
 | 245 | 
 + | 
        echo <<<EOT | 
 
 
 
 
 
 
 
 
 | 246 | 
 + | 
          </td> | 
 
 
 
 
 
 
 
 
 | 247 | 
 + | 
         </tr> | 
 
 
 
 
 
 
 
 
 | 248 | 
 + | 
        </table> | 
 
 
 
 
 
 
 
 
 | 249 | 
 + | 
 EOT; | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 250 | 
   | 
    } | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 251 | 
   | 
    else { | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 252 | 
   | 
        printLine(""); | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 253 | 
   | 
    } | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 254 | 
   | 
  | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 255 | 
   | 
 ?> | 
 
 
 
 
 
 
 
 
 
 | 244 | 
 – | 
  | 
 
 
 
 
 
 
 
 
 
 | 245 | 
 – | 
   </td> | 
 
 
 
 
 
 
 
 
 
 | 246 | 
 – | 
  </tr> | 
 
 
 
 
 
 
 
 
 
 | 247 | 
 – | 
 </table> | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 256 | 
   | 
  | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 257 | 
   | 
 <? include($bottomHTML); ?> |