From 62b40b3b3be1e70f2beca41d3b75f5887ef34dba Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Sat, 3 Jan 2026 13:02:10 +0000 Subject: [PATCH 1/3] d --- Vue/Listeadherent/index.php | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/Vue/Listeadherent/index.php b/Vue/Listeadherent/index.php index 0bc62c3..85eb0a8 100644 --- a/Vue/Listeadherent/index.php +++ b/Vue/Listeadherent/index.php @@ -12,14 +12,9 @@

: nettoyer($_SESSION['numeroPolice_C']) ?>

- - -
-
- -
+
From be966afcde1d1670b0c616c92fc8571bef1a29bb Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Sat, 3 Jan 2026 13:07:53 +0000 Subject: [PATCH 2/3] d --- Vue/Ajaxlisteadherent/index.php | 254 +++++++++++++++----------------- 1 file changed, 120 insertions(+), 134 deletions(-) diff --git a/Vue/Ajaxlisteadherent/index.php b/Vue/Ajaxlisteadherent/index.php index 7420f7e..6ed6182 100644 --- a/Vue/Ajaxlisteadherent/index.php +++ b/Vue/Ajaxlisteadherent/index.php @@ -1,145 +1,131 @@ -nettoyer($_SESSION['numeroPolice_C']); +nettoyer($_SESSION['numeroPolice_C']); - // On extrait la liste unique des collèges pour le filtre - $colleges = array_unique(array_column($adherents, 'libelleCollege')); - sort($colleges); -?> + // On extrait la liste unique des collèges pour le filtre + $colleges = array_unique(array_column($adherents, 'libelleCollege')); + sort($colleges); +?> - + /* Vos styles existants */ + .cursor-pointer { cursor: pointer; transition: all 0.2s; } + .cursor-pointer:hover { background-color: #f8f9fa !important; } + .status-actif { border-left: 4px solid #0dcaf0 !important; } + .status-archive { border-left: 4px solid #ffc107 !important; background-color: #fffdf5; } + .x-small { font-size: 0.72rem; } + .btn-white { background: #fff; } + -
+
-

+

-
-

- : nettoyer($_SESSION['numeroPolice_C']) ?> -

-
+
+

+ : nettoyer($_SESSION['numeroPolice_C']) ?> +

+
-
-
-
- - -
-
-
- -
-
- -
-
- -
-
+
+
+
+ + +
+
+
+ +
+
+ +
+
-
- - - - - - - - - - - - nettoyer($adherent['numeroAdherent']); - $libelleColl = $this->nettoyer($adherent['libelleCollege']); - $estsupprimable = ($this->nettoyer($adherent['primeArchive']) == "0"); - $statusClass = $estsupprimable ? 'status-actif' : 'status-archive'; - ?> - - - - - - - - - - -
StatusClass
- - -
nettoyer($adherent['nom']) ?>
-
nettoyer($adherent['prenoms']) ?>
-
- nettoyer($adherent['codeProduit']) ?> -
-
-
- nettoyer($adherent['dateEntree'])) ?> - - nettoyer($adherent['dateSortie'])) : '--' ?> -
-
- -
-
-
+
+ + + + + + + + + + + + nettoyer($adherent['numeroAdherent']); + $libelleColl = $this->nettoyer($adherent['libelleCollege']); + $estsupprimable = ($this->nettoyer($adherent['primeArchive']) == "0"); + $statusClass = $estsupprimable ? 'status-actif' : 'status-archive'; + ?> + + + + + + + + + +
+ + +
nettoyer($adherent['nom']) ?>
+
nettoyer($adherent['prenoms']) ?>
+
+ nettoyer($adherent['codeProduit']) ?> +
+
+
+ nettoyer($adherent['dateEntree'])) ?> + + nettoyer($adherent['dateSortie'])) : '--' ?> +
+
+ +
+
+
- + // Recherche personnalisée + $('#customSearch').on('keyup', function() { + table.search(this.value).draw(); + }); + // Filtre par Collège (Colonne 2 - index base 0) + $('#collegeFilter').on('change', function() { + table.column(2).search(this.value).draw(); + }); + }); + \ No newline at end of file From e12befe77148b6253433ab67fd78aa131c0880b7 Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Sat, 3 Jan 2026 13:09:10 +0000 Subject: [PATCH 3/3] f --- Vue/Ajaxlisteadherent/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vue/Ajaxlisteadherent/index.php b/Vue/Ajaxlisteadherent/index.php index 6ed6182..763586e 100644 --- a/Vue/Ajaxlisteadherent/index.php +++ b/Vue/Ajaxlisteadherent/index.php @@ -33,7 +33,7 @@
-
+