a
This commit is contained in:
parent
7287a6e847
commit
e06addb7d5
|
|
@ -25,31 +25,26 @@
|
|||
<?php endif; ?>
|
||||
|
||||
<?php if($maintenance!='1'): ?>
|
||||
<div class="wrap-input100" style="width: 100%; max-width: 800px; margin: 0 auto; text-align: center;">
|
||||
<label for="langue" style="display: block; margin-bottom: 8px; font-size: 16px; font-weight: 500; color: #c8234a;">🌍 Choisir la langue </label>
|
||||
<select id="langue" name="langue"
|
||||
style="width: 37%; max-width: 800px; text-align:center; padding: 12px 16px; border-radius: 6px;
|
||||
border: 2px solid #c8234a; font-size: 16px; background-color: #ffffff; color: #c8234a;
|
||||
margin: 0 auto; box-sizing: border-box;"
|
||||
required autocomplete="off" onchange="changer_langue_connexion()">
|
||||
<?php liste_options($langues, $_SESSION['lang'], true); ?>
|
||||
</select>
|
||||
</div>
|
||||
<div class="wrap-input100" style="width: 100%; max-width: 800px; margin: 0 auto; text-align: center;">
|
||||
<label for="langue" style="display: block; margin-bottom: 8px; font-size: 16px; font-weight: 500; color: #c8234a;">🌍 Choisir la langue </label>
|
||||
<select id="langue" name="langue"
|
||||
style="width: 37%; max-width: 800px; text-align:center; padding: 12px 16px; border-radius: 6px;
|
||||
border: 2px solid #c8234a; font-size: 16px; background-color: #ffffff; color: #c8234a;
|
||||
margin: 0 auto; box-sizing: border-box;"
|
||||
required autocomplete="off" onchange="changer_langue_connexion()">
|
||||
<?php liste_options($langues, $_SESSION['lang'], true); ?>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="wrap-input100 validate-input" data-validate="Enter Entity">
|
||||
<label for="codeSociete">Entité</label>
|
||||
<input class="input100" type="text" name="codeSociete" id="codeSociete" value="<?= $codeSociete ?>"
|
||||
placeholder="Entité" style="text-align:center;" required AUTOCOMPLETE="off"
|
||||
onChange="javascript:changer_entite_portail();" >
|
||||
</div>
|
||||
|
||||
AAAAA
|
||||
|
||||
<!-- <div class="wrap-input100"> -->
|
||||
<div class="wrap-input100 validate-input" data-validate="Enter Entity">
|
||||
AAAAA
|
||||
<label for="codeSociete">Entité</label>
|
||||
<input class="input100" type="text" name="codeSociete" id="codeSociete" value="<?= $codeSociete ?>"
|
||||
placeholder="Entité" style="text-align:center;" required AUTOCOMPLETE="off"
|
||||
onChange="javascript:changer_entite_portail();" >
|
||||
BBBB
|
||||
</div>
|
||||
CCCC
|
||||
<!-- </div> -->
|
||||
DDD
|
||||
<div id="div_login_portail">
|
||||
<div class="wrap-input100 validate-input" data-validate="Enter username">
|
||||
<label for="login">Identifiant</label>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user