Ignore:
Timestamp:
Oct 11, 2004, 8:04:46 PM (20 years ago)
Author:
gweltas
Message:

-Stat template

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/default/admin/stats.tpl

    r537 r566  
    11<div class="admin">{L_STAT_TITLE}</div>
    2 
    3 <img src="{IMG_MONTHLY_REPORT}" alt="{L_STAT_MONTHLY_ALT}" />
     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 TracChangeset for help on using the changeset viewer.