Subversion Repositories svnkaklik

Rev

Go to most recent revision | Details | Last modification | View Log

Rev Author Line No. Line
6 kaklik 1
<div class="admin">{L_STAT_TITLE}</div>
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 />