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.9 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 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 | </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_USER$ |
---|
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=performance&language=$LANG$">Performance</a></li> |
---|
24 | <li><a href="$CGI$?$USER$template=preferences&language=$LANG$">Preferences</a></li> |
---|
25 | <li><a href="$CGI$?$USER$template=alerts&language=$LANG$">Alerts</a></li> |
---|
26 | <li><a href="$CGI$?$USER$template=quarantine&language=$LANG$">Quarantine ($TOTAL_QUARANTINED_MESSAGES$)</a></li> |
---|
27 | <li id="active"><a id="current" href="$CGI$?$USER$template=analysis&language=$LANG$">Analysis</a></li> |
---|
28 | <li><a href="$CGI$?$USER$template=history&language=$LANG$&history_page=1">History</a></li> |
---|
29 | $NAV_ADMIN$ |
---|
30 | </ul> |
---|
31 | </div> |
---|
32 | |
---|
33 | <div id="panel"> |
---|
34 | |
---|
35 | <p> |
---|
36 | Graphs showing the number of messages that have been processed are shown below. |
---|
37 | </p> |
---|
38 | |
---|
39 | <div class="content"> |
---|
40 | <h3><strong>24 Hour Activity</strong> - $TS_DAILY$ SPAM, $TI_DAILY$ Good</h3> |
---|
41 | |
---|
42 | <img src="./graph.cgi?data=$DATA_DAILY$&x_label=hour&language=$LANG$" alt="24 hour activity graph"> |
---|
43 | </div> |
---|
44 | |
---|
45 | <div class="content"> |
---|
46 | <h3><strong>14 Day Activity</strong> - $TS_WEEKLY$ SPAM, $TI_WEEKLY$ Good</h3> |
---|
47 | <img src="./graph.cgi?data=$DATA_WEEKLY$&graph=period&x_label=date&language=$LANG$" alt="14 day activity graph"> |
---|
48 | </div> |
---|
49 | |
---|
50 | </div> |
---|
51 | |
---|
52 | |
---|
53 | |
---|
54 | </BODY> |
---|
55 | </HTML> |
---|
Note: See
TracBrowser
for help on using the repository browser.