2000-11-23 02:37:50 +01:00
|
|
|
<!-- $Id$ -->
|
2001-05-15 06:13:20 +02:00
|
|
|
<!-- BEGIN edit_entry -->
|
2000-11-23 02:37:50 +01:00
|
|
|
<center>
|
2001-05-18 04:18:23 +02:00
|
|
|
<font color="#000000" face="{font}">
|
2000-11-23 02:37:50 +01:00
|
|
|
|
|
|
|
<form action="{action_url}" method="post" name="addform">
|
|
|
|
{common_hidden}
|
2003-04-21 13:00:53 +02:00
|
|
|
<table border="0" width="90%">
|
2001-02-18 23:33:10 +01:00
|
|
|
<tr>
|
|
|
|
<td colspan="2">
|
2001-05-18 04:18:23 +02:00
|
|
|
<center><font size="+1"><b>{errormsg}</b></font></center>
|
2001-02-18 23:33:10 +01:00
|
|
|
</td>
|
|
|
|
</tr>
|
2001-05-15 06:13:20 +02:00
|
|
|
{row}
|
2003-04-21 13:00:53 +02:00
|
|
|
<tr>
|
|
|
|
<td>
|
|
|
|
<table><tr valign="top">
|
|
|
|
<td><input type="submit" value="{submit_button}"> </form></td>
|
|
|
|
<td>{cancel_button}</td>
|
|
|
|
</tr></table>
|
|
|
|
</td>
|
|
|
|
<td align="right">{delete_button}</td>
|
|
|
|
</tr>
|
2000-11-23 02:37:50 +01:00
|
|
|
</table>
|
2001-05-18 04:18:23 +02:00
|
|
|
</font>
|
2000-11-23 02:37:50 +01:00
|
|
|
</center>
|
2001-05-15 06:13:20 +02:00
|
|
|
<!-- END edit_entry -->
|
|
|
|
<!-- BEGIN list -->
|
2003-04-21 13:00:53 +02:00
|
|
|
<tr class="{tr_color}">
|
|
|
|
<td valign="top" width="35%"> <b>{field}:</b></td>
|
2001-05-15 06:13:20 +02:00
|
|
|
<td valign="top" width="65%">{data}</td>
|
|
|
|
</tr>
|
|
|
|
<!-- END list -->
|
|
|
|
<!-- BEGIN hr -->
|
2003-04-21 13:00:53 +02:00
|
|
|
<tr class="{tr_color}">
|
2001-05-15 06:13:20 +02:00
|
|
|
<td colspan="2">
|
|
|
|
{hr_text}
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<!-- END hr -->
|