Added ADSL Stat report

This commit is contained in:
Deon George
2012-05-13 09:29:44 +10:00
parent 1d2d589ff5
commit 0eecfe8abd
8 changed files with 82 additions and 0 deletions

View File

@@ -0,0 +1 @@
<td><?php echo $count; ?></td><td><?php echo $percent; ?></td>

View File

@@ -0,0 +1 @@
</tr>

View File

@@ -0,0 +1,4 @@
<tr class="list-data">
<td><?php echo $speed; ?></td>
<td><?php echo $count; ?></td>
<td><?php echo $percent; ?></td>

View File

@@ -0,0 +1 @@
</table>

View File

@@ -0,0 +1,3 @@
<table class="list-box-left">
<tr class="list-head">
<th><?php echo $name; ?></th>

View File

@@ -0,0 +1 @@
<th><?php echo $name; ?></th><th>%</th>

View File

@@ -0,0 +1 @@
</tr>