<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="
http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Accueil Freebox Server</title>
<!-- Les CSS -->
<link href="css/master.css" rel="stylesheet" type="text/css" media="screen" />
<link href="css/login.css" rel="stylesheet" type="text/css" media="screen" />
<!-- JQUERY et autres javascripts -->
<script type="text/javascript" src="js/jquery-1.4.2.min.js"></script>
<script type="text/javascript" src="js/jquery-ui-1.8.2.custom.min.js"></script>
<script type="text/javascript" src="js/json2.js"></script>
<script type="text/javascript" src="js/jquery.form.js"></script>
<script type="text/javascript" src="js/utils.js"></script>
<!-- custom favicon -->
<link rel="icon" type="image/png" href="im/favicon.png" />
</head>
<body>
<div id="full" class="" >
<div id="log_container" class="" >
<div class="logbox">
<h2>Accès Freebox Server</h2>
<form action="login.php" method="post" id="pass" class="form-password">
<input type="hidden" name="login" value="freebox" />
<input type="password" name="passwd" />
<input type="submit" value="Entrer"/>
</form>
<span class="bad-pass" > </span><br />
<a class="pass-forgot" href="login.php?login=freebox&retrieve_pass=1">J'ai oublié mon mot de passe.</a>
</div>
<script type="text/javascript">
$(document).ready(function() {
$("input[type=password]")[0].focus();
});
</script>
</div>
</div>
</body>
</html>