v
This commit is contained in:
parent
0bf87fcff6
commit
f6c9739204
|
|
@ -1,11 +1,26 @@
|
||||||
<?php
|
<?php
|
||||||
|
$_SESSION['lang'] = "fr_FR";
|
||||||
|
$codeUtilisateur = "";
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<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;">
|
||||||
RADIANT : Portail RH
|
RADIANT : Portail RH
|
||||||
</span>
|
</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 class="text-center p-t-10" id="div_msgErreur">
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<?php endif; ?>
|
||||||
|
|
||||||
<div class="wrap-input100">
|
<div class="wrap-input100">
|
||||||
<label for="langue">Langue</label>
|
<label for="langue">Langue</label>
|
||||||
<select class="form-select" id="langue" name="langue"
|
<select class="form-select" id="langue" name="langue"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user