summary refs log tree commit diff stats
path: root/theme/holidates.tpl
blob: 583d5cd8d0ca0d37b49ebe59cec71795d7d1a70d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<table width="100%" class="webmail">
	<tr>
		<th>ID</th>
		<th>Date</th>
		<th>Holidate</th>
	</tr>

	<!--BEGIN DATE-->
	<tr<!--DATE.EVEN-->>
		<td><!--DATE.NUM--></td>
		<td><!--DATE.DATE--></td>
		<td><!--DATE.TEXT--></td>
	</tr>
	<!--END DATE-->
</table>