2001-05-19 05:24:36 +02:00
|
|
|
<!-- BEGIN list -->
|
|
|
|
<p>
|
|
|
|
<table border="0" width="45%" align="center">
|
|
|
|
<tr>
|
|
|
|
<td align="left">{left_next_matchs}</td>
|
2003-02-27 20:28:25 +01:00
|
|
|
{center}
|
2001-05-19 05:24:36 +02:00
|
|
|
<td align="right">{right_next_matchs}</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
|
2003-02-27 20:28:25 +01:00
|
|
|
<table border="0" width="70%" align="center">
|
2003-08-28 16:31:11 +02:00
|
|
|
<tr bgcolor="{th_bg}">
|
|
|
|
<td> {sort_name}</td>
|
2003-02-27 20:28:25 +01:00
|
|
|
{header_rule}
|
2001-05-19 05:24:36 +02:00
|
|
|
<td>{header_edit}</td>
|
|
|
|
<td>{header_delete}</td>
|
2003-02-27 20:28:25 +01:00
|
|
|
<td>{header_extra}</td>
|
2001-05-19 05:24:36 +02:00
|
|
|
</tr>
|
|
|
|
|
|
|
|
{rows}
|
|
|
|
|
|
|
|
</table>
|
|
|
|
|
2003-04-21 13:00:53 +02:00
|
|
|
<table border="0" width="70%" cellspacing="5" align="center">
|
2001-05-19 05:24:36 +02:00
|
|
|
<tr>
|
|
|
|
<td align="left">
|
|
|
|
<form method="POST" action="{new_action}">
|
|
|
|
<input type="submit" value="{lang_add}">
|
|
|
|
</form>
|
|
|
|
</td>
|
2001-05-20 17:08:25 +02:00
|
|
|
{back_button}
|
2003-04-21 13:00:53 +02:00
|
|
|
<td width="80%" align="right">
|
2001-05-19 05:24:36 +02:00
|
|
|
<form method="POST" action="{search_action}">
|
2003-04-21 13:00:53 +02:00
|
|
|
{lang_search} <input name="query">
|
2001-05-19 05:24:36 +02:00
|
|
|
</form>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
<!-- END list -->
|
|
|
|
<!-- BEGIN row -->
|
2003-08-28 16:31:11 +02:00
|
|
|
<tr bgcolor="{tr_color}">
|
2003-04-21 13:00:53 +02:00
|
|
|
<td> {group_name}</td>
|
2003-02-27 20:28:25 +01:00
|
|
|
{rule}
|
2001-05-19 05:24:36 +02:00
|
|
|
<td width="5%">{edit_link}</td>
|
|
|
|
<td width="5%">{delete_link}</td>
|
2003-02-27 20:28:25 +01:00
|
|
|
<td align="center" {extra_width}>{extra_link}</td>
|
2001-05-19 05:24:36 +02:00
|
|
|
</tr>
|
|
|
|
<!-- END row -->
|
|
|
|
<!-- BEGIN row_empty -->
|
|
|
|
<tr>
|
|
|
|
<td colspan="5" align="center">{message}</td>
|
|
|
|
</tr>
|
|
|
|
<!-- END row_empty -->
|
2001-05-20 17:08:25 +02:00
|
|
|
<!-- BEGIN back_button_form -->
|
|
|
|
<td align="center">
|
|
|
|
<form method="POST" action="{back_action}">
|
|
|
|
<input type="submit" value="{lang_back}">
|
|
|
|
</form>
|
|
|
|
</td>
|
|
|
|
<!-- END back_button_form -->
|