Home | History | Annotate | Download | only in net_internals
      1 <!-- Bandwidth info -->
      2 <div id=bandwidth-view-tab-content class=content-box>
      3   <table class="styled-table">
      4     <thead>
      5       <tr>
      6         <th></th>
      7         <th>Session</th>
      8         <th>Total</th>
      9       </tr>
     10     </thead>
     11     <tbody>
     12       <tr jsselect="rows">
     13         <td jscontent="title"></td>
     14         <td jscontent="sessionValue"></td>
     15         <td jscontent="historicValue"></td>
     16       </tr>
     17     </tbody>
     18   </table>
     19 </div>
     20