andrew4582

stats.html

Aug 22nd, 2010
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.40 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4.     <title>Server Statistics</title>
  5.     <link href="stats.css" rel="stylesheet" type="text/css" />
  6.     <script src="jquery-1.4.2.min.js" type="text/javascript"></script>
  7.     <script src="stats.js" type="text/javascript"></script>
  8.     <script language="javascript" type="text/javascript">
  9.    
  10.     </script>
  11. </head>
  12. <body>
  13.    
  14.     <div id="container_header">
  15.     </div>
  16.     <div id="page_container">
  17.         <div id="container_content">
  18.             <div id="title">
  19.                 <a href="#">Server Statistics</a>
  20.                 <span style="font-size: small; font-weight: normal;"><a href="azureus.xsl">azureus.xsl</a></span>
  21.             </div>
  22.             <div id="top_contents">
  23.                 <div id="status_area">
  24.                     <div id="status">
  25.                     </div>
  26.                     <div id="timeoutcrums">
  27.                     </div>
  28.                 </div>
  29.                 <div id="displayOptions">
  30.                    
  31.                     <label for="refreshIntervalSelect" style=" margin-right: 5px;">
  32.                         Refresh Interval:</label>
  33.                     <select id="refreshIntervalSelect">
  34.                         <option value="0">(Disabled)</option>
  35.                         <option value="1000">1 second</option>
  36.                         <option value="2000" selected="selected">2 seconds</option>
  37.                         <option value="3000">3 seconds</option>
  38.                         <option value="5000">5 seconds</option>
  39.                         <option value="10000">10 seconds</option>
  40.                         <option value="60000">1 minute</option>
  41.                         <option value="-1">(Custom)</option>
  42.                     </select>
  43.                     <div id="resetrefresh" class="action">Reset</div>
  44.                     <div id="disableRefresh" class="action">Disable</div>
  45.                    
  46.                     <div id="refreshIntervalCustom" class="hidden">
  47.                         <input id="customIntervalText" type="text" maxlength="6" style="width: 50px;" />
  48.                     </div>
  49.                 </div>
  50.             </div>
  51.             <hr />
  52.             <div id="previous_results"></div>
  53.             <div id="result">
  54.             </div>
  55.         </div>
  56.     </div>
  57. </body>
  58. </html>
Advertisement
Add Comment
Please, Sign In to add comment