a
This commit is contained in:
parent
3447f0e7a6
commit
5c78d49603
|
|
@ -3,11 +3,11 @@
|
|||
?>
|
||||
|
||||
<span class="login100-form-title" style="font-family: Play-Bold; color:#e5e5e5; margin-top: 5px; margin-bottom:10px;">
|
||||
RADIANT : Portail Assuré
|
||||
RADIANT : Insured Portal
|
||||
</span>
|
||||
|
||||
<div class="wrap-input100">
|
||||
<label for="langue">Langue</label>
|
||||
<label for="langue">Language</label>
|
||||
<select class="form-select" id="langue" name="langue"
|
||||
required autocomplete="off" onchange="javascript:changer_langue_connexion();">
|
||||
<?php liste_options($langues, $_SESSION['lang'], true); ?>
|
||||
|
|
@ -16,29 +16,29 @@
|
|||
|
||||
<div class="sr-only">
|
||||
<div class="wrap-input100 validate-input" data-validate="Enter Entity">
|
||||
<label for="codeSociete">Entité</label>
|
||||
<label for="codeSociete">Entity</label>
|
||||
<input class="input100" type="text" name="codeSociete" id="codeSociete" value="<?= $codeSociete ?>" >
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="div_login_portail" class="wrap-input100">
|
||||
<div class="wrap-input100 validate-input" data-validate="Enter username">
|
||||
<label for="login">Identifiant</label>
|
||||
<label for="login">Login</label>
|
||||
<input class="input100" type="text" name="login" id="login" value="<?= $codeUtilisateur ?>" placeholder="Identifiant" style="text-align:center;" required AUTOCOMPLETE="off">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="wrap-input100 validate-input" data-validate="Enter password">
|
||||
<label for="mdp">Mot de passe</label>
|
||||
<label for="mdp">Password</label>
|
||||
<input class="input100" type="password" name="mdp" id="mdp" placeholder="Mot de passe" style="text-align:center;" required AUTOCOMPLETE="off">
|
||||
</div>
|
||||
|
||||
<div class="container-login100-form-btn">
|
||||
<button name="btn_connexion" id="btn_connexion" class="btn login-btn">
|
||||
Connexion
|
||||
Login
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<div class="footer">
|
||||
Tous droits réservés <a href="https://www.ebene.info/">© EBENE SOLUTIONS INFORMATIQUES</a>
|
||||
All rights reserved <a href="https://www.ebene.info/">© EBENE SOLUTIONS INFORMATIQUES</a>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user