Changeset 129 for www/is/tc.php
- Timestamp:
- Jan 5, 2009, 7:31:45 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
www/is/tc.php
r1 r129 6 6 <title>Traffic Control stat</title> 7 7 <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"> 9 9 <style type="text/css"> 10 10 table td … … 121 121 { 122 122 global $ClassList; 123 123 124 if(array_key_exists('Leaf', $Class)) $Class['Id'] .= ' Leaf'; 124 125 if(!array_key_exists('Prio', $Class)) $Class['Prio'] = ' '; … … 136 137 foreach($Class['SubClasses'] as $Index => $SubClassId) 137 138 ShowClass($ClassList[$SubClassId], $Level + 1); 138 //echo('</table></td></tr>'); 139 //echo('</table></td></tr>'); 139 140 } 140 141 } 141 142 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> 143 144 <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> 144 145 <th>CurrentRate [bit/s]</th><th>Dropped</th></tr>');
Note:
See TracChangeset
for help on using the changeset viewer.