65 lines
1.1 KiB
PHP
65 lines
1.1 KiB
PHP
|
<!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>
|