a
This commit is contained in:
parent
363aee721d
commit
a843b1645d
|
|
@ -3,7 +3,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;">
|
||||||
RADIANT : Insured Portal
|
RADIANT : HR Portal
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
<div class="wrap-input100">
|
<div class="wrap-input100">
|
||||||
|
|
|
||||||
|
|
@ -1,26 +1,11 @@
|
||||||
<?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