Gif icons for the External image handler dramatically improved
[mir.git] / templates / admin / abuse.filters.template
index 06bd9d9..1c02048 100755 (executable)
 
 <html>
 <head>
-       <title>${config["Mir.Name"]} | ${lang("userlist.htmltitle")}</title>
-       <link rel="stylesheet" type="text/css" href="${config.docRoot}/style/admin.css">
+  <title>${config["Mir.Name"]} | ${lang("userlist.htmltitle")}</title>
+  <link rel="stylesheet" type="text/css" href="${config.docRoot}/style/admin.css">
 </head>
 
 <body marginwidth="0" marginheight="0" topmargin="0" leftmargin="0">
 <include "head.template">
 <p>
-       <a class="link-box" href="${config.actionRoot}?module=Abuse">[ &lt; ] ${lang("back")}</a>&nbsp;&nbsp;
-       <a class="link-box" href="${config.actionRoot}?module=Abuse&do=showlog">${lang("abuse.showlog")}</a>
-       <br><br>
+  <a class="link-box" href="${config.actionRoot}?module=Abuse">[ &lt; ] ${lang("back")}</a>&nbsp;&nbsp;
+  <a class="link-box" href="${config.actionRoot}?module=Abuse&do=showlog">${lang("abuse.showlog")}</a>
+  <br><br>
 </p>
 <table border="0" cellpadding="2" cellspacing="1">
-       <tr>
-               <td class="table-head"><b>${lang("abuse.filter.type")}</b></td>
-               <td class="table-head"><b>${lang("abuse.filter.expression")}</b></td>
-               <td class="table-head"><b>&nbsp;</b></td>
-               <td class="table-head"><b>&nbsp;</b></td>
-       </tr>
+  <tr>
+    <td class="table-head"><b>${lang("abuse.filter.type")}</b></td>
+    <td class="table-head"><b>${lang("abuse.filter.expression")}</b></td>
+    <td class="table-head"><b>&nbsp;</b></td>
+    <td class="table-head"><b>&nbsp;</b></td>
+  </tr>
 
-       <assign grey="0">      
-       <list filters as i>
-               <call showFilterEntry(i.type, i.expression, i.id)>
-       </list>
+  <assign grey="0">      
+  <list filters as i>
+    <call showFilterEntry(i.type, i.expression, i.id)>
+  </list>
 
-       <call showFilterEntry("", "", "")>
-       </table>
+  <call showFilterEntry("", "", "")>
+  </table>
 
-       
+  
 <p>
-       <a class="link-box" href="${config.actionRoot}?module=Abuse">[ &lt; ] ${lang("back")}</a>&nbsp;&nbsp;
-       <a class="link-box" href="${config.actionRoot}?module=Abuse&do=showlog">${lang("abuse.showlog")}</a>
+  <a class="link-box" href="${config.actionRoot}?module=Abuse">[ &lt; ] ${lang("back")}</a>&nbsp;&nbsp;
+  <a class="link-box" href="${config.actionRoot}?module=Abuse&do=showlog">${lang("abuse.showlog")}</a>
 </p>