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

« back to all changes in this revision

Viewing changes to webui/cgi-bin/templates/de/nav_admin_user.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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
 
2
<html>
 
3
<head><title>DSPAM v3 Verwaltungsbereich</title>
 
4
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
 
5
<link rel="icon" href="$WEB_ROOT$/favicon.ico" type="image/vnd.microsoft.icon">
 
6
<link rel="STYLESHEET" href="$WEB_ROOT$/base.css">
 
7
</head>
 
8
<body bgcolor="#FFFFFF" text="#000000" link="#000000" vlink="#000000" alink="#000000">
 
9
<div id="header">
 
10
        <div id="logo">
 
11
                <a href="$CGI$?language=$LANG$" title="Home"><img src="$WEB_ROOT$/dspam-logo-small.gif" alt="DSPAM Logo"></a>
 
12
                <p>$DSPAMVERSION$</p>
 
13
        </div>
 
14
        <div id="userinfo">
 
15
                $FORM_ADMIN$
 
16
        </div>
 
17
</div>
 
18
 
 
19
<br clear="left">
 
20
 
 
21
<div id="navcontainer">
 
22
        <ul id="navlist">
 
23
                <li><a href="$CGI$?$USER$template=status&amp;language=$LANG$">System Status</a></li>
 
24
                <li id="active"><a id="current" href="$CGI$?$USER$template=user&amp;language=$LANG$">Benutzer Statistik</a></li>
 
25
                <li><a href="$CGI$?$USER$template=preferences&amp;language=$LANG$">Administration</a></li>
 
26
                <li><a href="dspam.cgi?language=$LANG$">Kontroll Zenter</a></li>
 
27
        </ul>
 
28
</div>
 
29
 
 
30
<div id="panel">
 
31
 
 
32
<p>
 
33
Die folgenden Grafiken und Tabellen zeigen die Anzahl der verarbeiteten Nachrichten f&uuml;r jeden Benutzer nebst seinen aktuellen Einstellungen.
 
34
</p>
 
35
 
 
36
<table border="0" cellspacing="0" cellpadding="4">
 
37
        <tr>
 
38
                <th>Name</th>
 
39
                <th>Q.Size</th>
 
40
                <th>TP</th>
 
41
                <th>TN</th>
 
42
                <th>FP</th>
 
43
                <th>FN</th>
 
44
                <th>SC</th>
 
45
                <th>IC</th>
 
46
                <th>Mode</th>
 
47
                <th>On Spam</th>
 
48
                <th>BNR</th>
 
49
                <th>Whitelist</th>
 
50
                <th>Sed</th>
 
51
                <th>Sig Loc</th>
 
52
        </tr>
 
53
$TABLE$
 
54
</table>
 
55
 
 
56
</div>
 
57
 
 
58
</body>
 
59
</html>