Merge branch 'main' of https://git.ebene.ovh/ebene/assure
This commit is contained in:
commit
f9a7c9fa96
|
|
@ -7,7 +7,7 @@
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<span class="login100-form-title" style="font-family: Play-Bold; color:#e5e5e5; margin-top: 5px; margin-bottom:10px;">
|
<span class="login100-form-title" style="font-family: Play-Bold; color:#e5e5e5; margin-top: 5px; margin-bottom:10px;">
|
||||||
Centralized Insured Portal
|
Insured Portal
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
<?php if (isset($msgErreur) and $msgErreur>" "): ?>
|
<?php if (isset($msgErreur) and $msgErreur>" "): ?>
|
||||||
|
|
@ -19,17 +19,18 @@
|
||||||
</h4>
|
</h4>
|
||||||
</div>
|
</div>
|
||||||
<?php else: ?>
|
<?php else: ?>
|
||||||
<div id="div_msgErreur">
|
<div class="text-center p-t-10" id="div_msgErreur">
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
||||||
<?php if($maintenance!='1'): ?>
|
<?php if($maintenance!='1'): ?>
|
||||||
<div class="wrap-input100" >
|
<div class="wrap-input100">
|
||||||
<label for="langue">Language</label>
|
<label for="langue">Langue</label>
|
||||||
<select class="form-select" id="langue" name="langue"
|
<select class="form-select" id="langue" name="langue"
|
||||||
required autocomplete="off" onchange="javascript:changer_langue_connexion();">
|
|
||||||
<?php liste_options($langues, $_SESSION['lang'], true); ?>
|
required autocomplete="off" onchange="javascript:changer_langue_connexion();">
|
||||||
|
<?php liste_options($langues, $_SESSION['lang'], true); ?>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
@ -43,16 +44,16 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="div_login_portail">
|
<div id="div_login_portail" class="wrap-input100">
|
||||||
<div class="wrap-input100 validate-input" data-validate="Enter username">
|
<div class="wrap-input100 validate-input" data-validate="Enter username">
|
||||||
<label for="login">Login</label>
|
<label for="login">Login</label>
|
||||||
<input class="input100" type="text" name="login" id="login" value="<?= $codeUtilisateur ?>" placeholder="Login" style="text-align:center;" required AUTOCOMPLETE="off">
|
<input class="input100" type="text" name="login" id="login" value="<?= $codeUtilisateur ?>" placeholder="Identifiant" style="text-align:center;" required AUTOCOMPLETE="off">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="wrap-input100 validate-input" data-validate="Enter password">
|
<div class="wrap-input100 validate-input" data-validate="Enter password">
|
||||||
<label for="mdp">Password</label>
|
<label for="mdp">Password</label>
|
||||||
<input class="input100" type="password" name="mdp" id="mdp" placeholder="Password" style="text-align:center;" required AUTOCOMPLETE="off">
|
<input class="input100" type="password" name="mdp" id="mdp" placeholder="Mot de passe" style="text-align:center;" required AUTOCOMPLETE="off">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="container-login100-form-btn">
|
<div class="container-login100-form-btn">
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<span class="login100-form-title" style="font-family: Play-Bold; color:#e5e5e5; margin-top: 5px; margin-bottom:10px;">
|
<span class="login100-form-title" style="font-family: Play-Bold; color:#e5e5e5; margin-top: 5px; margin-bottom:10px;">
|
||||||
Portail Assuré centralisé
|
Portail Assuré
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
<?php if (isset($msgErreur) and $msgErreur>" "): ?>
|
<?php if (isset($msgErreur) and $msgErreur>" "): ?>
|
||||||
|
|
|
||||||
|
|
@ -109,3 +109,4 @@
|
||||||
<input class="sr-only" type="text" id="lienPrestation_C" name="lienPrestation_C" value="<?= $_SESSION['lienPrestation_C'] ?>" >
|
<input class="sr-only" type="text" id="lienPrestation_C" name="lienPrestation_C" value="<?= $_SESSION['lienPrestation_C'] ?>" >
|
||||||
<input class="sr-only" type="text" id="lienProduction_C" name="lienProduction_C" value="<?= $_SESSION['lienProduction_C'] ?>" >
|
<input class="sr-only" type="text" id="lienProduction_C" name="lienProduction_C" value="<?= $_SESSION['lienProduction_C'] ?>" >
|
||||||
<input class="sr-only" type="text" id="lienAssure_C" name="lienAssure_C" value="<?= $_SESSION['lienAssure_C'] ?>" >
|
<input class="sr-only" type="text" id="lienAssure_C" name="lienAssure_C" value="<?= $_SESSION['lienAssure_C'] ?>" >
|
||||||
|
<input class="sr-only" type="text" id="codeLangue" name="codeLangue" value="<?= isset($_SESSION['lang']) ? $_SESSION['lang'] : ""; ?>">
|
||||||
Loading…
Reference in New Issue
Block a user