piwigo/template/yoga/admin/stats.tpl
ddtddt 99c692d369 comit for the bug 782 and 783
git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2179 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-12-12 20:19:24 +00:00

33 lines
777 B
Smarty

<!-- $Id$ -->
<div class="titrePage">
<ul class="categoryActions">
<li>
<a
href="{U_HELP}"
onclick="popuphelp(this.href); return false;"
title="{lang:Help}"
>
<img src="{themeconf:icon_dir}/help.png" class="button" alt="(?)">
</a>
</li>
</ul>
<h2>{lang:History} {TABSHEET_TITLE}</h2>
{TABSHEET}
</div>
<h3>{L_STAT_TITLE}</h3>
<table class="table2" id="dailyStats">
<tr class="throw">
<th>{PERIOD_LABEL}</th>
<th>{lang:Pages seen}</th>
<th></th>
</tr>
<!-- BEGIN statrow -->
<tr>
<td style="white-space: nowrap">{statrow.VALUE}</td>
<td class="number">{statrow.PAGES}</td>
<td><div class="statBar" style="width:{statrow.WIDTH}px"></div></td>
</tr>
<!-- END statrow -->
</table>