2003-03-31 20:16:33 +02:00
|
|
|
<br>
|
|
|
|
<center><b>{messages}</b></center>
|
2001-09-04 01:01:42 +02:00
|
|
|
|
2003-03-31 20:16:33 +02:00
|
|
|
<!-- BEGIN form -->
|
2001-08-26 06:32:28 +02:00
|
|
|
<form method="POST" action="{action_url}">
|
|
|
|
|
2003-03-31 20:16:33 +02:00
|
|
|
<table border="0">
|
2001-08-26 06:32:28 +02:00
|
|
|
<tr>
|
2003-03-31 20:16:33 +02:00
|
|
|
<td colspan="2">{tabs}</td>
|
2001-08-26 06:32:28 +02:00
|
|
|
</tr>
|
|
|
|
|
2001-09-04 01:01:42 +02:00
|
|
|
<!-- BEGIN list -->
|
2003-08-28 16:31:11 +02:00
|
|
|
<tr bgcolor="{th_bg}">
|
2003-03-31 20:16:33 +02:00
|
|
|
<td colspan="2"><b>{list_header}</b></td>
|
2001-08-26 06:32:28 +02:00
|
|
|
</tr>
|
|
|
|
{rows}
|
2001-09-04 01:01:42 +02:00
|
|
|
<!-- END list -->
|
2001-08-26 06:32:28 +02:00
|
|
|
|
2003-03-31 20:16:33 +02:00
|
|
|
<tr height="30" valign="bottom">
|
|
|
|
<td align="left">
|
|
|
|
<input type="submit" name="submit" value="{lang_submit}">
|
|
|
|
<input type="submit" name="cancel" value="{lang_cancel}">
|
|
|
|
</td>
|
|
|
|
<td align="right"> {help_button}</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
|
|
|
|
</form>
|
|
|
|
<!-- END form -->
|
|
|
|
|
2001-09-04 01:01:42 +02:00
|
|
|
<!-- BEGIN row -->
|
2003-08-28 16:31:11 +02:00
|
|
|
<tr bgcolor="{tr_color}">
|
2001-08-26 06:32:28 +02:00
|
|
|
<td>{row_name}</td>
|
2001-09-04 01:01:42 +02:00
|
|
|
<td>{row_value}</td>
|
2001-08-26 06:32:28 +02:00
|
|
|
</tr>
|
2001-09-04 01:01:42 +02:00
|
|
|
<!-- END row -->
|
2003-03-31 20:16:33 +02:00
|
|
|
|
|
|
|
<!-- BEGIN help_row -->
|
2003-08-28 16:31:11 +02:00
|
|
|
<tr bgcolor="{tr_color}">
|
2003-03-31 20:16:33 +02:00
|
|
|
<td><b>{row_name}<b></td>
|
|
|
|
<td>{row_value}</td>
|
|
|
|
</tr>
|
2003-08-28 16:31:11 +02:00
|
|
|
<tr bgcolor="{tr_color}">
|
2003-03-31 20:16:33 +02:00
|
|
|
<td colspan="2">{help_value}</td>
|
|
|
|
</tr>
|
|
|
|
<!-- END help_row -->
|