egroupware_official/calendar/templates/default/day.tpl

33 lines
653 B
Smarty
Raw Normal View History

2000-11-19 03:15:08 +01:00
<!-- $Id$ -->
2000-11-18 22:41:41 +01:00
{printer_friendly}
<table border="0" width="100%">
<tr>
<td valign="top" width="70%">
<tr>
<td>
<table border="0" width=100%>
<tr>
<td align="middle">
<font size="+2" color="{bg_text}"><b>{date}</b></font><br>
<font size="+1" color="{bg_text}">{username}</font>
</td>
</tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td bgcolor="{bg_text}">
{daily_events}
</td>
</tr>
</table>
</td>
<td valign="top" align="right">
{small_calendar}
</td>
</tr>
</td>
</tr>
</table>
{print}
2000-11-27 12:27:14 +01:00