1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
<html>
<head>
<title>Administration</title>
</head>
<body>
<div align="center">
<p> </p>
<form action="Menu.php" method="POST">
<table border="0" cellpadding="0" cellspacing="4">
<tr>
<td align="right">Login:</td>
<td><input name="login" type="text" size="30" maxlength="30"></td>
</tr>
<tr>
<td align="right">Mot de Passe:</td>
<td><input name="MdP" type="text" size="30" maxlength="40"></td>
</tr>
</table>
<p> </p>
<INPUT TYPE="submit" target="_parent" VALUE="OK" style="width:100px">
</FORM>
</body>
</html> |