2.0 upgrade test first
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
10
templates/Maketank/admin/traffic/index.tpl
Normal file
10
templates/Maketank/admin/traffic/index.tpl
Normal file
@@ -0,0 +1,10 @@
|
||||
$header
|
||||
<article>
|
||||
<header>
|
||||
<h2>
|
||||
<img src="templates/{$theme}/assets/img/icons/traffic_big.png" alt="{$lng['admin']['traffic']}" /> {$lng['admin']['traffic']}
|
||||
</h2>
|
||||
</header>
|
||||
{$stats_tables}
|
||||
</article>
|
||||
$footer
|
||||
30
templates/Maketank/admin/traffic/index_table.tpl
Normal file
30
templates/Maketank/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 />
|
||||
15
templates/Maketank/admin/traffic/index_table_row.tpl
Normal file
15
templates/Maketank/admin/traffic/index_table_row.tpl
Normal file
@@ -0,0 +1,15 @@
|
||||
<tr>
|
||||
<td>{$virtual_host['name']}<if $customerview == 1> <a href="{$linker->getLink(array('section' => 'customers', 'target' => 'traffic', 'page' => $page, 'action' => 'su', 'id' => $virtual_host['customerid']))}" rel="external">[{$lng['traffic']['details']}]</a></if></td>
|
||||
<td><small>{$virtual_host['jan']}</small></td>
|
||||
<td><small>{$virtual_host['feb']}</small></td>
|
||||
<td><small>{$virtual_host['mar']}</small></td>
|
||||
<td><small>{$virtual_host['apr']}</small></td>
|
||||
<td><small>{$virtual_host['may']}</small></td>
|
||||
<td><small>{$virtual_host['jun']}</small></td>
|
||||
<td><small>{$virtual_host['jul']}</small></td>
|
||||
<td><small>{$virtual_host['aug']}</small></td>
|
||||
<td><small>{$virtual_host['sep']}</small></td>
|
||||
<td><small>{$virtual_host['oct']}</small></td>
|
||||
<td><small>{$virtual_host['nov']}</small></td>
|
||||
<td><small>{$virtual_host['dec']}</small></td>
|
||||
</tr>
|
||||
Reference in New Issue
Block a user