w3cdate parsing fix
[mir.git] / templates / admin / abuse.log.template
index cfe1ecd..f80a939 100755 (executable)
@@ -6,22 +6,24 @@
 
   <body marginwidth="0" marginheight="0" topmargin="0" leftmargin="0">
     <include "head.template">
-    <p>
-      <a class="majorcommand" href="${config.actionRoot}?module=Abuse">${lang("back")}</a>
-    </p>
-
-    <table border="0" cellpadding="2" cellspacing="1">
+    
+  <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=showfilters">${lang("abuse.showfilters")}</a>
+    <br>
+  </p>
+    <table border="0" cellpadding="2" cellspacing="3">
       <tr class="darkgrey">
-        <td><span class="witesmall"><b>${lang("abuse.log.time")}</b></span></td>
-        <td><span class="witesmall"><b>${lang("abuse.log.address")}</b></span></td>
-        <td><span class="witesmall"><b>${lang("abuse.log.object")}</b></span></td>
-        <td><span class="witesmall"><b>${lang("abuse.log.browser")}</b></span></td>
+        <td class="table-head">${lang("abuse.log.time")}</td>
+        <td class="table-head">${lang("abuse.log.address")}</td>
+        <td class="table-head">${lang("abuse.log.object")}</td>
+        <td class="table-head">${lang("abuse.log.browser")}</td>
       </tr>
       
       <assign grey="0">      
       <list log as l>
-        <if grey=="1"><assign grey="0"><tr class="list1"><else><tr class="list2"><assign grey="1"> </if>
-          <td>${l.timestamp["yyyy-MM-dd  HH:mm"]}</td>
+        <if grey=="1"><assign grey="0"><tr class="listrow1"><else><tr class="listrow2"><assign grey="1"> </if>
+          <td>${l.timestamp.format("yyyy-MM-dd  HH:mm")}</td>
           <td>${l.ip}</td>
           <td>
             <if l.type=="content">
           <td>${l.browser}</td>
         </tr>
       </list>
+    <tr>
+      <td colspan="4" class="table-foot">&nbsp;</td>
+    </tr>
     </table>
 
     <p>
-      <a class="majorcommand" href="${config.actionRoot}?module=Abuse">${lang("back")}</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=showfilters">${lang("abuse.showfilters")}</a>
     </p>
 
     <include "foot.template">