From a378ba8a5889ecf5ce57899f1e1d9c453e61589f Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Thu, 22 Jan 2026 20:20:03 +0000 Subject: [PATCH] q --- Controleur/ControleurNouveluserrh.php | 50 +++++++++++ Vue/Nouveluserrh/index.php | 116 ++++++++++++++++++++++++++ 2 files changed, 166 insertions(+) create mode 100755 Controleur/ControleurNouveluserrh.php create mode 100755 Vue/Nouveluserrh/index.php diff --git a/Controleur/ControleurNouveluserrh.php b/Controleur/ControleurNouveluserrh.php new file mode 100755 index 0000000..463f77a --- /dev/null +++ b/Controleur/ControleurNouveluserrh.php @@ -0,0 +1,50 @@ +menuvue = new Menuvueutilisateur(); + $this->menuvue->getMenuVue('Nouveluserrh'); + + $this->client = new Client(); + $this->langue = new Langue(); + $this->oui_non = new Ouinon(); + $this->societeuser = new Societeuser(); + } + + public function index() + { + $idClient = $_SESSION['idClient_C']; + $langue = $this->langue->getListe(); + $user_actVisible = $this->oui_non->getListe(); + $user_AffectionVisible = $this->oui_non->getListe(); + + $user_profil = $this->client->getListeProfilRh(); + + $paramsgenerationpass = $this->societeuser->getparamsgenerationpass(); + $modeenvoipass = $this->societeuser->getmodeenvoipass(); + $modegenerationpass = $this->societeuser->getmodegenerationpass(); + + $this->genererVue(array( + //'gc' => $gc, + 'langue' => $langue, + 'user_actVisible' => $user_actVisible, + 'paramsgenerationpass' => $paramsgenerationpass, + 'modeenvoipass' => $modeenvoipass, + 'modegenerationpass' => $modegenerationpass, + 'user_AffectionVisible' => $user_AffectionVisible, + 'user_profil' => $user_profil + )); + } +} \ No newline at end of file diff --git a/Vue/Nouveluserrh/index.php b/Vue/Nouveluserrh/index.php new file mode 100755 index 0000000..a1008f6 --- /dev/null +++ b/Vue/Nouveluserrh/index.php @@ -0,0 +1,116 @@ + + +
+

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