2000-11-07 21:44:19 +01:00
|
|
|
<!-- $Id$ -->
|
|
|
|
<!-- BEGIN nntp_header -->
|
|
|
|
<script>
|
|
|
|
function check_all()
|
|
|
|
{
|
|
|
|
for (i=0; i<document.allow.elements.length; i++) {
|
2001-05-10 13:34:47 +02:00
|
|
|
if (document.allow.elements[i].type == "checkbox") {
|
|
|
|
if (document.allow.elements[i].checked) {
|
|
|
|
document.allow.elements[i].checked = false;
|
|
|
|
} else {
|
|
|
|
document.allow.elements[i].checked = true;
|
|
|
|
}
|
|
|
|
}
|
2000-11-07 21:44:19 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
</script>
|
|
|
|
<p><center>{title}<br>
|
|
|
|
<table border="0" width="70%">
|
|
|
|
<tr>
|
|
|
|
<td width="40%">
|
2001-05-10 13:34:47 +02:00
|
|
|
<div align="center">
|
|
|
|
<form method="POST" action="{action_url}">
|
|
|
|
{common_hidden_vars}
|
|
|
|
<input type="text" name="query" value="{search_value}">
|
|
|
|
<input type="submit" name="search" value="{search}">
|
|
|
|
<input type="submit" name="next" value="{next}">
|
|
|
|
</form>
|
|
|
|
</div>
|
2000-11-07 21:44:19 +01:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>{nml}</tr>
|
|
|
|
<tr>{nmr}</tr>
|
|
|
|
</table>
|
|
|
|
<form name="allow" action="{action_url}" method="POST">
|
|
|
|
{common_hidden_vars}
|
2001-05-10 13:34:47 +02:00
|
|
|
<table border="0" width="70%">
|
2003-08-28 16:16:30 +02:00
|
|
|
<tr bgcolor="{th_bg}">
|
2001-05-10 13:34:47 +02:00
|
|
|
<td align="center"><font size="2" face="{th_font}">{sort_con}</font></td>
|
|
|
|
<td><font size="2" face="{th_font}">{sort_group}</font></td>
|
|
|
|
<td align="center"><font size="2" face="{th_font}">{sort_active}</font></td>
|
|
|
|
</tr>
|
2000-11-07 21:44:19 +01:00
|
|
|
<!-- END nntp_header -->
|
|
|
|
|
|
|
|
{output}
|
|
|
|
|
|
|
|
<!-- BEGIN nntp_list -->
|
|
|
|
|
2003-08-28 16:16:30 +02:00
|
|
|
<tr bgcolor="{tr_color}">
|
2001-05-10 13:34:47 +02:00
|
|
|
<td align="center"><font face="{th_font}">{con}</font></td>
|
|
|
|
<td><font face="{th_font}">{group}</font></td>
|
|
|
|
<td align="center"><font face="{th_font}">{active}</font></td>
|
|
|
|
</tr>
|
2000-11-07 21:44:19 +01:00
|
|
|
|
|
|
|
<!-- END nntp_list -->
|
|
|
|
|
|
|
|
<!-- BEGIN nntp_footer -->
|
|
|
|
|
2003-08-28 16:16:30 +02:00
|
|
|
<tr bgcolor="{th_bg}">
|
2001-05-10 13:34:47 +02:00
|
|
|
<td> </td>
|
|
|
|
<td align="center"><input type="submit" name="submit" value="{lang_update}"></td>
|
|
|
|
<td align=center>
|
|
|
|
<a href="javascript:check_all()"><img src="{checkmark}" border="0" height="16" width="21"></a>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
2000-11-07 21:44:19 +01:00
|
|
|
</form>
|
|
|
|
</center>
|
|
|
|
<!-- END nntp_footer -->
|