summary refs log tree commit diff stats
path: root/theme/holidates.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'theme/holidates.tpl')
-rw-r--r--theme/holidates.tpl15
1 files changed, 15 insertions, 0 deletions
diff --git a/theme/holidates.tpl b/theme/holidates.tpl new file mode 100644 index 0000000..583d5cd --- /dev/null +++ b/theme/holidates.tpl
@@ -0,0 +1,15 @@
1<table width="100%" class="webmail">
2 <tr>
3 <th>ID</th>
4 <th>Date</th>
5 <th>Holidate</th>
6 </tr>
7
8 <!--BEGIN DATE-->
9 <tr<!--DATE.EVEN-->>
10 <td><!--DATE.NUM--></td>
11 <td><!--DATE.DATE--></td>
12 <td><!--DATE.TEXT--></td>
13 </tr>
14 <!--END DATE-->
15</table>