2000-11-22 05:16:18 +01:00
|
|
|
<!-- $Id$ -->
|
2004-03-13 00:47:03 +01:00
|
|
|
|
2001-05-13 05:48:17 +02:00
|
|
|
<!-- BEGIN view_event -->
|
2000-11-22 05:16:18 +01:00
|
|
|
<center>
|
2004-03-14 23:30:50 +01:00
|
|
|
<table id="calendar_view_event" border="0" width="90%">
|
|
|
|
{row}
|
2004-03-13 00:47:03 +01:00
|
|
|
<tr>
|
2004-03-14 23:30:50 +01:00
|
|
|
<td>
|
|
|
|
<table id="calendar_viewevent_button_left" cellspacing="5">
|
|
|
|
<tr>
|
|
|
|
{button_left}
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</td>
|
|
|
|
<td align="center">
|
|
|
|
<table id="calendar_viewevent_button_center" cellspacing="5">
|
|
|
|
<tr>
|
|
|
|
{button_center}
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</td>
|
|
|
|
<td align="right">
|
|
|
|
<table id="calendar_viewevent_button_right" cellspacing="5">
|
|
|
|
<tr>
|
|
|
|
{button_right}
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
2000-11-22 05:16:18 +01:00
|
|
|
</center>
|
2001-05-13 05:48:17 +02:00
|
|
|
<!-- END view_event -->
|
2004-03-13 00:47:03 +01:00
|
|
|
|
2001-05-13 05:48:17 +02:00
|
|
|
<!-- BEGIN list -->
|
2004-03-14 23:30:50 +01:00
|
|
|
<tr bgcolor="{tr_color}">
|
|
|
|
<td valign="top" width="30%"> <b>{field}:</b></td>
|
|
|
|
<td colspan="2" valign="top" width="70%">{data}</td>
|
|
|
|
</tr>
|
2001-05-13 05:48:17 +02:00
|
|
|
<!-- END list -->
|
2004-03-13 00:47:03 +01:00
|
|
|
|
2001-09-04 05:17:49 +02:00
|
|
|
<!-- BEGIN hr -->
|
2004-03-14 23:30:50 +01:00
|
|
|
<tr>
|
|
|
|
<td colspan="3" bgcolor="{th_bg}" align="center">
|
|
|
|
<b>{hr_text}</b>
|
|
|
|
</td>
|
|
|
|
</tr>
|
2001-09-04 05:17:49 +02:00
|
|
|
<!-- END hr -->
|