andrew4582

stats_HTML_Aug_22_2010_404PM

Aug 22nd, 2010
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.24 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.        
  18.         <div id="container_content">
  19.             <div id="displayHistoryTitle"></div>
  20.             <div id="title">
  21.                 <a href="#">Server Statistics</a>
  22.                 <span style="font-size: small; font-weight: normal;"><a href="azureus.xsl">azureus.xsl</a></span>
  23.                
  24.             </div>
  25.             <div style="width: 100%;">
  26.                 <div id="top_contents">
  27.                     <div id="status_area">
  28.                         <div id="status"></div>
  29.                         <div id="timeoutcrums">
  30.                         </div>
  31.                     </div>
  32.                     <div id="displayOptions">
  33.                         <label for="refreshIntervalSelect" style=" margin-right: 5px;">
  34.                             Refresh Interval:
  35.                         </label>
  36.                        
  37.                         <select id="refreshIntervalSelect">
  38.                             <option value="0">(Disabled)</option>
  39.                             <option value="1000" selected="selected">1 second</option>
  40.                             <option value="2000">2 seconds</option>
  41.                             <option value="3000">3 seconds</option>
  42.                             <option value="5000">5 seconds</option>
  43.                             <option value="10000">10 seconds</option>
  44.                             <option value="60000">1 minute</option>
  45.                             <option value="-1">(Custom)</option>
  46.                         </select>
  47.                        
  48.                         <div id="disableRefresh" class="action">Disable</div>
  49.                         <div id="resetrefresh" class="action">Reset</div>
  50.                         <div id="refreshIntervalCustom" class="hidden">
  51.                             <input id="customIntervalText" type="text" maxlength="6" style="width: 50px;" />
  52.                         </div>
  53.                     </div>
  54.                    
  55.                 </div>
  56.                
  57.                 <div>
  58.                     <div id="displayHistory" style="font-size:12px;">
  59.                        
  60.                     </div>
  61.                 </div>
  62.             </div>
  63.            
  64.             <hr />
  65.             <div id="previous_results"></div>
  66.             <div id="result">
  67.             </div>
  68.             <hr/>
  69.            
  70.         </div>
  71.     </div>
  72. </body>
  73. </html>
Advertisement
Add Comment
Please, Sign In to add comment