2000-11-24 13:57:45 +01:00
|
|
|
<!-- $Id$ -->
|
|
|
|
<!-- BEGIN matrix_query_begin -->
|
|
|
|
<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%">
|
|
|
|
<!-- END matrix_query_begin -->
|
|
|
|
|
|
|
|
{output}
|
|
|
|
|
|
|
|
<!-- BEGIN matrix_query_end -->
|
|
|
|
</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>
|
|
|
|
<!-- END matrix_query_end -->
|
|
|
|
|