2001-08-26 06:32:28 +02:00
|
|
|
<!-- BEGIN header -->
|
|
|
|
<b>{lang_title}</b>
|
|
|
|
<hr><p>
|
|
|
|
|
2001-09-04 01:01:42 +02:00
|
|
|
<center>{messages}</center>
|
|
|
|
|
|
|
|
<table border="0" width="100%" cellspacing="0" cellpadding="0">
|
|
|
|
<tr>
|
|
|
|
<td>{tabs}</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
|
2001-08-26 06:32:28 +02:00
|
|
|
<form method="POST" action="{action_url}">
|
|
|
|
<table border="0">
|
|
|
|
|
|
|
|
<!-- END header -->
|
|
|
|
|
|
|
|
<!-- BEGIN footer -->
|
|
|
|
</table>
|
|
|
|
<table border="0" width="70%" cellspacing="5" cellpadding="5">
|
|
|
|
<tr>
|
|
|
|
<td align="left"><input type="submit" name="submit" value="{lang_submit}"></td>
|
|
|
|
<td align="right"><input type="submit" name="cancel" value="{lang_cancel}"></td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
<!-- END footer -->
|
|
|
|
|
2001-09-04 01:01:42 +02:00
|
|
|
<!-- BEGIN list -->
|
2001-08-26 06:32:28 +02:00
|
|
|
<tr bgcolor="{th_bg}">
|
|
|
|
<td> </td>
|
2001-09-04 01:01:42 +02:00
|
|
|
<td>{list_label}</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
|
|
|
|
2001-09-04 01:01:42 +02:00
|
|
|
<!-- BEGIN row -->
|
2001-08-26 06:32:28 +02:00
|
|
|
<tr bgcolor="{tr_color}">
|
|
|
|
<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 -->
|