2003-08-28 16:16:30 +02:00
|
|
|
<!-- BEGIN list -->
|
|
|
|
<p>
|
|
|
|
<table border="0" width="45%" align="center">
|
|
|
|
<tr>
|
2003-10-22 07:14:56 +02:00
|
|
|
{left_next_matchs}
|
2003-08-28 16:16:30 +02:00
|
|
|
<td align="center">{lang_groups}</td>
|
2003-10-22 07:14:56 +02:00
|
|
|
{right_next_matchs}
|
2003-08-28 16:16:30 +02:00
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
|
|
|
|
<table border="0" width="45%" align="center">
|
2005-07-06 04:26:44 +02:00
|
|
|
<tr class="th">
|
2003-08-28 16:16:30 +02:00
|
|
|
<td>{sort_name}</td>
|
|
|
|
<td>{header_edit}</td>
|
|
|
|
<td>{header_delete}</td>
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
{rows}
|
|
|
|
|
|
|
|
</table>
|
|
|
|
|
|
|
|
<table border="0" width="45%" align="center">
|
|
|
|
<tr>
|
|
|
|
<td align="left">
|
|
|
|
<form method="POST" action="{new_action}">
|
|
|
|
{input_add}
|
|
|
|
</form>
|
|
|
|
</td>
|
|
|
|
<td align="right">
|
|
|
|
<form method="POST" action="{search_action}">
|
|
|
|
{input_search}
|
|
|
|
</form>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
<!-- END list -->
|
|
|
|
|
|
|
|
<!-- BEGIN row -->
|
2005-07-06 04:26:44 +02:00
|
|
|
<tr class="{class}">
|
2003-08-28 16:16:30 +02:00
|
|
|
<td>{group_name}</td>
|
2005-07-01 05:29:44 +02:00
|
|
|
<td class="narrow_column">{edit_link}</td>
|
|
|
|
<td class="narrow_column">{delete_link}</td>
|
2003-08-28 16:16:30 +02:00
|
|
|
</tr>
|
|
|
|
<!-- END row -->
|
|
|
|
|
|
|
|
<!-- BEGIN row_empty -->
|
|
|
|
<tr>
|
|
|
|
<td colspan="5" align="center">{message}</td>
|
|
|
|
</tr>
|
|
|
|
<!-- END row_empty -->
|