Changeset 129 for www/is/tc.php


Ignore:
Timestamp:
Jan 5, 2009, 7:31:45 AM (16 years ago)
Author:
george
Message:
  • Odstraněno: Openwebmail. * Odstraněno: phpMyAdmin. * Upraveno: Mnoho malých úprav a oprav.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • www/is/tc.php

    r1 r129  
    66    <title>Traffic Control stat</title>
    77    <meta http-equiv="Content-Language" content="cs">
    8     <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">
     8    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    99<style type="text/css">
    1010table td
     
    121121  {
    122122    global $ClassList;
     123
    123124    if(array_key_exists('Leaf', $Class)) $Class['Id'] .= ' Leaf';
    124125    if(!array_key_exists('Prio', $Class)) $Class['Prio'] = '&nbsp;';
     
    136137      foreach($Class['SubClasses'] as $Index => $SubClassId)
    137138        ShowClass($ClassList[$SubClassId], $Level + 1);
    138       //echo('</table></td></tr>');   
     139      //echo('</table></td></tr>');
    139140    }
    140141  }
    141142
    142   echo('<table style="font-size: small;" border="0" cellspacing="0" cellpadding="1"><tr><th>Id</th><th>Level</th><th>Description</th><th>Prio</th>
     143  echo('<table style="font-size: x-small;" border="0" cellspacing="0" cellpadding="1"><tr><th>Id</th><th>Level</th><th>Description</th><th>Prio</th>
    143144  <th>Rate [bit/s]</th><th>Ceil [bit/s]</th><th>Burst [B/s]</th><th>CBurs [B/s]t</th><th>Quantum [B]</th>
    144145  <th>CurrentRate [bit/s]</th><th>Dropped</th></tr>');
Note: See TracChangeset for help on using the changeset viewer.