Added ADSL Stat report
This commit is contained in:
1
modules/adsl/views/service/admin/adslstat/body_data.php
Normal file
1
modules/adsl/views/service/admin/adslstat/body_data.php
Normal file
@@ -0,0 +1 @@
|
||||
<td><?php echo $count; ?></td><td><?php echo $percent; ?></td>
|
1
modules/adsl/views/service/admin/adslstat/body_end.php
Normal file
1
modules/adsl/views/service/admin/adslstat/body_end.php
Normal file
@@ -0,0 +1 @@
|
||||
</tr>
|
4
modules/adsl/views/service/admin/adslstat/body_head.php
Normal file
4
modules/adsl/views/service/admin/adslstat/body_head.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<tr class="list-data">
|
||||
<td><?php echo $speed; ?></td>
|
||||
<td><?php echo $count; ?></td>
|
||||
<td><?php echo $percent; ?></td>
|
1
modules/adsl/views/service/admin/adslstat/foot.php
Normal file
1
modules/adsl/views/service/admin/adslstat/foot.php
Normal file
@@ -0,0 +1 @@
|
||||
</table>
|
3
modules/adsl/views/service/admin/adslstat/head.php
Normal file
3
modules/adsl/views/service/admin/adslstat/head.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<table class="list-box-left">
|
||||
<tr class="list-head">
|
||||
<th><?php echo $name; ?></th>
|
1
modules/adsl/views/service/admin/adslstat/head_data.php
Normal file
1
modules/adsl/views/service/admin/adslstat/head_data.php
Normal file
@@ -0,0 +1 @@
|
||||
<th><?php echo $name; ?></th><th>%</th>
|
1
modules/adsl/views/service/admin/adslstat/head_end.php
Normal file
1
modules/adsl/views/service/admin/adslstat/head_end.php
Normal file
@@ -0,0 +1 @@
|
||||
</tr>
|
Reference in New Issue
Block a user