| 1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
| 2 |
<html>
|
| 3 |
<head>
|
| 4 |
<meta content="text/html; charset=ISO-8859-1"
|
| 5 |
http-equiv="content-type">
|
| 6 |
<title>Debian External Health Status</title>
|
| 7 |
<link rel="shortcut icon" href="/favicon.ico">
|
| 8 |
</head>
|
| 9 |
<body>
|
| 10 |
<div style="text-align: center;">
|
| 11 |
<h1><img src="http://www.debian.org/logos/openlogo-nd-50.png" style="border:0px;" alt='' height='30.5px' width='25px'> <a href="http://dehs.alioth.debian.org/" style="color:black;font-size:35px">Debian External Health Status</a> <img src="/earth.png" style="border:0px;" alt='' height='30.5px' width='30.5px'></h1>
|
| 12 |
<? include("menu.inc"); ?>
|
| 13 |
<form action="/report.php" method="get">
|
| 14 |
By Maintainer: <input type="text" name="login" value="foo@bar.com" onclick="this.value=(this.value=='foo@bar.com')?'':this.value;"/>
|
| 15 |
<input type="submit" name="Display">
|
| 16 |
</form>
|
| 17 |
<form action="/report.php" method="get">
|
| 18 |
By package: <input type="text" name="package" value="libfoo" onclick="this.value=(this.value=='libfoo')?'':this.value;"/>
|
| 19 |
<input type="submit" name="Display">
|
| 20 |
</form>
|
| 21 |
</div>
|
| 22 |
<small><div style="text-align: center;">All the scripts are copyright 2004 by <a href='mailto:bluefuture@nospam@email.it'>Stefano Fabri</a>, and some Copyright 2007, 2008 by <a href='mailto:atomo64@gmail@spam.com'>Raphael Geissert</a>
|
| 23 |
<br>
|
| 24 |
Contact: <a href="http://lists.alioth.debian.org/mailman/listinfo/dehs-devel">dehs-devel@lists.alioth.d.o</a>
|
| 25 |
<br>Source code is available under the GPL terms in the <a href="http://svn.debian.org/wsvn/dehs/">Subversion repository</a></br></div></small>
|
| 26 |
</body>
|
| 27 |
</html>
|