2001-01-14 20:30:11 +01:00
|
|
|
<!-- $Id$ -->
|
2001-05-13 05:48:17 +02:00
|
|
|
<!-- BEGIN monthly_header -->
|
|
|
|
<tr colspan="{cols}" width="{col_width}%">
|
2001-01-14 20:30:11 +01:00
|
|
|
{column_header}</tr>
|
2001-05-13 05:48:17 +02:00
|
|
|
<!-- END monthly_header -->
|
|
|
|
<!-- BEGIN column_title -->
|
2002-11-23 21:48:42 +01:00
|
|
|
<th width="11%" class="{class}"><font color="{font_color}">{col_title}</font></th>
|
2001-05-13 05:48:17 +02:00
|
|
|
<!-- END column_title -->
|
|
|
|
<!-- BEGIN month_column -->
|
|
|
|
<td valign="top" height="75" colspan="1" width="{col_width}%"{extra}>
|
|
|
|
{column_data}
|
|
|
|
</td>
|
|
|
|
<!-- END month_column -->
|
|
|
|
|