Changeset 868 for trunk/template/yoga/admin
- Timestamp:
- Sep 18, 2005, 11:56:56 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/template/yoga/admin/stats.tpl
r859 r868 3 3 4 4 <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 6 7 <h3>{L_STAT_MONTH_TITLE}</h3> 7 <!-- TODO : center the table ??? -->8 8 <table class="table2" width="60%"> 9 9 <tr class="throw"> 10 <th>{L_ MONTH}</th>11 10 <th>{L_VALUE}</th> 11 <th>{L_PAGES_SEEN}</th> 12 12 <th>{L_VISITORS}</th> 13 13 <th>{L_PICTURES}</th> 14 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>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 21 </tr> 22 <!-- END month-->22 <!-- END statrow --> 23 23 </table> 24 <br />
Note: See TracChangeset
for help on using the changeset viewer.