You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
PROJET-WEB_STRI1A/WEB/Modifier_vehicule.php

65 lines
1.1 KiB
PHTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="Modifier_vehicule.css" />
</head>
<body>
<div class="global bord">
<p class="fort">Modification du vehicule</p>
<form method="post" action="Liste.php">
<p>
<input name="immatriculation" type="text" placeholder="Immatriculation" class="centrage">
</p>
<p>
<input name="marque" type="text" placeholder="Marque" class="centrage" >
</p>
<p>
<input name="modele" type="text" placeholder="Modèle" class="centrage" >
</p>
<p>
<input name="annee" type="text" placeholder="Année" class="centrage" >
</p>
<p>
<input name="nombre_place" type="text" placeholder="Nombre de places" class="centrage" >
</p>
<p>
<input name="submit" type="submit" value="Valider" class="centrage">
</p>
</form>
</div>
</body>
</html>