From 161838525a3e973de7770b87b24d949be7b34437 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Tue, 3 Feb 2026 04:02:29 +0000 Subject: [PATCH] a --- Js/fonctions.js | 33 +++++++++++++- Vue/Nouveluserrh/index.php | 89 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 121 insertions(+), 1 deletion(-) diff --git a/Js/fonctions.js b/Js/fonctions.js index b36cabc..f9cfd18 100644 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -45680,4 +45680,35 @@ function ajax_context_adherent(idBeneficiaire) complete: function() { } }); -} \ No newline at end of file +} + +function ajax_saisir_pass_new_user() +{ + codeModeGenerationPass = $("#codeModeGenerationPass").val(); + + donnees = 'codeModeGenerationPass='+codeModeGenerationPass; + + $("#div_passwd").html('
  ' + 'Veuillez patienter... / Please wait...' + '
'); + + $.ajax({ + url: $("#racineWeb").val()+"Ajaxsaisirpassnewuser/", + type: 'POST', + data: donnees, + success: function(data) { + $("#div_passwd").html(data); + }, + error: function(data) { + }, + complete: function() + { + if(codeModeGenerationPass=="0") + { + $("#nvmdp").focus(); + } + else + { + $("#btn_enreg").focus(); + } + } + }); +} diff --git a/Vue/Nouveluserrh/index.php b/Vue/Nouveluserrh/index.php index 0caef10..acafdaf 100755 --- a/Vue/Nouveluserrh/index.php +++ b/Vue/Nouveluserrh/index.php @@ -6,6 +6,94 @@ $codeModeEnvoiPass = $paramsgenerationpass['codeModeEnvoiPass']; ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
E-mail
+ + + + + +
+ + + +
+ + +
" onClick="javascript:creer_user_rh_client();" style='font-size:10pt;' > " onClick="javascript:retour_a_users_rh_client();" style='font-size:10pt;' >
+ +