2.0 upgrade test first
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
2023-12-07 12:39:20 +01:00
parent 166ec0575b
commit 29a2ab7567
301 changed files with 13082 additions and 6261 deletions

View File

@@ -0,0 +1,10 @@
$header
<article>
<header>
<h2>
<img src="templates/{$theme}/assets/img/icons/traffic_big.png" alt="{$lng['admin']['traffic']}" />&nbsp;{$lng['admin']['traffic']} &nbsp;
</h2>
</header>
{$stats_tables}
</article>
$footer

View File

@@ -0,0 +1,30 @@
<h3>{$lng['traffic']['trafficoverview']}&nbsp;{$overview['type']}&nbsp;{$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 />

View File

@@ -0,0 +1,15 @@
<tr>
<td>{$virtual_host['name']}<if $customerview == 1>&nbsp;<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>