1 [% PROCESS 'html-incblocks.txt' %]
3 title="Torrus Reports: " _ year
4 contentClass="SingleColumnContent"
7 <H1><A HREF="[% indexUrl() %]">Torrus reports</A>: [% year %]</H1>
11 <TABLE CLASS="ReportTable">
12 <CAPTION CLASS="ReportTable">Monthly reports</CAPTION>
13 <TR CLASS="ReportHeadRow">
14 <TD CLASS="ReportHeadCell">Month</TD>
17 FOREACH mth = data.months;
18 rowCount = rowCount + 1;
20 <TR CLASS="ReportEvenRow">
22 <TR CLASS="ReportRow">
24 <TD CLASS="ReportFirstCell">
25 <A HREF="[% monthlyUrl(mth) %]">[% monthName(mth) _ ' ' _ year %]</A>