source: trunk/template/default/admin/stats.tpl @ 646

Last change on this file since 646 was 566, checked in by gweltas, 20 years ago

-Stat template

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 526 bytes
Line 
1<div class="admin">{L_STAT_TITLE}</div>
2<img class="image" src="{IMG_MONTHLY_REPORT}" alt="{L_STAT_MONTHLY_ALT}" />
3<div class="admin">{L_STAT_MONTH_TITLE}</div>
4<table class="table2" width="60%">
5<tr class="throw">
6    <th>{L_MONTH}</th>
7        <th>{L_PAGES_SEEN}</th>
8    <th>{L_VISITORS}</th>
9    <th>{L_PICTURES}</th>
10</tr>
11<!-- BEGIN month -->
12  <tr class="{month.T_CLASS}">
13    <td>{month.MONTH}</td>
14    <td>{month.PAGES}</td>
15    <td>{month.VISITORS}</td>
16        <td>{month.IMAGES}</td>
17  </tr>
18<!-- END month -->
19</table>
20<br />
Note: See TracBrowser for help on using the repository browser.