2000-11-23 02:37:50 +01:00
|
|
|
<!-- $Id$ -->
|
2001-05-15 06:13:20 +02:00
|
|
|
<!-- BEGIN edit_entry -->
|
2003-08-28 16:31:11 +02:00
|
|
|
<script language="JavaScript">
|
|
|
|
self.name="first_Window";
|
|
|
|
function accounts_popup()
|
|
|
|
{
|
|
|
|
Window1=window.open('{accounts_link}',"Search","width=800,height=600,toolbar=no,scrollbars=yes,resizable=yes");
|
|
|
|
}
|
|
|
|
</script>
|
2000-11-23 02:37:50 +01:00
|
|
|
<center>
|
2001-05-18 04:18:23 +02:00
|
|
|
<font color="#000000" face="{font}">
|
2000-11-23 02:37:50 +01:00
|
|
|
|
2003-08-28 16:31:11 +02:00
|
|
|
<form action="{action_url}" method="post" name="app_form">
|
2000-11-23 02:37:50 +01:00
|
|
|
{common_hidden}
|
2003-04-21 13:00:53 +02:00
|
|
|
<table border="0" width="90%">
|
2001-02-18 23:33:10 +01:00
|
|
|
<tr>
|
|
|
|
<td colspan="2">
|
2001-05-18 04:18:23 +02:00
|
|
|
<center><font size="+1"><b>{errormsg}</b></font></center>
|
2001-02-18 23:33:10 +01:00
|
|
|
</td>
|
|
|
|
</tr>
|
2001-05-15 06:13:20 +02:00
|
|
|
{row}
|
2003-04-21 13:00:53 +02:00
|
|
|
<tr>
|
|
|
|
<td>
|
2004-03-24 12:34:08 +01:00
|
|
|
<table><tr valign="top">
|
|
|
|
<td>
|
|
|
|
<div style="padding-top:15px; padding-right: 2px">
|
|
|
|
<input style="font-size:10px" type="submit" value="{submit_button}"></div></form>
|
|
|
|
</td>
|
|
|
|
<td>{cancel_button}</td>
|
|
|
|
</tr></table>
|
2003-04-21 13:00:53 +02:00
|
|
|
</td>
|
|
|
|
<td align="right">{delete_button}</td>
|
|
|
|
</tr>
|
2000-11-23 02:37:50 +01:00
|
|
|
</table>
|
2001-05-18 04:18:23 +02:00
|
|
|
</font>
|
2000-11-23 02:37:50 +01:00
|
|
|
</center>
|
2001-05-15 06:13:20 +02:00
|
|
|
<!-- END edit_entry -->
|
|
|
|
<!-- BEGIN list -->
|
2003-08-28 16:31:11 +02:00
|
|
|
<tr bgcolor="{tr_color}">
|
2003-04-21 13:00:53 +02:00
|
|
|
<td valign="top" width="35%"> <b>{field}:</b></td>
|
2001-05-15 06:13:20 +02:00
|
|
|
<td valign="top" width="65%">{data}</td>
|
|
|
|
</tr>
|
|
|
|
<!-- END list -->
|
|
|
|
<!-- BEGIN hr -->
|
2003-08-28 16:31:11 +02:00
|
|
|
<tr bgcolor="{tr_color}">
|
2001-05-15 06:13:20 +02:00
|
|
|
<td colspan="2">
|
|
|
|
{hr_text}
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<!-- END hr -->
|