2001-02-09 18:57:43 +01:00
|
|
|
<!-- BEGIN form -->
|
2003-08-28 16:16:30 +02:00
|
|
|
<p>
|
|
|
|
<center>
|
|
|
|
<form action="{form_action}" method="POST">
|
|
|
|
{hidden_vars}
|
2001-09-03 04:58:25 +02:00
|
|
|
<table align="center" border="0" width="55%" cols="2">
|
|
|
|
{messages}
|
2000-11-07 21:44:19 +01:00
|
|
|
<tr>
|
2001-09-03 04:58:25 +02:00
|
|
|
<td width="50%" align="center">
|
2003-08-28 16:16:30 +02:00
|
|
|
<input type="submit" name="no" value="{no}">
|
2001-09-03 04:58:25 +02:00
|
|
|
</td>
|
|
|
|
<td width="50%" align="center">
|
2003-08-28 16:16:30 +02:00
|
|
|
<input type="submit" name="yes" value="{yes}">
|
2001-03-23 04:09:14 +01:00
|
|
|
</td>
|
2000-11-07 21:44:19 +01:00
|
|
|
</tr>
|
|
|
|
</table>
|
2003-08-28 16:16:30 +02:00
|
|
|
</form>
|
|
|
|
</center>
|
2001-02-09 18:57:43 +01:00
|
|
|
<!-- END form -->
|
2000-11-07 21:44:19 +01:00
|
|
|
|