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