diff --git a/Vue/Ajaxlisteadherent/index.php b/Vue/Ajaxlisteadherent/index.php index 7420f7e..763586e 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; } + -
| = _("N° Adhérent") ?> | -= _("Identité") ?> | -= _("Collège") ?> | -= _("Période") ?> | -= _("Actions") ?> | -StatusClass |
|---|---|---|---|---|---|
| - = $noAdh ?> - | -
- = $this->nettoyer($adherent['nom']) ?>
- = $this->nettoyer($adherent['prenoms']) ?>
- |
-
- = $this->nettoyer($adherent['codeProduit']) ?>
- = $libelleColl ?>
- |
-
-
- = dateLang($this->nettoyer($adherent['dateEntree'])) ?>
-
- = $adherent['dateSortie'] ? dateLang($this->nettoyer($adherent['dateSortie'])) : '--' ?>
-
- |
- - - | -= $statusClass ?> | -
| = _("N° Adhérent") ?> | += _("Identité") ?> | += _("Collège") ?> | += _("Période") ?> | += _("Actions") ?> | +
|---|---|---|---|---|
| + = $noAdh ?> + | +
+ = $this->nettoyer($adherent['nom']) ?>
+ = $this->nettoyer($adherent['prenoms']) ?>
+ |
+
+ = $this->nettoyer($adherent['codeProduit']) ?>
+ = $libelleColl ?>
+ |
+
+
+ = dateLang($this->nettoyer($adherent['dateEntree'])) ?>
+
+ = $adherent['dateSortie'] ? dateLang($this->nettoyer($adherent['dateSortie'])) : '--' ?>
+
+ |
+ + + | +