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

Last change on this file since 868 was 868, checked in by plg, 19 years ago
  • bug 107 fixed: crash when logging visit on a category containing "'" character. Correction reported from branch 1.4
  • bug fixed: in admin/stats, incorrect SQL queries gave no result.
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 545 bytes
Line 
1<!-- $Id: stats.tpl 868 2005-09-18 21:56:56Z plg $ -->
2<h2>{lang:title_history}</h2>
3
4<h3>{L_STAT_TITLE}</h3>
5<img class="image" src="{IMG_REPORT}" alt="{L_STAT_MONTHLY_ALT}" />
6
7<h3>{L_STAT_MONTH_TITLE}</h3>
8<table class="table2" width="60%">
9<tr class="throw">
10    <th>{L_VALUE}</th>
11    <th>{L_PAGES_SEEN}</th>
12    <th>{L_VISITORS}</th>
13    <th>{L_PICTURES}</th>
14</tr>
15<!-- BEGIN statrow -->
16  <tr class="{statrow.T_CLASS}">
17    <td>{statrow.VALUE}</td>
18    <td>{statrow.PAGES}</td>
19    <td>{statrow.VISITORS}</td>
20    <td>{statrow.IMAGES}</td>
21  </tr>
22<!-- END statrow -->
23</table>
Note: See TracBrowser for help on using the repository browser.