egroupware/calendar/templates/default/week.tpl
ak703 ccd1184c50 modified some templates for use of stylesheet (app.css) extracted out of php code
not all code is yet style based, but complains of update-users should be fixed
2004-03-10 00:15:12 +00:00

29 lines
663 B
Smarty
Executable File

<!-- $Id$ -->
{printer_friendly}
<table border="0" width="100%" cols="5">
<tr>
<td align="left" valign="top" width="20%">
{small_calendar_prev}
</td>
<td align="center" valign="middle" width="20%">
<b>{prev_week_link}</b>
</td>
<td align="center" valign="top" width="20%">
{small_calendar_this}
</td>
<td align="center" valign="middle" width="20%">
<b>{next_week_link}</b>
</td>
<td align="right" valign="top" width="20%">
{small_calendar_next}
</td>
</tr>
</table>
<table border="0" width="100%">
<td style="font-size: 14px" align="center">
<b>{week_identifier}<br>{username}</b>
</td>
</table>
{week_display}
{print}