| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101 |
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=<tmpl_var name="_CHARSET">" />
- <meta http-equiv="Pragma" content="no-cache" />
- <title><tmpl_var name="pagetitle"> - Server Monitor</title>
- <link rel="icon" href="themes/tf_standard_themes/images/favicon.ico" type="image/x-icon" />
- <link rel="shortcut icon" href="themes/tf_standard_themes/images/favicon.ico" type="image/x-icon" />
- <link rel="StyleSheet" href="themes/<tmpl_var name="theme">/style.css" type="text/css" />
- <script src="js/ajax.js" type="text/javascript"></script>
- <script src="js/ajax_servermon.js" type="text/javascript"></script>
- </head>
- <body topmargin="8" leftmargin="5" bgcolor="<tmpl_var name="main_bgcolor">" style="font-family:Tahoma, 'Times New Roman'; font-size:12px;" onLoad="<tmpl_var name="onLoad">">
- <div align="center">
- <table border="0" cellpadding="0" cellspacing="0">
- <tr>
- <td>
- <table border="1" bordercolor="<tmpl_var name="table_border_dk">" cellpadding="4" cellspacing="0">
- <tr>
- <td bgcolor="<tmpl_var name="main_bgcolor">" background="themes/<tmpl_var name="theme">/images/bar.gif">
- <tmpl_include name="inc.titleBar.tmpl">
- </td>
- </tr>
- <tr>
- <td bgcolor="<tmpl_var name="table_header_bg">">
- <div align="left">
- <table width="100%" bgcolor="<tmpl_var name="body_data_bg">">
- <tr>
- <td>
- <table width="100%">
- <tr>
- <td align="right" nowrap><strong><tmpl_var name="_DOWNLOADSPEED"> :</strong></td>
- <td>
- <table width="200" cellpadding="0" cellspacing="0" border="0">
- <tr>
- <td background="themes/<tmpl_var name="theme">/images/proglass.gif"><img id="barImageSpeedDown1" name="barImageSpeedDown1" src="themes/tf_standard_themes/images/blank.gif" width="0" height="12" border="0"></td>
- <td background="themes/<tmpl_var name="theme">/images/noglass.gif" bgcolor="#000000"><img id="barImageSpeedDown2" name="barImageSpeedDown2" src="themes/tf_standard_themes/images/blank.gif" width="200" height="12" border="0"></td>
- </tr>
- </table>
- </td>
- <td align="right" nowrap><label id="speedDown">0.00</label> kB/s</td>
- </tr>
- <tr>
- <td align="right" nowrap><strong><tmpl_var name="_UPLOADSPEED"> :</strong></td>
- <td>
- <table width="200" cellpadding="0" cellspacing="0" border="0">
- <tr>
- <td background="themes/<tmpl_var name="theme">/images/proglass.gif"><img id="barImageSpeedUp1" name="barImageSpeedUp1" src="themes/tf_standard_themes/images/blank.gif" width="0" height="12" border="0"></td>
- <td background="themes/<tmpl_var name="theme">/images/noglass.gif" bgcolor="#000000"><img id="barImageSpeedUp2" name="barImageSpeedUp2" src="themes/tf_standard_themes/images/blank.gif" width="200" height="12" border="0"></td>
- </tr>
- </table>
- </td>
- <td align="right" nowrap><label id="speedUp">0.00</label> kB/s</td>
- </tr>
- <tr>
- <td align="right" nowrap><strong><tmpl_var name="_TOTALSPEED"> :</strong></td>
- <td align="right" colspan="2" nowrap><label id="speedTotal">0.00</label> kB/s</td>
- </tr>
- <tr>
- <td align="right" nowrap><strong><tmpl_var name="_ID_CONNECTIONS"> :</strong></td>
- <td align="right" colspan="2" nowrap><label id="cons">0</label></td>
- </tr>
- <tr>
- <td align="right" nowrap><strong><tmpl_var name="_DRIVESPACE"> :</strong></td>
- <td>
- <table width="200" cellpadding="0" cellspacing="0" border="0">
- <tr>
- <td background="themes/<tmpl_var name="theme">/images/proglass.gif"><img id="barImageDriveSpace1" name="barImageDriveSpace1" src="themes/tf_standard_themes/images/blank.gif" width="0" height="12" border="0"></td>
- <td background="themes/<tmpl_var name="theme">/images/noglass.gif" bgcolor="#000000"><img id="barImageDriveSpace2" name="barImageDriveSpace2" src="themes/tf_standard_themes/images/blank.gif" width="200" height="12" border="0"></td>
- </tr>
- </table>
- </td>
- <td align="right" nowrap><label id="freeSpace">0.00</label></td>
- </tr>
- <tr>
- <td align="right" nowrap><strong><tmpl_var name="_SERVERLOAD"> :</strong></td>
- <td align="right" colspan="2" nowrap><label id="loadavg">0.00</label></td>
- </tr>
- <tr>
- <td align="right" nowrap><strong>Transfers running :</strong></td>
- <td align="right" colspan="2" nowrap><label id="running">0</label></td>
- </tr>
- <tr>
- <td align="right" nowrap><strong>Transfers queued :</strong></td>
- <td align="right" colspan="2" nowrap><label id="queued">0</label></td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- </div>
- </td>
- </tr>
- </table>
- <tmpl_include name="inc.fluxlink.tmpl">
- </td>
- </tr>
- </table>
- </div>
- </body>
- </html>
|