egroupware/calendar/templates/default/day_cal.tpl

24 lines
634 B
Smarty
Raw Normal View History

2001-01-10 06:01:36 +01:00
<!-- $Id$ -->
<!-- BEGIN day -->
2001-01-12 05:18:36 +01:00
<table width="100%" border="0" cellspacing="0" cellpadding="0">
2001-01-10 06:01:36 +01:00
{row}
</table>
<!-- END day -->
<!-- BEGIN day_row -->
<tr>{item}
</tr>
<!-- END day_row -->
2002-01-04 05:26:51 +01:00
<!-- BEGIN day_event_on -->
<td class="row_on"{extras}>{event}</td>
2002-01-04 05:26:51 +01:00
<!-- END day_event_on -->
<!-- BEGIN day_event_off -->
<td class="row_off"{extras}>{event}</td>
2002-01-04 05:26:51 +01:00
<!-- END day_event_off -->
<!-- BEGIN day_event_holiday -->
<td class="cal_holiday"{extras}>{event}</td>
2002-01-04 05:26:51 +01:00
<!-- END day_event_holiday -->
<!-- BEGIN day_time -->
<td class="th" nowrap width="10%">{open_link}{time}{close_link}</td>
<!-- END day_time -->
2001-01-10 06:01:36 +01:00