Ignore:
Timestamp:
Sep 18, 2005, 11:56:56 PM (19 years ago)
Author:
plg
Message:
  • 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.
File:
1 edited

Legend:

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

    r859 r868  
    33
    44<h3>{L_STAT_TITLE}</h3>
    5 <img class="image" src="{IMG_MONTHLY_REPORT}" alt="{L_STAT_MONTHLY_ALT}" />
     5<img class="image" src="{IMG_REPORT}" alt="{L_STAT_MONTHLY_ALT}" />
     6
    67<h3>{L_STAT_MONTH_TITLE}</h3>
    7 <!-- TODO : center the table ??? -->
    88<table class="table2" width="60%">
    99<tr class="throw">
    10     <th>{L_MONTH}</th>
    11         <th>{L_PAGES_SEEN}</th>
     10    <th>{L_VALUE}</th>
     11    <th>{L_PAGES_SEEN}</th>
    1212    <th>{L_VISITORS}</th>
    1313    <th>{L_PICTURES}</th>
    1414</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>
     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>
    2121  </tr>
    22 <!-- END month -->
     22<!-- END statrow -->
    2323</table>
    24 <br />
Note: See TracChangeset for help on using the changeset viewer.