scripts/mir-setup/README: update with link to new doc on wiki
[mir.git] / templates / admin / filtergrouplist.template
1 <html>
2 <head>
3   <title>${config["Mir.Name"]} | ${lang("filtergrouplist.htmltitle")}</title>
4   <link rel="stylesheet" type="text/css" href="${config.docRoot}/style/admin.css">
5 </head>
6 <body marginwidth="0" marginheight="0" topmargin="0" leftmargin="0">
7 <include "LISTFUNCTIONS.template">
8 <include "FUNCTIONS.template">
9 <include "head.template">
10
11     <p>
12       <a class="link-box" href="${config.actionRoot}?module=Abuse">[ &lt; ] ${lang("back")}</a>&nbsp;&nbsp;
13       <a class="link-box" href="${config.actionRoot}?module=Abuse&do=addfiltergroup">[+] ${lang("add")}</a> &nbsp;
14       <if config["Abuse.DisallowIPLogging"]!="1">
15         <a class="link-box" href="${config.actionRoot}?module=Abuse&do=showlog">${lang("abuse.showlog")}</a>
16       </if>
17       <br><br>
18     </p>
19     <call ListStart()>\r
20     <call ListHead([
21           lang("filtergroup.name")])>
22
23     <list filtergroups as f>    
24           <call ListEntry([
25             utility.encodeHTML(f.name)],
26             "module=Abuse&groupid="+f.id, 
27             ["&do=movefiltergroupup", "&do=movefiltergroupdown", "&do=listfilters", "&do=deletefiltergroup"], 
28             [lang("filtergroup.moveup"), lang("filtergroup.movedown"), lang("filtergroup.listfilters"), lang("delete")])
29           >
30     </list>\r
31
32     <call ListEnd()>\r
33     
34     <p>
35       <a class="link-box" href="${config.actionRoot}?module=Abuse">[ &lt; ] ${lang("back")}</a>&nbsp;&nbsp;
36       <a class="link-box" href="${config.actionRoot}?module=Abuse&do=addfiltergroup">[+] ${lang("add")}</a> &nbsp;
37       <br><br>
38     </p>
39
40   <include "foot.template">
41 </body>
42 </html>