2000-11-19 03:15:08 +01:00
|
|
|
<!-- $Id$ -->
|
2001-11-05 03:08:31 +01:00
|
|
|
<!-- BEGIN day -->
|
2000-11-18 22:41:41 +01:00
|
|
|
{printer_friendly}
|
2004-03-13 00:47:03 +01:00
|
|
|
<table id="calendar_dayview_table" class="calendar_dayview_table" border="0" width="100%">
|
|
|
|
<tr>
|
|
|
|
<td valign="top" width="70%">
|
2004-03-14 23:30:50 +01:00
|
|
|
<table id="calendar_dayview1" border="0" width=100%>
|
2004-03-13 00:47:03 +01:00
|
|
|
<tr>
|
|
|
|
<td class="calendar_dayview_table_header">
|
2004-03-14 23:30:50 +01:00
|
|
|
{date} <span class="calendar_user_identifier">: {username} :</span>
|
|
|
|
<br />
|
2004-03-13 00:47:03 +01:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
{day_events}
|
|
|
|
</table>
|
|
|
|
<p align="center">{print}</p>
|
|
|
|
</td>
|
|
|
|
<td align="center" valign="top">
|
2004-03-14 23:30:50 +01:00
|
|
|
<table id="calendar_dayview2" width="100%">
|
2004-03-13 00:47:03 +01:00
|
|
|
<tr>
|
|
|
|
<td align="center">
|
|
|
|
{small_calendar}
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td align="center">
|
|
|
|
<div class="th">
|
|
|
|
<p class="calendar_dayview_todo_header">{lang_todos}</p>
|
|
|
|
{todos}
|
|
|
|
</div>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</td>
|
|
|
|
</tr>
|
2000-11-18 22:41:41 +01:00
|
|
|
</table>
|
2001-11-05 03:08:31 +01:00
|
|
|
<!-- END day -->
|
2004-03-13 00:47:03 +01:00
|
|
|
|
2001-11-05 03:08:31 +01:00
|
|
|
<!-- BEGIN day_event -->
|
2004-03-13 00:47:03 +01:00
|
|
|
<tr>
|
|
|
|
<td>
|
2000-11-27 12:27:14 +01:00
|
|
|
|
2004-03-13 00:47:03 +01:00
|
|
|
{daily_events}
|
|
|
|
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<!-- END day_event -->
|