source: trunk/template/yoga/admin/stats.tpl @ 859

Last change on this file since 859 was 859, checked in by plg, 19 years ago
  • new : template yoga, made by yoDan, helped by chrisaga for integration becomes the official template.
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 576 bytes
Line 
1<!-- $Id: stats.tpl 859 2005-09-03 20:01:14Z plg $ -->
2<h2>{lang:title_history}</h2>
3
4<h3>{L_STAT_TITLE}</h3>
5<img class="image" src="{IMG_MONTHLY_REPORT}" alt="{L_STAT_MONTHLY_ALT}" />
6<h3>{L_STAT_MONTH_TITLE}</h3>
7<!-- TODO : center the table ??? -->
8<table class="table2" width="60%">
9<tr class="throw">
10    <th>{L_MONTH}</th>
11        <th>{L_PAGES_SEEN}</th>
12    <th>{L_VISITORS}</th>
13    <th>{L_PICTURES}</th>
14</tr>
15<!-- BEGIN month -->
16  <tr class="{month.T_CLASS}">
17    <td>{month.MONTH}</td>
18    <td>{month.PAGES}</td>
19    <td>{month.VISITORS}</td>
20        <td>{month.IMAGES}</td>
21  </tr>
22<!-- END month -->
23</table>
24<br />
Note: See TracBrowser for help on using the repository browser.