From ad9e8b8308de391a3ec024c538faed20a3c6871c Mon Sep 17 00:00:00 2001 From: pestak Date: Thu, 11 Dec 2025 15:07:04 +0100 Subject: [PATCH] os : accordeon --- prestations/html/liste_avant_apres.html | 4 +- prestations/html/prestation_accueil.html | 334 +++++++++++++++++++---- prestations/js/liste_avant_apres.js | 8 +- 3 files changed, 281 insertions(+), 65 deletions(-) diff --git a/prestations/html/liste_avant_apres.html b/prestations/html/liste_avant_apres.html index 59492d3..58fe8bc 100644 --- a/prestations/html/liste_avant_apres.html +++ b/prestations/html/liste_avant_apres.html @@ -98,9 +98,7 @@ - - - + diff --git a/prestations/html/prestation_accueil.html b/prestations/html/prestation_accueil.html index aa7a783..ef381b0 100644 --- a/prestations/html/prestation_accueil.html +++ b/prestations/html/prestation_accueil.html @@ -1,74 +1,292 @@ + - Admin - Prestations - - - + CE sera le titre de la page + + + +
+ + +
+
+
+
+

Gérer la page prestations

+
+
+
+ +

Gérer les prestations

+ +
+
+

+ +

+
+
+ Contenu de l'accordéon 1 +
+
+
+
+

+ +

+
+
+ Contenu de l'accordéon 2 +
+
+
+ +
+ +
+
- -
- - - -
- - -
- - - -
- - - - - - + + + + \ No newline at end of file diff --git a/prestations/js/liste_avant_apres.js b/prestations/js/liste_avant_apres.js index a2d36dd..12d6c71 100644 --- a/prestations/js/liste_avant_apres.js +++ b/prestations/js/liste_avant_apres.js @@ -5,13 +5,13 @@ let galleryPairs = [ { id: 1, titre: "Petit chien poils longs", - type: "Chien", - + + }, { id: 2, titre: "Coupe ciseaux", - type: "Chat", + } ]; @@ -39,7 +39,7 @@ function displayPairs() { row.innerHTML = ` - +
Titre du résultatTypeTitre du résultat Actions
${pair.titre}${pair.type}