egroupware_official/calendar/templates/default/day_cal.tpl
2002-01-04 04:26:51 +00:00

24 lines
636 B
Smarty
Executable File

<!-- $Id$ -->
<!-- BEGIN day -->
<table width="100%" border="0" cellspacing="0" cellpadding="0">
{row}
</table>
<!-- END day -->
<!-- BEGIN day_row -->
<tr>{item}
</tr>
<!-- END day_row -->
<!-- BEGIN day_event_on -->
<td class="event-on"{extras}>{event}</td>
<!-- END day_event_on -->
<!-- BEGIN day_event_off -->
<td class="event-off"{extras}>{event}</td>
<!-- END day_event_off -->
<!-- BEGIN day_event_holiday -->
<td class="event-holiday"{extras}>{event}</td>
<!-- END day_event_holiday -->
<!-- BEGIN day_time -->
<td class="time"><nobr>{open_link}{time}{close_link}</nobr></td>
<!-- END day_time -->