From afe85094c929d21f6070f49032d7d3db1d2c6009 Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Tue, 31 Mar 2026 12:21:29 +0000 Subject: [PATCH] aze --- Controleur/ControleurRoles.php | 22 ++++++++ Vue/Roles/index.php | 95 ++++++++++++++++++++++++++++++++++ 2 files changed, 117 insertions(+) create mode 100644 Controleur/ControleurRoles.php create mode 100644 Vue/Roles/index.php diff --git a/Controleur/ControleurRoles.php b/Controleur/ControleurRoles.php new file mode 100644 index 00000000..8d878a84 --- /dev/null +++ b/Controleur/ControleurRoles.php @@ -0,0 +1,22 @@ +menuvue = new Menuvueutilisateur(); + $this->menuvue->getMenuVue('Roles'); + + $this->utilisateur = new Utilisateur(); + } + public function index() + { + $profil = $this->utilisateur->getListeProfilCode(); + + $this->genererVue(array('profil' => $profil)); + } +} \ No newline at end of file diff --git a/Vue/Roles/index.php b/Vue/Roles/index.php new file mode 100644 index 00000000..5166672b --- /dev/null +++ b/Vue/Roles/index.php @@ -0,0 +1,95 @@ +titre = "INTER SANTE - Configuration des Accès"; ?> + +
+ + + +
+
+
+
+
+ +
+ + + + +
+
+
+
+
+ + + + + +
+ + + +
+
+
+
+
+
+ +
+
+ +

+

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