| 37 | 
   | 
     } | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 38 | 
   | 
 } | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 39 | 
   | 
  | 
 
 
 
 
 
 
 
 
 
 
 
 | 40 | 
 < | 
 function printLine() { | 
 
 
 
 
 
 
 
 
 
 | 40 | 
 > | 
 function printLine($title) { | 
 
 
 
 
 
 
 
 
 
 
 
 | 41 | 
   | 
     echo "<hr color=\"#9999ff\">"; | 
 
 
 
 
 
 
 
 
 | 42 | 
 + | 
     echo "<b>$title</b>"; | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 43 | 
   | 
 } | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 44 | 
   | 
  | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 45 | 
   | 
  | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 52 | 
   | 
     ?> | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 53 | 
   | 
         <table border="0" width="100%"> | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 54 | 
   | 
           <tr> | 
 
 
 
 
 
 
 
 
 
 
 
 | 55 | 
 < | 
             <td width="50%" align="right" valign="top"><b><?=$title?></b></td> | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 56 | 
 < | 
             <td width="50%" align="left" valign="top"><?=$value?></td> | 
 
 
 
 
 
 
 
 
 
 | 55 | 
 > | 
             <td width="50%" align="right" valign="top"><b><font size="2"><?=$title?>:</font></b></td> | 
 
 
 
 
 
 | 56 | 
 > | 
             <td width="50%" align="left" valign="top"><font size="2"><?=$value?></font></td> | 
 
 
 
 
 
 
 
 
 
 
 
 | 57 | 
   | 
           </tr> | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 58 | 
   | 
         </table> | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 59 | 
   | 
     <? | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 101 | 
   | 
  | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 102 | 
   | 
 <? include($titleHTML); ?> | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 103 | 
   | 
  | 
 
 
 
 
 
 
 
 
 
 
 
 | 104 | 
 < | 
 <hr weight="1" color="<? echo $lineColor ?>"> | 
 
 
 
 
 
 
 
 
 
 | 104 | 
 > | 
 <? printLine("Display the latest information received from a host."); ?> | 
 
 
 
 
 
 
 
 
 
 
 
 | 105 | 
   | 
  | 
 
 
 
 
 
 
 
 
 
 | 105 | 
 – | 
 <b>Display the latest information received from a host</b> | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 106 | 
   | 
 <form method="<? echo $formMethod ?>" action="<? echo $thisPage ?>"> | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 107 | 
   | 
 <? | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 108 | 
   | 
  | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 123 | 
   | 
  <input type="submit" name="submit" value="Display"> | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 124 | 
   | 
 </form> | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 125 | 
   | 
  | 
 
 
 
 
 
 
 
 
 
 | 126 | 
 – | 
 <hr weight="1" color="<? echo $lineColor ?>"> | 
 
 
 
 
 
 
 
 
 
 | 127 | 
 – | 
  | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 126 | 
   | 
 <? if ($machine) { | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 127 | 
   | 
  | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 128 | 
   | 
        # Read the file. | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 138 | 
   | 
            # Display the data specified in the display include. | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 139 | 
   | 
            include("latest_display.inc.php"); | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 140 | 
   | 
        } | 
 
 
 
 
 
 
 
 
 | 141 | 
 + | 
    } | 
 
 
 
 
 
 
 
 
 | 142 | 
 + | 
    else { | 
 
 
 
 
 
 
 
 
 | 143 | 
 + | 
        printLine(""); | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 144 | 
   | 
    } | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 145 | 
   | 
  | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 146 | 
   | 
 ?> |