This commit is contained in:
2026-01-29 17:20:39 +00:00
7 changed files with 127 additions and 76 deletions

View File

@@ -7,7 +7,7 @@
?>
<span class="login100-form-title" style="font-family: Play-Bold; color:#e5e5e5; margin-top: 12px; margin-bottom:10px;">
Centralized Service Provider Portal
Service Provider Portal
</span>
<?php if (isset($msgErreur) and $msgErreur>" "): ?>
@@ -25,9 +25,9 @@
<?php if($maintenance!='1'): ?>
<div class="wrap-input100">
<label for="langue">Language</label>
<select class="selectpicker" data-live-search="true" id="langue" NAME="langue" style="text-align:center;" required AUTOCOMPLETE="OFF"
<select class="selectpicker" id="langue" NAME="langue" style="text-align:center;" required AUTOCOMPLETE="OFF"
onChange="javascript:changer_langue_connexion();" >
<?php liste_options($langues, $_SESSION['p_lang']); ?>
<?php liste_options($langues, $_SESSION['p_lang'], true); ?>
</SELECT>
</div>

View File

@@ -12,13 +12,11 @@
</style>
<span class="login100-form-title" style="font-family: Play-Bold; color:#e5e5e5; margin-top: 12px; margin-bottom:10px;">
Portail Prestataire centralisé
Portail Prestataire centralisé dev01
</span>
<?php if (isset($msgErreur) and $msgErreur>" "): ?>
<!-- <div class="text-center p-t-70"> -->
<div class="text-center p-t-10">
<!-- <h4 class="txt1"> -->
<h4 class="txt3">
<div class="col-12 alert alert-danger">
<?= $msgErreur ?>
@@ -30,15 +28,15 @@
<?php if($maintenance!='1'): ?>
<div class="wrap-input100">
<label for="langue">Langue</label>
<select class="selectpicker" data-live-search="true" id="langue" NAME="langue" style="text-align:center;" required AUTOCOMPLETE="OFF"
<select class="selectpicker" id="langue" NAME="langue" style="text-align:center;align-items: center;" required AUTOCOMPLETE="OFF"
onChange="javascript:changer_langue_connexion();" >
<?php liste_options($langues, $_SESSION['p_lang']); ?>
</SELECT>
<?php liste_options($langues, $_SESSION['p_lang'], true); ?>
</SELECT>
</div>
<div class="wrap-input100">
<label for="codeSociete">Entité</label>
<select class="selectpicker" data-live-search="true" id="codeSociete" NAME="codeSociete" style="text-align:center;" required AUTOCOMPLETE="OFF"
<select class="selectpicker" id="codeSociete" NAME="codeSociete" style="text-align:center;" required AUTOCOMPLETE="OFF"
onChange="javascript:changer_entite_portail();" >
<?php liste_options($societeusers, $codeSociete); ?>
</SELECT>

View File

@@ -110,9 +110,11 @@
}
$lienPhoto = "";
$handle = null;
if($_SESSION['p_lienPhoto_C']>" " && $faceRegistered=="1")
{
$lienPhoto = $_SESSION['p_dossierPhoto_C'].$_SESSION['p_dossierSociete'].'/Photos/'.$_SESSION['p_lienPhoto_C'];
// $lienPhoto = $_SESSION['p_dossierPhoto_C'].$_SESSION['p_dossierSociete'].'/Photos/'.$_SESSION['p_lienPhoto_C'];
$lienPhoto = $_SESSION['p_lienPhotoFace'].$_SESSION['p_lienPhoto_C'];
// Vérifie si le fichier existe en essayant de l'ouvrir
$handle = @fopen($lienPhoto, "r");
if ($handle) {
@@ -125,6 +127,21 @@
{
$faceRegistered="0";
}
/*
var_dump
(
array
(
"faceRegistered" => $faceRegistered,
"p_lienPhoto_C" => $_SESSION['p_lienPhoto_C'],
"p_dossierPhoto_C" => $_SESSION['p_dossierPhoto_C'],
"p_dossierSociete" => $_SESSION['p_dossierSociete'],
"handle" => $handle,
)
);
*/
$activerOtp = $_SESSION['p_activerOtpPrestations_C'];
$otpStatus = $this->nettoyer($beneficiaire['otpStatus']);

View File

@@ -468,8 +468,9 @@
<li class="nav-item">
<a title="<?= _("Gestionnaire d'assurance santé");?>" style="margin-left:10px; margin-right:10px;" class="nav-link nav-icon" href="javascript:alert_ebene('<?=$_SESSION['p_nomSociete']?>','<?=$_SESSION['p_nomSociete']?>');">
<img src="<?= $_SESSION['p_lienLogo'] ?>" alt="Profile" style="width:100px;max-height: 60px;" class="rounded-circle">
<!-- <img src="<?= $_SESSION['p_lienLogo'] ?>" alt="Profile" style="width:100px;max-height: 60px;" class="rounded-circle"> -->
<img src="<?= $_SESSION['p_lienLogo'] ?>" alt="Profile" style="max-height:60px;" class="rounded-circle">
<span > <?=$companyDisplayName?> </span>
</a>
@@ -622,6 +623,10 @@
<div id="div_test_gabarit">
</div>
<?php
echo "KANE"
?>
<?= $contenu ?>
</div>
</section>

View File

@@ -180,7 +180,7 @@
.wrap-input100 {
text-align: center !important;
/* border:solid; */
margin-bottom: 15px !important;
margin-bottom: 5px !important;
}
.wrap-input100 input {