You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

16 lines
420 B

  1. <div class="operation">
  2. <?php render_server_menu("status"); ?>
  3. </div>
  4. <table bgcolor="#cccccc" cellpadding="2" cellspacing="1" width="600">
  5. <tr>
  6. <th colspan="2"><?php hm("server_status"); ?> ({serverStatus:1})</th>
  7. </tr>
  8. <?php foreach ($status as $param=>$value):?>
  9. <tr bgcolor="#fffeee">
  10. <td width="120" valign="top"><?php h($param);?></td>
  11. <td><?php h($value);?></td>
  12. </tr>
  13. <?php endforeach; ?>
  14. </table>