welcome on board new 'Sparkle' theme and also welcome on board BNoiZe as theme maintainer (creater of Sparkle theme)
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
43
templates/Sparkle/customer/traffic/traffic.tpl
vendored
Normal file
43
templates/Sparkle/customer/traffic/traffic.tpl
vendored
Normal file
@@ -0,0 +1,43 @@
|
||||
$header
|
||||
<article>
|
||||
<header>
|
||||
<h2>
|
||||
<img src="templates/{$theme}/assets/img/icons/traffic_big.png" alt="{$lng['menue']['traffic']['traffic']}" />
|
||||
{$lng['menue']['traffic']['traffic']}
|
||||
</h2>
|
||||
</header>
|
||||
|
||||
<section>
|
||||
|
||||
<form action="{$linker->getLink(array('section' => 'traffic'))}" method="post" enctype="application/x-www-form-urlencoded">
|
||||
<fieldset>
|
||||
<table class="fullform bradiusodd">
|
||||
<tr>
|
||||
<th>{$lng['traffic']['sumftp']} GB</th>
|
||||
<th>{$lng['traffic']['sumhttp']} GB</th>
|
||||
<th>{$lng['traffic']['summail']} GB</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><div style="color:#019522;">{$traffic_complete['ftp']}</div></td>
|
||||
<td><div style="color:#0000FF;">{$traffic_complete['http']}</div></td>
|
||||
<td><div style="color:#800000;">{$traffic_complete['mail']}</div></td>
|
||||
</tr>
|
||||
</table><br />
|
||||
<table class="fullform bradiusodd" id="datatable">
|
||||
<tr id="datalegend">
|
||||
<th>{$lng['traffic']['month']}</td>
|
||||
<th>{$lng['traffic']['ftp']}</th>
|
||||
<th>{$lng['traffic']['http']}</th>
|
||||
<th>{$lng['traffic']['mail']}</th>
|
||||
<th class="text-align:right;">{$lng['customer']['traffic']}</th>
|
||||
<th></th>
|
||||
</tr>
|
||||
$traffic
|
||||
</table>
|
||||
|
||||
</fieldset>
|
||||
</form>
|
||||
</section>
|
||||
<div id="chartdiv" style="height:300px;width:100%"></div>
|
||||
</article>
|
||||
$footer
|
||||
Reference in New Issue
Block a user