1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> |
---|
2 | <HTML> |
---|
3 | <HEAD><TITLE>DSPAM v3 Control Center</TITLE> |
---|
4 | <meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> |
---|
5 | <link rel="icon" href="$WEB_ROOT$/favicon.ico" type="image/vnd.microsoft.icon"> |
---|
6 | <LINK REL="STYLESHEET" HREF="$WEB_ROOT$/base.css"> |
---|
7 | <script type="text/javascript" src="$WEB_ROOT$/dspam.js"></script> |
---|
8 | </HEAD> |
---|
9 | <BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#000000" VLINK="#000000" ALINK="#000000"> |
---|
10 | <div id="header"> |
---|
11 | <div id="logo"> |
---|
12 | <a href="$CGI$?language=$LANG$" title="Home"><img src="$WEB_ROOT$/dspam-logo-small.gif" alt="DSPAM Logo"></a> |
---|
13 | <p>$DSPAMVERSION$</p> |
---|
14 | </div> |
---|
15 | <div id="userinfo"> |
---|
16 | $FORM_USER$ |
---|
17 | </div> |
---|
18 | </div> |
---|
19 | |
---|
20 | <br clear="left"> |
---|
21 | |
---|
22 | <div id="navcontainer"> |
---|
23 | <ul id="navlist"> |
---|
24 | <li><a href="$CGI$?$USER$template=performance&language=$LANG$">Performance</a></li> |
---|
25 | <li><a href="$CGI$?$USER$template=preferences&language=$LANG$">Preferences</a></li> |
---|
26 | <li><a href="$CGI$?$USER$template=alerts&language=$LANG$">Alerts</a></li> |
---|
27 | <li id="active"><a id="current" href="$CGI$?$USER$template=quarantine&language=$LANG$">Quarantine ($TOTAL_QUARANTINED_MESSAGES$)</a></li> |
---|
28 | <li><a href="$CGI$?$USER$template=analysis&language=$LANG$">Analysis</a></li> |
---|
29 | <li><a href="$CGI$?$USER$template=history&language=$LANG$&history_page=1">History</a></li> |
---|
30 | $NAV_ADMIN$ |
---|
31 | </ul> |
---|
32 | </div> |
---|
33 | |
---|
34 | <div id="panel"> |
---|
35 | |
---|
36 | <p> |
---|
37 | The messages below have not been been delivered to your normal e-mail application because they are believed to be spam. |
---|
38 | Click on the Subject line to view the message or choose a sort option to |
---|
39 | change how messages are sorted. |
---|
40 | Use the checkboxes and <strong>Deliver Checked</strong> to deliver messages you want to read, or use <strong>Delete All</strong> to empty the quarantine. |
---|
41 | </p> |
---|
42 | |
---|
43 | <form action="$CGI$" method="post"> |
---|
44 | <p> |
---|
45 | <input type="hidden" name="command" value="processQuarantine"> |
---|
46 | <input type="hidden" name="template" value="quarantine"> |
---|
47 | <input type="hidden" name="user" value="$REMOTE_USER$"> |
---|
48 | <input type="hidden" name="sortby" value="$SORTBY$"> |
---|
49 | <input type="hidden" name="language" value="$LANG$"> |
---|
50 | <input type="submit" value="Deliver Checked" NAME="manyNotSpam" > |
---|
51 | |
---|
52 | <input type="submit" value="Delete Checked" onClick="if (confirm('Are you sure you want to delete SELECTED messages in quarantine?')==false) { return false; }"> |
---|
53 | |
---|
54 | <input type="button" value="Select 200" onClick='for(j=0; j<200;j++) { if (document.forms[1] && document.forms[1].elements[j] && document.forms[1].elements[j].type == "checkbox") { document.forms[1].elements[j].checked = true; } } return false'> |
---|
55 | |
---|
56 | <input type="submit" value="Delete All" name="deleteAll" onClick="if (confirm('Are you sure you want to delete ALL messages in quarantine?')==false) { return false; }" > |
---|
57 | |
---|
58 | </p> |
---|
59 | <table border="0" cellspacing="0" cellpadding="2" width="100%"> |
---|
60 | <tr> |
---|
61 | <th> </th> |
---|
62 | $SORT_QUARANTINE$ |
---|
63 | </tr> |
---|
64 | $QUARANTINE$ |
---|
65 | </table> |
---|
66 | |
---|
67 | <p> |
---|
68 | <input type="submit" value="Deliver Checked" NAME="manyNotSpam"> |
---|
69 | |
---|
70 | <input type="submit" value="Delete Checked" onClick="if (confirm('Are you sure you want to delete SELECTED messages in quarantine?')==false) { return false; }"> |
---|
71 | |
---|
72 | <input type="button" value="Select 200" onClick='for(j=0; j<200;j++) { if (document.forms[1] && document.forms[1].elements[j] && document.forms[1].elements[j].type == "checkbox") { document.forms[1].elements[j].checked = true; } } return false'> |
---|
73 | |
---|
74 | <input type="submit" value="Delete All" name="deleteAll" onClick="if (confirm('Are you sure you want to delete ALL messages in quarantine?')==false) { return false; }"> |
---|
75 | </p> |
---|
76 | |
---|
77 | </form> |
---|
78 | |
---|
79 | <p> |
---|
80 | Color key: <span class="low">Lower SPAM rating</span>, <span class="medium">Medium SPAM rating</span>, <span class="high">Higher SPAM rating</span> |
---|
81 | </p> |
---|
82 | |
---|
83 | </div> |
---|
84 | |
---|
85 | |
---|
86 | |
---|
87 | </BODY> |
---|
88 | </HTML> |
---|