2000-11-24 13:57:45 +01:00
|
|
|
<!-- $Id$ -->
|
2001-05-21 13:12:58 +02:00
|
|
|
<!-- BEGIN matrix_query -->
|
2000-11-24 13:57:45 +01:00
|
|
|
<center>
|
2003-08-28 16:31:11 +02:00
|
|
|
<form action="{action_url}" method="post" name="matrixform">
|
2003-04-21 13:00:53 +02:00
|
|
|
<table border="0" width="90%">
|
2003-08-28 16:31:11 +02:00
|
|
|
<tr bgcolor="{th_bg}">
|
2003-04-21 13:00:53 +02:00
|
|
|
<td colspan="2" align="center"><b>{title}</b></td>
|
|
|
|
</tr>
|
|
|
|
{rows}
|
|
|
|
<tr>
|
|
|
|
<td>
|
2003-08-28 16:31:11 +02:00
|
|
|
<table cellspacing="5"><tr>
|
2003-04-21 13:00:53 +02:00
|
|
|
<td><input type="submit" value="{submit_button}"></form></td>
|
|
|
|
<td>{cancel_button}</td>
|
|
|
|
</tr></table>
|
|
|
|
</td>
|
|
|
|
</tr>
|
2000-11-24 13:57:45 +01:00
|
|
|
</table>
|
|
|
|
</center>
|
2001-05-21 13:12:58 +02:00
|
|
|
<!-- END matrix_query -->
|
|
|
|
<!-- 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-21 13:12:58 +02:00
|
|
|
<td valign="top" width="65%">{data}</td>
|
|
|
|
</tr>
|
|
|
|
<!-- END list -->
|