2001-08-04 04:59:14 +02:00
|
|
|
<!-- BEGIN nextmatchs -->
|
2001-08-04 22:38:52 +02:00
|
|
|
<table width="{table_width}" border="0" bgcolor="{th_bg}" cellspacing="0" cellpadding="0" cols="5">
|
|
|
|
<tr> {left}
|
|
|
|
<td align="center" valign="top" width="92%"></td> {right}
|
|
|
|
</tr>
|
2001-03-13 14:15:53 +01:00
|
|
|
<tr>
|
2001-08-04 22:38:52 +02:00
|
|
|
<td align="center" valign="top" colspan="5">
|
|
|
|
<form method="POST" action="{form_action}" name="filter">
|
|
|
|
<input type="hidden" name="filter" value="{filter_value}">
|
|
|
|
<input type="hidden" name="qfield" value="{qfield_value}">
|
|
|
|
<input type="hidden" name="start" value="{start_value}">
|
|
|
|
<input type="hidden" name="order" value="{order_value}">
|
|
|
|
<input type="hidden" name="sort" value="{sort_value}">
|
|
|
|
<input type="hidden" name="query" value="{query_value}">
|
|
|
|
<table border="0" bgcolor="{th_bg}" cellspacing="0" cellpadding="0">
|
|
|
|
<tr>{search}<td> </td>{filter}
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</form>
|
|
|
|
</td>
|
2001-03-13 14:15:53 +01:00
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
|
|
|
|
<br>
|
|
|
|
|
2001-08-04 04:59:14 +02:00
|
|
|
<!-- END nextmatchs -->
|
|
|
|
|
|
|
|
|
|
|
|
<!-- BEGIN filter -->
|
2001-08-04 22:38:52 +02:00
|
|
|
<td>
|
|
|
|
{select}
|
|
|
|
<noscript>
|
|
|
|
<input type="submit" value="{lang_filter}">
|
|
|
|
</noscript>
|
|
|
|
</td>
|
2001-08-04 04:59:14 +02:00
|
|
|
<!-- END filter -->
|
|
|
|
|
|
|
|
|
|
|
|
<!-- BEGIN form -->
|
2001-08-04 22:38:52 +02:00
|
|
|
<td width="2%" align="{align}" valign="top">
|
|
|
|
<form method="POST" action="{action}" name="{form_name}">
|
|
|
|
{hidden}
|
|
|
|
<table border="0" cellspacing="0" cellpadding="0">
|
|
|
|
<tr>
|
|
|
|
<td align="{align}">
|
|
|
|
<input type="image" src="{img}" border="{border}" alt="{label}" width="12" height="12" name="start" value="{start}">
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</form>
|
|
|
|
</td>
|
2001-08-04 04:59:14 +02:00
|
|
|
<!-- END form -->
|
|
|
|
|
|
|
|
|
|
|
|
<!-- BEGIN icon -->
|
|
|
|
<td width="2%" align="{align}"> {_link}</td>
|
|
|
|
<!-- END icon -->
|
|
|
|
|
|
|
|
|
|
|
|
<!-- BEGIN link -->
|
2001-08-04 22:38:52 +02:00
|
|
|
<td width="2%" align="{align}" valign="top">
|
|
|
|
<table border="0" cellspacing="0" cellpadding="0">
|
|
|
|
<tr>
|
|
|
|
<td align="{align}">
|
|
|
|
<img src="{img}" border="{border}" width="12" height="12" alt="{label}">
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</td>
|
2001-08-04 04:59:14 +02:00
|
|
|
<!-- END link -->
|
|
|
|
|
|
|
|
|
|
|
|
<!-- BEGIN search -->
|
2001-08-04 22:38:52 +02:00
|
|
|
<td>
|
|
|
|
<input type="text" name="query" value="{query_value}"> {searchby}<input type="submit" name="Search" value="{lang_search}">
|
|
|
|
</td>
|
2001-08-04 04:59:14 +02:00
|
|
|
<!-- END search -->
|
|
|
|
|