diff --git a/Controleur/ControleurNouveluserrh.php b/Controleur/ControleurNouveluserrh.php new file mode 100755 index 0000000..cf8bac7 --- /dev/null +++ b/Controleur/ControleurNouveluserrh.php @@ -0,0 +1,51 @@ +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']; + //$gc = $this->client->getGcAssureurCode($codeGcAssureur); + $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/Js/fonctions.js b/Js/fonctions.js index c2d613c..8ea7461 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -4579,10 +4579,9 @@ function reinitpaswd_user_rh(codeUtilisateur) return; } }); - - } + function users_rh_client() { window.location.assign($("#racineWeb" ).val()+"Usersrhclient/"); diff --git a/Vue/Nouveluserrh/index.php b/Vue/Nouveluserrh/index.php new file mode 100755 index 0000000..e4df120 --- /dev/null +++ b/Vue/Nouveluserrh/index.php @@ -0,0 +1,100 @@ +titre = "ISA WEB - Nouvel Utilisateur Portail RH"; + + $idClient = $_SESSION['idClient_C']; + $nomClient = $_SESSION['nomClient_C']; + + $codeModeGenerationPass = $paramsgenerationpass['codeModeGenerationPass']; + $libelleModeGenerationPass = $paramsgenerationpass['modegenerationpass']; + $codeModeEnvoiPass = $paramsgenerationpass['codeModeEnvoiPass']; +?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + E-mail
+ + + +
+ + + +
+ + +
" onClick="javascript:creer_user_gc();" style='font-size:10pt;' > " onClick="javascript:retour_a_users_gc();" style='font-size:10pt;' >
+ +
+ +
\ No newline at end of file