2000-11-22 05:16:18 +01:00
|
|
|
<!-- $Id$ -->
|
2001-05-13 05:48:17 +02:00
|
|
|
<!-- BEGIN view_event -->
|
2000-11-22 05:16:18 +01:00
|
|
|
<center>
|
2001-05-13 05:48:17 +02:00
|
|
|
<h2>
|
|
|
|
<font color="{bg_text}">
|
|
|
|
{name}
|
|
|
|
</font>
|
|
|
|
</h2>
|
2001-09-08 10:42:09 +02:00
|
|
|
<table border="0" width="75%">
|
2001-05-13 05:48:17 +02:00
|
|
|
{row}
|
|
|
|
</table>
|
2000-11-22 05:16:18 +01:00
|
|
|
</center>
|
2001-05-13 05:48:17 +02:00
|
|
|
<!-- END view_event -->
|
|
|
|
<!-- BEGIN list -->
|
|
|
|
<tr>
|
|
|
|
<td valign="top" width="30%"><b>{field}:</b></td>
|
|
|
|
<td valign="top" width="70%">{data}</td>
|
|
|
|
</tr>
|
|
|
|
<!-- END list -->
|
2001-09-04 05:17:49 +02:00
|
|
|
<!-- BEGIN hr -->
|
|
|
|
<tr>
|
|
|
|
<td colspan="2">
|
|
|
|
{hr_text}
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<!-- END hr -->
|