egroupware/calendar/templates/default/week.tpl

29 lines
655 B
Smarty
Raw Normal View History

2000-11-19 03:15:08 +01:00
<!-- $Id$ -->
{printer_friendly}
2002-04-07 16:10:10 +02:00
<table border="0" width="100%" cols="5">
2000-11-19 03:15:08 +01:00
<tr>
<td align="left" valign="top" width="20%">
2000-11-19 03:15:08 +01:00
{small_calendar_prev}
</td>
2002-04-07 16:10:10 +02:00
<td align="left" valign="top" width="20%">
2000-11-19 03:15:08 +01:00
{prev_week_link}
</td>
2002-04-07 16:10:10 +02:00
<td align="center" valign="top" width="20%">
2000-11-19 03:15:08 +01:00
{small_calendar_this}
</td>
2002-04-07 16:10:10 +02:00
<td align="right" valign="top" width="20%">
2000-11-19 03:15:08 +01:00
{next_week_link}
</td>
2002-04-07 16:10:10 +02:00
<td align="right" valign="top" width="20%">
2000-11-19 03:15:08 +01:00
{small_calendar_next}
</td>
</tr>
</table>
2002-04-07 16:10:10 +02:00
<table border="0" width="100%">
<td align="center">
<font size="+2" color="#000000"><b>{week_identifier}</b><br>{username}</font>
</td>
</table>
2000-11-19 03:15:08 +01:00
{week_display}
{print}