Added more mail and spam statistics
authorJoey Schulze <joey@infodrom.org>
Fri, 20 Oct 2006 07:17:14 +0000 (07:17 +0000)
committerJoey Schulze <joey@infodrom.org>
Fri, 20 Oct 2006 07:17:14 +0000 (07:17 +0000)
src/Infodrom/stats/mail-overview.wml [new file with mode: 0644]
src/Infodrom/stats/mail.wml
src/Infodrom/stats/spam-overview.wml [new file with mode: 0644]

diff --git a/src/Infodrom/stats/mail-overview.wml b/src/Infodrom/stats/mail-overview.wml
new file mode 100644 (file)
index 0000000..7638a35
--- /dev/null
@@ -0,0 +1,34 @@
+#include <infodrom.style>
+
+<page func="Infodrom Oldenburg" title="Statistics">
+
+<h3 style="padding-left: 5px;background: #e5e5e5;font-size: 16px;">Daily Statistics</h3>
+
+<p><center>
+<img src="/cgi-bin/mailgraph.cgi?0-n" width="637" height="256" alt="[Daily Mails]" border=0>\
+</center>
+
+<h3 style="padding-left: 5px;background: #e5e5e5;font-size: 16px;">Weekly Statistics</h3>
+
+<p><center>
+<img src="/cgi-bin/mailgraph.cgi?1-n" width="637" height="256" alt="[Weekly Mails]" border=0>\
+</center>
+
+<h3 style="padding-left: 5px;background: #e5e5e5;font-size: 16px;">Monthly Statistics</h3>
+
+<p><center>
+<img src="/cgi-bin/mailgraph.cgi?2-n" width="637" height="256" alt="[Monthly Mails]" border=0>\
+</center>
+
+<h3 style="padding-left: 5px;background: #e5e5e5;font-size: 16px;">Yearly Statistics</h3>
+
+<p><center>
+<img src="/cgi-bin/mailgraph.cgi?3-n" width="637" height="256" alt="[Yearly Mails]" border=0>\
+</center>
+
+</page>
+
+# Local variables:
+# mode: html
+# mode: auto-fill
+# end:
index c9e3a09..ffc0799 100644 (file)
@@ -5,11 +5,15 @@
 <h3 style="padding-left: 5px;background: #e5e5e5;font-size: 16px;">Daily Statistics</h3>
 
 <p><center>
+<a href="mail-overview.html">\
 <img src="/cgi-bin/mailgraph.cgi?0-n" width="637" height="256" alt="[Daily Mails]" border=0>\
+</a>
 </center></p>
 
 <p><center>
+<a href="spam-overview.html">\
 <img src="/cgi-bin/mailgraph.cgi?0-e" width="637" height="220" alt="[Daily Spam]" border=0>\
+</a>
 </center></p>
 
 </page>
diff --git a/src/Infodrom/stats/spam-overview.wml b/src/Infodrom/stats/spam-overview.wml
new file mode 100644 (file)
index 0000000..43bc031
--- /dev/null
@@ -0,0 +1,34 @@
+#include <infodrom.style>
+
+<page func="Infodrom Oldenburg" title="Statistics">
+
+<h3 style="padding-left: 5px;background: #e5e5e5;font-size: 16px;">Daily Statistics</h3>
+
+<p><center>
+<img src="/cgi-bin/mailgraph.cgi?0-e" width="637" height="220" alt="[Daily Spam]" border=0>\
+</center>
+
+<h3 style="padding-left: 5px;background: #e5e5e5;font-size: 16px;">Weekly Statistics</h3>
+
+<p><center>
+<img src="/cgi-bin/mailgraph.cgi?1-e" width="637" height="220" alt="[Weekly Spam]" border=0>\
+</center>
+
+<h3 style="padding-left: 5px;background: #e5e5e5;font-size: 16px;">Monthly Statistics</h3>
+
+<p><center>
+<img src="/cgi-bin/mailgraph.cgi?2-e" width="637" height="220" alt="[Monthly Spam]" border=0>\
+</center>
+
+<h3 style="padding-left: 5px;background: #e5e5e5;font-size: 16px;">Yearly Statistics</h3>
+
+<p><center>
+<img src="/cgi-bin/mailgraph.cgi?3-e" width="637" height="220" alt="[Yearly Spam]" border=0>\
+</center>
+
+</page>
+
+# Local variables:
+# mode: html
+# mode: auto-fill
+# end: