source: npl/mailserver/dspam/dspam-3.10.2/webui/cgi-bin/templates/nav_admin_user.html

Last change on this file was c5c522c, checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago

initial commit, transferred from cleaned syn3 svn tree

  • Property mode set to 100644
File size: 1.6 KB
Line 
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 Administrative Suite</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</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$">User Statistics</a></li>
25                <li><a href="$CGI$?$USER$template=preferences&amp;language=$LANG$">Administration</a></li>
26                <li><a href="dspam.cgi?language=$LANG$">Control Center</a></li>
27        </ul>
28</div>
29
30<div id="panel">
31
32<p>
33The following table shows the number of messages processed for each user along with their current preference settings.
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
59
60</body>
61</html>
Note: See TracBrowser for help on using the repository browser.