a
This commit is contained in:
parent
7287a6e847
commit
e06addb7d5
|
|
@ -25,7 +25,7 @@
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
||||||
<?php if($maintenance!='1'): ?>
|
<?php if($maintenance!='1'): ?>
|
||||||
<div class="wrap-input100" style="width: 100%; max-width: 800px; margin: 0 auto; text-align: center;">
|
<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>
|
<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"
|
<select id="langue" name="langue"
|
||||||
style="width: 37%; max-width: 800px; text-align:center; padding: 12px 16px; border-radius: 6px;
|
style="width: 37%; max-width: 800px; text-align:center; padding: 12px 16px; border-radius: 6px;
|
||||||
|
|
@ -34,22 +34,17 @@
|
||||||
required autocomplete="off" onchange="changer_langue_connexion()">
|
required autocomplete="off" onchange="changer_langue_connexion()">
|
||||||
<?php liste_options($langues, $_SESSION['lang'], true); ?>
|
<?php liste_options($langues, $_SESSION['lang'], true); ?>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- <div class="wrap-input100"> -->
|
|
||||||
<div class="wrap-input100 validate-input" data-validate="Enter Entity">
|
<div class="wrap-input100 validate-input" data-validate="Enter Entity">
|
||||||
AAAAA
|
|
||||||
<label for="codeSociete">Entité</label>
|
<label for="codeSociete">Entité</label>
|
||||||
<input class="input100" type="text" name="codeSociete" id="codeSociete" value="<?= $codeSociete ?>"
|
<input class="input100" type="text" name="codeSociete" id="codeSociete" value="<?= $codeSociete ?>"
|
||||||
placeholder="Entité" style="text-align:center;" required AUTOCOMPLETE="off"
|
placeholder="Entité" style="text-align:center;" required AUTOCOMPLETE="off"
|
||||||
onChange="javascript:changer_entite_portail();" >
|
onChange="javascript:changer_entite_portail();" >
|
||||||
BBBB
|
|
||||||
</div>
|
</div>
|
||||||
CCCC
|
|
||||||
<!-- </div> -->
|
AAAAA
|
||||||
DDD
|
|
||||||
<div id="div_login_portail">
|
<div id="div_login_portail">
|
||||||
<div class="wrap-input100 validate-input" data-validate="Enter username">
|
<div class="wrap-input100 validate-input" data-validate="Enter username">
|
||||||
<label for="login">Identifiant</label>
|
<label for="login">Identifiant</label>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user