source: branches/1.7/template/yoga/admin/stats.tpl @ 13427

Last change on this file since 13427 was 2179, checked in by ddtddt, 17 years ago

comit for the bug 782 and 783

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 777 bytes
Line 
1<!-- $Id: stats.tpl 2179 2007-12-12 20:19:24Z ddtddt $ -->
2<div class="titrePage">
3  <ul class="categoryActions">
4    <li>
5      <a
6        href="{U_HELP}"
7        onclick="popuphelp(this.href); return false;"
8        title="{lang:Help}"
9      >
10        <img src="{themeconf:icon_dir}/help.png" class="button" alt="(?)">
11      </a>
12    </li>
13  </ul>
14  <h2>{lang:History} {TABSHEET_TITLE}</h2>
15  {TABSHEET}
16</div>
17
18<h3>{L_STAT_TITLE}</h3>
19
20<table class="table2" id="dailyStats">
21  <tr class="throw">
22    <th>{PERIOD_LABEL}</th>
23    <th>{lang:Pages seen}</th>
24    <th></th>
25  </tr>
26<!-- BEGIN statrow -->
27  <tr>
28    <td style="white-space: nowrap">{statrow.VALUE}</td>
29    <td class="number">{statrow.PAGES}</td>
30    <td><div class="statBar" style="width:{statrow.WIDTH}px"></div></td>
31  </tr>
32<!-- END statrow -->
33</table>
Note: See TracBrowser for help on using the repository browser.