{box title="Download"}
{section name=download loop=$download.name}
{$download.name[download]|truncate:32:"..."}
|
{img src="redpx.gif" height="16" width=$download.bar[download] style="border-width: 1pt; border-color: #000000;"} {$download.data[download]|string_format:"%.2f"} {$download.unit[download]} ({$download.avg[download]|string_format:"%.2f"} kbit/s)
|
{/section}
{trans("Total:")} {$download.sum.data|string_format:"%.2f "}{$download.sum.unit} ({$download.avgsum|string_format:"%.2f"} kbit/s)
{/box}
{box title="Upload"}
{section name=upload loop=$upload.name}
{$upload.name[upload]|truncate:32:"..."}
|
{img src="bluepx.gif" height="16" width=$upload.bar[upload] border="1"} {$upload.data[upload]|string_format:"%.2f"} {$upload.unit[upload]} ({$upload.avg[upload]|string_format:"%.2f"} kbit/s)
|
{/section}
{trans("Total:")} {$upload.sum.data|string_format:"%.2f "}{$upload.sum.unit} ({$upload.avgsum|string_format:"%.2f"} kbit/s)
{/box}
{else}
{box title="Network Statistics"}
{trans("No such data for selected period.")}
{/box}
{/if}
{include file="footer.html"}