2001-01-23 14:43:15 +01:00
|
|
|
{errors}
|
|
|
|
{title}
|
2001-02-02 02:34:22 +01:00
|
|
|
<table border="0" align="center" width="70%">
|
|
|
|
<tr>
|
|
|
|
{nml}
|
|
|
|
<td width="40%">
|
|
|
|
<div align="center">
|
|
|
|
<form method="POST" action="{action_url}">
|
|
|
|
{common_hidden_vars}
|
|
|
|
<input type="text" name="query" value="{search_value}">
|
|
|
|
<input type="submit" name="search" value="{search}">
|
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
</td>
|
|
|
|
{nmr}
|
|
|
|
</tr>
|
|
|
|
</table>
|
2001-01-23 14:43:15 +01:00
|
|
|
<form method="POST" action="{action_url}">
|
2001-03-31 12:36:24 +02:00
|
|
|
<table border="0" align="center" width="50%">
|
2001-01-23 14:43:15 +01:00
|
|
|
{row}
|
|
|
|
</table>
|
2001-02-02 02:34:22 +01:00
|
|
|
{common_hidden_vars_form}
|
|
|
|
<input type="hidden" name="processed" value="{processed}">
|
2001-01-23 14:43:15 +01:00
|
|
|
<center><input type="submit" name="submit" value="{submit_lang}"></center>
|
|
|
|
</form>
|
|
|
|
|
|
|
|
|