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.8 KB
|
Line | |
---|
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_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$">Leistungsmerkmale</a></li> |
---|
24 | <li><a href="$CGI$?$USER$template=preferences&language=$LANG$">Einstellungen</a></li> |
---|
25 | <li><a href="$CGI$?$USER$template=alerts&language=$LANG$">Alarme</a></li> |
---|
26 | <li><a href="$CGI$?$USER$template=quarantine&language=$LANG$">Quarantäne ($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">Historie</a></li> |
---|
29 | $NAV_ADMIN$ |
---|
30 | </ul> |
---|
31 | </div> |
---|
32 | |
---|
33 | <div id="panel"> |
---|
34 | |
---|
35 | <p> |
---|
36 | Die Grafiken unten zeigen die Anzahl der verarbeiteten Nachrichten. |
---|
37 | </p> |
---|
38 | |
---|
39 | <div class="content"> |
---|
40 | <h3><strong>24 Stunden Aktivität</strong> - $TS_DAILY$ SPAM, $TI_DAILY$ Gut</h3> |
---|
41 | <img src="./graph.cgi?data=$DATA_DAILY$&x_label=hour&language=$LANG$" alt="tag"> |
---|
42 | </div> |
---|
43 | |
---|
44 | <div class="content"> |
---|
45 | <h3><strong>14 Tage Aktivität</strong> - $TS_WEEKLY$ SPAM, $TI_WEEKLY$ Gut</h3> |
---|
46 | <img src="./graph.cgi?data=$DATA_WEEKLY$&graph=period&x_label=date&language=$LANG$" alt="woche"> |
---|
47 | </div> |
---|
48 | |
---|
49 | </div> |
---|
50 | |
---|
51 | </BODY> |
---|
52 | </HTML> |
---|
Note: See
TracBrowser
for help on using the repository browser.