diff --git a/WEB/Modifier_vehicule.css b/WEB/Modifier_vehicule.css new file mode 100644 index 0000000..bc70881 --- /dev/null +++ b/WEB/Modifier_vehicule.css @@ -0,0 +1,33 @@ +.centrage{ + text-align : center; + font-size: 20px; + } + +.global { + position: absolute; /* postulat de départ */ + top: 45%; left: 50%; /* à 50%/50% du parent référent */ + transform: translate(-50%, -50%); /* décalage de 50% de sa propre taille */ + text-align : center; + + } + +.fort { + + font-weight: bold; + text-align : center; + text-decoration: underline; + font-size : 30px; + + } + +.bord{ + + border-radius: 20px; + border-left: 2px solid black; + border-right: 2px solid black; + border-top: 2px solid black; + border-bottom: 2px solid black; + padding : 20px 85px 60px 80px; + + } + \ No newline at end of file diff --git a/WEB/Modifier_vehicule.php b/WEB/Modifier_vehicule.php new file mode 100644 index 0000000..c144a59 --- /dev/null +++ b/WEB/Modifier_vehicule.php @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + +
+ +

Modification du vehicule

+ +
+ +

+ + + +

+ +

+ + + +

+ +

+ + + +

+ +

+ + + +

+ +

+ + + +

+ + +

+ + + +

+ +
+ +
+ + + + \ No newline at end of file diff --git a/WEB/Recherche.css b/WEB/Recherche.css new file mode 100644 index 0000000..bfb70ff --- /dev/null +++ b/WEB/Recherche.css @@ -0,0 +1,34 @@ +.centrage{ + text-align : center; + font-size: 20px; + } + +.global { + position: absolute; /* postulat de départ */ + top: 45%; left: 50%; /* à 50%/50% du parent référent */ + transform: translate(-50%, -50%); /* décalage de 50% de sa propre taille */ + text-align : center; + + } + +.fort { + + font-weight: bold; + text-align : center; + text-decoration: underline; + font-size : 30px; + + } + +.bord{ + + border-radius: 20px; + border-left: 2px solid black; + border-right: 2px solid black; + border-top: 2px solid black; + border-bottom: 2px solid black; + padding : 20px 80px 60px 80px; + + } + + \ No newline at end of file diff --git a/WEB/Recherche.php b/WEB/Recherche.php new file mode 100644 index 0000000..89c5c47 --- /dev/null +++ b/WEB/Recherche.php @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + +
+ +

Rechercher un trajet

+ +
+ +

+ + + +

+ +

+ + + +

+ +

+ + + +

+ + +

+ + + +

+ +
+ +
+ + + + \ No newline at end of file