~ubuntu-branches/ubuntu/precise/dspam/precise

« back to all changes in this revision

Viewing changes to webui/cgi-bin/templates/nav_history.html

  • Committer: Bazaar Package Importer
  • Author(s): Julien Valroff, Julien Valroff, Thomas Preud'homme
  • Date: 2011-05-08 13:43:52 UTC
  • mfrom: (1.2.1 upstream) (8.2.2 experimental)
  • mto: This revision was merged to the branch mainline in revision 23.
  • Revision ID: james.westby@ubuntu.com-20110508134352-dxjx9m6tx1cbzlhq
Tags: 3.9.1~rc1+git20110419.29261fb+dfsg-1
[ Julien Valroff ]
* New git snapshot
* Install all dspam_* tools setgid so that they can be used by standard
  users
* Add symbols file for libdspam7
* Upload to unstable

[ Thomas Preud'homme ]
* Fix permissions on dspam_stats and missing opt-{in,out} directories
  (Closes: #394443)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<HTML>
2
2
<HEAD><TITLE>DSPAM v3 Control Center</TITLE>
 
3
<link rel="icon" href="$WEB_ROOT$/favicon.ico" type="image/vnd.microsoft.icon">
3
4
<LINK REL="STYLESHEET" HREF="$WEB_ROOT$/base.css">
 
5
<script type="text/javascript" src="$WEB_ROOT$/dspam.js"></script>
4
6
</HEAD>
5
7
<BODY BGCOLOR=#FFFFFF TEXT=#000000 LINK=#000000 VLINK=#000000 ALINK=#000000>
6
8
<div id="header">
7
9
        <div id="logo">
8
 
                <a href="$CGI$" title="Home"><img src="$WEB_ROOT$/dspam-logo-small.gif" alt="DSPAM Logo" /></a>
 
10
                <a href="$CGI$?language=$LANG$" title="Home"><img src="$WEB_ROOT$/dspam-logo-small.gif" alt="DSPAM Logo"></a>
 
11
                <p>$DSPAMVERSION$</p>
9
12
        </div>
10
13
        <div id="userinfo">
11
14
                $FORM_USER$
12
15
        </div>
13
16
</div>
14
17
 
15
 
<br clear="left" />
 
18
<br clear="left">
16
19
 
17
20
<div id="navcontainer">
18
21
        <ul id="navlist">
19
 
                <li><a href="$CGI$?$USER$template=performance">Performance</a></li>
20
 
                <li><a href="$CGI$?$USER$template=preferences">Preferences</a></li>
21
 
                <li><a href="$CGI$?$USER$template=alerts">Alerts</a></li>
22
 
                <li><a href="$CGI$?$USER$template=quarantine">Quarantine ($TOTAL_QUARANTINED_MESSAGES$)</a></li>
23
 
                <li><a href="$CGI$?$USER$template=analysis">Analysis</a></li>
24
 
                <li id="active"><a id="current" href="$CGI$?$USER$template=history&history_page=1">History</a></li>
 
22
                <li><a href="$CGI$?$USER$template=performance&amp;language=$LANG$">Performance</a></li>
 
23
                <li><a href="$CGI$?$USER$template=preferences&amp;language=$LANG$">Preferences</a></li>
 
24
                <li><a href="$CGI$?$USER$template=alerts&amp;language=$LANG$">Alerts</a></li>
 
25
                <li><a href="$CGI$?$USER$template=quarantine&amp;language=$LANG$">Quarantine ($TOTAL_QUARANTINED_MESSAGES$)</a></li>
 
26
                <li><a href="$CGI$?$USER$template=analysis&amp;language=$LANG$">Analysis</a></li>
 
27
                <li id="active"><a id="current" href="$CGI$?$USER$template=history&amp;language=$LANG$&history_page=1&amp;language=$LANG$">History</a></li>
25
28
                $NAV_ADMIN$
26
29
        </ul>
27
30
</div>
33
36
deliver any false positives that are still in your quarantine.
34
37
</p>
35
38
 
36
 
<form name="history" action="dspam.cgi" method="POST">
 
39
<form name="history" action="dspam.cgi?language=$LANG$" method="POST">
37
40
<input type="submit" value="Retrain Checked">
38
41
<input type="hidden" name="template" value="history">
39
42
<input type="hidden" name="command" value="retrainChecked">
40
43
<input type="hidden" name="user" value="$REMOTE_USER$">
 
44
<input type="hidden" name="show" value="$SHOW$" >
 
45
<input type="hidden" name="language" value="$LANG$">
 
46
 
 
47
&nbsp;&nbsp;$SHOW_SELECTOR$
 
48
 
41
49
<table border="0" cellspacing="0" cellpadding="2" width="100%">
42
50
<tr>
43
51
        <th>Type</th>
49
57
</tr>
50
58
$HISTORY$
51
59
</table>
 
60
 
 
61
$HISTORYPAGES$
 
62
 
52
63
<input type="submit" value="Retrain Checked">
53
64
</form>
54
65
 
55
66
</div>
56
67
 
57
 
<div id="footer">
58
 
<p>
59
 
<a href="http://dspam.nuclearelephant.com">DSPAM</a> is a registered trademark of <a href="http://www.nuclearelephant.com">Jonathan A. Zdziarski</a> Copyright &copy; 2005, Jonathan A. Zdziarski
60
 
</p>
61
 
</div>
 
68
 
62
69
 
63
70
<script language="javascript">
64
71
<!--