Periodically reload page
[infodrom.org/service.infodrom.org] / src / Infodrom / stats / index.wml
1 #include <infodrom.style>
2
3 <page func="Infodrom Oldenburg" title="Statistics">
4
5 <h3 class="bar">Daily Statistics</h3>
6
7 <p><center>
8 <a href="traffic.html">\
9 <img src=traffic-day-traffic.png WIDTH=597 HEIGHT=168 alt="[Daily Traffic]" border=0>\
10 </a>
11 </center>
12
13 <p><center>
14 <img src=traffic-month-traffic.png WIDTH=597 HEIGHT=168 alt="[Monthly Traffic]" border=0>
15 </center>
16
17 <p><center>
18 <img src=thismonth.png WIDTH=597 HEIGHT=174 alt="[Total Traffic]">
19 </center>
20
21 <div style="padding-top: 1em"></div>
22
23 <script type="text/javascript">
24 window.setTimeout(function(){document.location.reload();}, 30000);
25 </script>
26 </page>
27
28 # Local variables:
29 # mode: html
30 # mode: auto-fill
31 # end: