aa
This commit is contained in:
parent
1b5c039017
commit
17147001ca
|
|
@ -1,67 +0,0 @@
|
||||||
<?php
|
|
||||||
$maintenance = $societeusersaas['maintenance'];
|
|
||||||
if($maintenance=='1')
|
|
||||||
{
|
|
||||||
$msgErreur = 'Site under maintenance, please log back in later!';
|
|
||||||
}
|
|
||||||
?>
|
|
||||||
|
|
||||||
<span class="login100-form-title" style="font-family: Play-Bold; color:#e5e5e5; margin-top: 5px; margin-bottom:10px;">
|
|
||||||
Centralized Insured Portal
|
|
||||||
</span>
|
|
||||||
|
|
||||||
<?php if (isset($msgErreur) and $msgErreur>" "): ?>
|
|
||||||
<div class="text-center p-t-10">
|
|
||||||
<h4 class="txt3">
|
|
||||||
<div class="col-12 alert alert-danger">
|
|
||||||
<?= $msgErreur ?>
|
|
||||||
</div>
|
|
||||||
</h4>
|
|
||||||
</div>
|
|
||||||
<?php else: ?>
|
|
||||||
<div id="div_msgErreur">
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<?php endif; ?>
|
|
||||||
|
|
||||||
<?php if($maintenance!='1'): ?>
|
|
||||||
<div class="wrap-input100" >
|
|
||||||
<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); ?>
|
|
||||||
</select>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
<div class="wrap-input100">
|
|
||||||
<div class="wrap-input100 validate-input" data-validate="Enter Entity">
|
|
||||||
<label for="codeSociete">Entity</label>
|
|
||||||
<input class="input100" type="text" name="codeSociete" id="codeSociete" value="<?= $codeSociete ?>"
|
|
||||||
placeholder="Entity" style="text-align:center;" required AUTOCOMPLETE="off"
|
|
||||||
onChange="javascript:changer_entite_portail();" >
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="div_login_portail">
|
|
||||||
<div class="wrap-input100 validate-input" data-validate="Enter username">
|
|
||||||
<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">
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="wrap-input100 validate-input" data-validate="Enter password">
|
|
||||||
<label for="mdp">Password</label>
|
|
||||||
<input class="input100" type="password" name="mdp" id="mdp" placeholder="Password" 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">
|
|
||||||
Login
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="footer">
|
|
||||||
All rights reserved <a href="https://www.ebene.info/">© EBENE SOLUTIONS INFORMATIQUES</a>
|
|
||||||
</div>
|
|
||||||
<?php endif; ?>
|
|
||||||
|
|
@ -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>" "): ?>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user