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>
|
|
|
|
<h2><font color="#000000">{matrix_action}</font></h2>
|
|
|
|
|
2000-11-28 05:46:18 +01:00
|
|
|
<form target="viewmatrix" action="{action_url}" method="post" name="matrixform">
|
2000-11-24 13:57:45 +01:00
|
|
|
<table border="0" width="75%">
|
2001-05-21 13:12:58 +02:00
|
|
|
{rows}
|
2000-11-24 13:57:45 +01:00
|
|
|
</table>
|
2000-11-28 05:46:18 +01:00
|
|
|
<input type="submit" value="{submit_button}">
|
2000-11-24 13:57:45 +01:00
|
|
|
</form>
|
|
|
|
{cancel_button}
|
|
|
|
</center>
|
2001-05-21 13:12:58 +02:00
|
|
|
<!-- END matrix_query -->
|
|
|
|
<!-- BEGIN list -->
|
|
|
|
<tr>
|
|
|
|
<td valign="top" width="35%"><b>{field}:</b></td>
|
|
|
|
<td valign="top" width="65%">{data}</td>
|
|
|
|
</tr>
|
|
|
|
<!-- END list -->
|