blob: 3f1b90fe80208cf8f3784ab7de053685b260269f (
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>
<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" /></td>
</tr>
<!-- END statrow -->
</table>
|