From f9e3717723883016507e0f2fc326b2f8b9622b6e Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 28 Sep 2022 13:18:40 +0200 Subject: [PATCH] wait #5488 @0:15 --- inc/menu.php | 2 +- projet-liste.php | 88 ++++++++++++++++++++++++++++++++++++++++++++++++ style/style.sass | 4 +++ 3 files changed, 93 insertions(+), 1 deletion(-) create mode 100644 projet-liste.php diff --git a/inc/menu.php b/inc/menu.php index 816caf3..1625150 100644 --- a/inc/menu.php +++ b/inc/menu.php @@ -34,7 +34,7 @@ Outils experts diff --git a/projet-liste.php b/projet-liste.php new file mode 100644 index 0000000..089c482 --- /dev/null +++ b/projet-liste.php @@ -0,0 +1,88 @@ + +
+ + + + + Rechercher + Réinitialiser les filtres +
+
+
+
+ + +
+

Prévision Projet : 3 Projets trouvés

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Numéro et rueCode postalVilleNature du projetNature du bienSuperficie totaleAnnée(s)TDPM-TEOM N+1/N+2TDPM-TEOM N+1/N+2
9 Passage de la Boule Blanche75012ParisConstructionEnsemble commercial1202020-202111 380 €17 613 €
9 Passage de la Boule Blanche75012ParisConstructionEnsemble commercial1202020-202111 380 €17 613 €
9 Passage de la Boule Blanche75012ParisConstructionEnsemble commercial1202020-202111 380 €17 613 €
+
+ \ No newline at end of file diff --git a/style/style.sass b/style/style.sass index 0813c97..9a0bc58 100644 --- a/style/style.sass +++ b/style/style.sass @@ -16,6 +16,7 @@ body background-color: $button-color height: 40px position: relative + font-weight: bold svg height: 30px @@ -47,6 +48,9 @@ main top: 0 right: 0 + .button + margin-left: 15px + h3 color: $headings-color text-align: center -- 2.39.5