]> git.proxmox.com Git - pmg-api.git/blobdiff - templates/spamreport-verbose.tt
reload postfix instead of restart on config change
[pmg-api.git] / templates / spamreport-verbose.tt
index 31c0143c8e8f0de132e1e7460bf23a6610ed6671..2b2915d7a4a8e1c99cf49c2334a470eb70f95f1e 100644 (file)
@@ -3,59 +3,60 @@
 [%- ELSE %]
 [%- SET title = "Daily Spam Report for '${pmail}' - ${date}" -%]
 [%- END -%]
+
+[% BLOCK tooltip %]Received: [% d.date %] [% d.time %]
+From: [% d.envelope_sender %]
+TO: [% d.receiver %]
+Size: [% d.bytes %]
+Score: [% d.spamlevel %]
+File: [% d.file %]
+[% END %]
+
 <html>
-<head>
-<title>[% title %]</title>
-</head>
-<body>
-
-<div align=center>
-
-<form action='[% actionhref | uri %]' method='POST'>
-<input type=hidden name=ticket value='[% ticket | uri %]'>
-
-<table width='100%'>
-  <tr>
-    <td colspan=3>
-      <div style='width:600px;'><h2>[% title %]</h2></div>
-    </td>
-  </tr>
-
-  <tr><td colspan=3><hr></td></tr>     
-
-  <!--start entries-->
-  [% FOREACH item IN items %]
-  <tr title='[% item.title %]'>
-    <td><input type=checkbox name=cselect value='[% item.ticket | uri %]'></td>
-    <td>[% item.from %]</td>
-    <td align=right>[% item.date %] [% item.time %]</td>
-  </tr>
-  <tr title='[% item.title %]'>
-    <td></td>
-    <td colspan=2><a style='cursor:pointer;' href='[% item.href | url %]'>
-       <b>[% item.subject %]</b></a></td>
-  </tr>
-  <tr><td colspan=3><hr></td></tr>
-  [% END %]
-  <!--end entries-->
-
-  <tr>
-    <td colspan=3>
-      <div align=center>
-      <button type=submit name=whitelist>Whitelist</button>
-      <button type=submit name=blacklist>Blacklist</button>
-      <button type=submit name=deliver>Deliver</button>
-      <button type=submit name=delete>Delete</button>
-      </div>
-    </td>
-  </tr>
-  
-</table>
-
-<p>Please use the <a href='[% managehref | url %]'>web interface</a> to manage your spam quarantine.</p>
-<p>Powered by <a target=_blank href='http://www.proxmox.com'>Proxmox</a>.</p>
-</div>
-
-</form>
-</body>
+  <head>
+    <title>[% title %]</title>
+  </head>
+  <body>
+
+    <div align=center>
+
+
+      <table width='100%'>
+       <tr>
+         <td colspan=2>
+           <div style='width:600px;'><h2>[% title %]</h2></div>
+         </td>
+       </tr>
+
+       <tr><td colspan=2><hr></td></tr>
+
+       <!--start entries-->
+       [% FOREACH item IN items %]
+       <tr>
+         <td>[% item.from %]</td>
+         <td align=right nowrap>[% item.date %] [% item.time %]</td>
+       </tr>
+       <tr title='[% PROCESS tooltip d=item | html  %]'>
+         <td><a style='cursor:pointer;' href='[% item.href | url %]'><b>[% item.subject %]</b></a></td>
+         <td align=right nowrap>
+           <div style='font-size:xx-small;'>
+             <a href='[% item.href | url %]&action=whitelist'>Whitelist</a>&nbsp;
+             <a href='[% item.href | url %]&action=blacklist'>Blacklist</a>&nbsp;
+             <a href='[% item.href | url %]&action=deliver'>Deliver</a>&nbsp;
+             <a href='[% item.href | url %]&action=delete'>Delete</a>
+           </div>
+         </td>
+       </tr>
+       <tr><td colspan=2><hr></td></tr>
+       [% END %]
+       <!--end entries-->
+
+      </table>
+
+      <p>Please use the <a href='[% managehref | url %]'>web interface</a> to manage your spam quarantine.</p>
+      <p>Powered by <a target=_blank href='http://www.proxmox.com'>Proxmox</a>.</p>
+
+    </div>
+
+  </body>
 </html>