Added a year graph
[infodrom.org/service.infodrom.org] / src / Infodrom / stats / spam-overview.wml
1 #include <infodrom.style>
2
3 <page func="Infodrom Oldenburg" title="Statistics">
4
5 <h3 style="padding-left: 5px;background: #e5e5e5;font-size: 16px;">Daily Statistics</h3>
6
7 <p><center>
8 <img src="/cgi-bin/mailgraph.cgi?0-e" width="637" height="220" alt="[Daily Spam]" border=0>\
9 </center>
10
11 <h3 style="padding-left: 5px;background: #e5e5e5;font-size: 16px;">Weekly Statistics</h3>
12
13 <p><center>
14 <img src="/cgi-bin/mailgraph.cgi?1-e" width="637" height="220" alt="[Weekly Spam]" border=0>\
15 </center>
16
17 <h3 style="padding-left: 5px;background: #e5e5e5;font-size: 16px;">Monthly Statistics</h3>
18
19 <p><center>
20 <img src="/cgi-bin/mailgraph.cgi?2-e" width="637" height="220" alt="[Monthly Spam]" border=0>\
21 </center>
22
23 <h3 style="padding-left: 5px;background: #e5e5e5;font-size: 16px;">Yearly Statistics</h3>
24
25 <p><center>
26 <img src="/cgi-bin/mailgraph.cgi?3-e" width="637" height="220" alt="[Yearly Spam]" border=0>\
27 </center>
28
29 </page>
30
31 # Local variables:
32 # mode: html
33 # mode: auto-fill
34 # end: