This commit is contained in:
30
templates/Maketank-prev/admin/traffic/index_table.tpl
Normal file
30
templates/Maketank-prev/admin/traffic/index_table.tpl
Normal file
@@ -0,0 +1,30 @@
|
||||
<h3>{$lng['traffic']['trafficoverview']} {$overview['type']} {$overview['year']}</h3>
|
||||
<section>
|
||||
<table class="full" id="stats{$overview['year']}" data-toggle="table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{$overview['type']}</th>
|
||||
<th>{$lng['traffic']['months']['jan']}</td>
|
||||
<th>{$lng['traffic']['months']['feb']}</td>
|
||||
<th>{$lng['traffic']['months']['mar']}</td>
|
||||
<th>{$lng['traffic']['months']['apr']}</td>
|
||||
<th>{$lng['traffic']['months']['may']}</td>
|
||||
<th>{$lng['traffic']['months']['jun']}</td>
|
||||
<th>{$lng['traffic']['months']['jul']}</td>
|
||||
<th>{$lng['traffic']['months']['aug']}</td>
|
||||
<th>{$lng['traffic']['months']['sep']}</td>
|
||||
<th>{$lng['traffic']['months']['oct']}</td>
|
||||
<th>{$lng['traffic']['months']['nov']}</td>
|
||||
<th>{$lng['traffic']['months']['dec']}</td>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
{$domain_list}
|
||||
</tbody>
|
||||
<tfoot>
|
||||
{$total_list}
|
||||
</tfoot>
|
||||
</table>
|
||||
</section>
|
||||
<br />
|
||||
<br />
|
||||
Reference in New Issue
Block a user