2000-11-07 21:44:19 +01:00
|
|
|
<p><b>{lang_header}</b>
|
|
|
|
<hr><p>
|
|
|
|
{error}
|
|
|
|
|
|
|
|
<form action="{form_action}" method="POST">
|
|
|
|
{hidden_vars}
|
2000-12-26 06:15:20 +01:00
|
|
|
<table border="0" width="55%" align="center">
|
|
|
|
<tr bgcolor="{th_bg}">
|
|
|
|
<td colspan="2"> </td>
|
2000-11-07 21:44:19 +01:00
|
|
|
</tr>
|
|
|
|
|
2000-12-26 06:15:20 +01:00
|
|
|
{rows}
|
2000-11-07 21:44:19 +01:00
|
|
|
|
|
|
|
<tr>
|
|
|
|
<td colspan="2" align="center">
|
|
|
|
<input type="submit" name="submit" value="{lang_submit_button}">
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
</table>
|
|
|
|
</form>
|