blob: edf7d9a3c557b90aeabc6e581e2fdf2bc7c4014d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<!-- $Id$ -->
<h2>{lang:title_history}</h2>
<h3>{L_STAT_TITLE}</h3>
<img class="image" src="{SRC_REPORT}" alt="{lang:history chart}" />
<table class="table2" id="dailyStats">
<tr class="throw">
<th>{PERIOD_LABEL}</th>
<th>{lang:Pages seen}</th>
</tr>
<!-- BEGIN statrow -->
<tr class="{statrow.T_CLASS}">
<td>{statrow.VALUE}</td>
<td class="number">{statrow.PAGES}</td>
</tr>
<!-- END statrow -->
</table>
|