/[dehs]/trunk/www/stats.html
ViewVC logotype

Contents of /trunk/www/stats.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 81 - (hide annotations) (download) (as text)
Mon Dec 17 02:06:46 2007 UTC (5 years, 5 months ago) by atomo64-guest
File MIME type: text/html
File size: 1666 byte(s)
Changing the look&feel of the website
1 atomo64-guest 71 <?xml version="1.0" encoding="iso-8859-1"?>
2     <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
3     "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
4     <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
5     <head>
6     <!--<link rel="stylesheet" href="http://www.debian.org/debian.css" type="text/css" />-->
7     <title>DEHS statistics</title>
8     <meta http-equiv="content-type" content="application/xhtml+xml; charset=iso-8859-1" />
9 atomo64-guest 81 <link rel="shortcut icon" href="/favicon.ico">
10 atomo64-guest 71 </head>
11     <body>
12     <div style="text-align: center;">
13 atomo64-guest 81 <h1><img src="http://www.debian.org/logos/openlogo-nd-50.png" style="border:0px;" alt='' height='30.5px' width='25px'>&nbsp;<a href="http://dehs.alioth.debian.org/" style="color:black;font-size:35px">Debian External Health Status</a>&nbsp;<img src="/earth.png" style="border:0px;" alt='' height='30.5px' width='30.5px'></h1>
14     <?php $title='Overall DEHS statistics'; define('PBAR', true); include("menu.inc"); ?><br>
15 atomo64-guest 71 <table class="invisiblebox">
16     <tr>
17     <td colspan="2"><hr class="ruler" /></td>
18     </tr>
19     <tr>
20     <td><img src="/dehs-day.png" alt="daily graph" width="493" height="331"/></td>
21     <td><img src="/dehs-week.png" alt="weekly graph" width="493" height="331"/></td>
22     </tr>
23     <tr>
24     <td><img src="/dehs-month.png" alt="monthly graph" width="493" height="331"/></td>
25     <td><img src="/dehs-year.png" alt="yearly graph" width="493" height="331"/></td>
26     </tr>
27     </table>
28     </div>
29     <div style="text-align:center"><span>Thanks to Lucas Nussbaum for the graphics</span><br/>
30     <span>The data used to generate the graphics is available at <a href="/dehs_stats.txt">dehs_stats.txt</a></span></div>
31     </body>
32     </html>

  ViewVC Help
Powered by ViewVC 1.1.5