formulaire pour remplir des ticket de panne
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
1009 B

<!DOCTYPE html>
<html>
<head>
<title>Login</title>
<link rel="stylesheet" href="../stylepage.css">
</head>
<body>
<form id='form' action="cible.php" method="post">
<div class="container-champ">
<p>Login:</p>
<div class="champ">
<select class="entry" name="login">
<option value="prof">prof</option>
<option value="referant">Référant</option>
</select>
</div>
</div>
<div class="container-champ">
<p>Pwd:</p>
<div class="champ">
<input class="entry" type="password" name="pwd">
</div>
</div>
<div class="container-champ">
<div class="champ">
<input class="entry" type="submit" value="conexion">
</div>
</div>
</form>
</body>
</html>