a
This commit is contained in:
parent
ea887d3314
commit
4ea6d9d196
|
|
@ -30,6 +30,8 @@ class ControleurAjaxchangerentiteportail extends Controleur {
|
|||
|
||||
$actif = $this->societeuser->estActif($codeSociete);
|
||||
}
|
||||
|
||||
$afficherLogoSociete = $this->societeuser->get_afficher_logo_societe($codeSociete);
|
||||
|
||||
$this->genererVueAjax
|
||||
(
|
||||
|
|
@ -37,7 +39,8 @@ class ControleurAjaxchangerentiteportail extends Controleur {
|
|||
(
|
||||
'codeUtilisateur' => $codeUtilisateur,
|
||||
'societeExiste' => $societeExiste,
|
||||
'actif' => $actif
|
||||
'actif' => $actif,
|
||||
'afficherLogoSociete' => $afficherLogoSociete,
|
||||
)
|
||||
);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<input class="sr-only" type="text" name="afficherLogoSociete" id="afficherLogoSociete" value="<?= $afficherLogoSociete ?>">
|
||||
<input class="sr-only" type="text" id="entiteActive" name="entiteActive" value="<?= $actif ?>">
|
||||
<?php if ($societeExiste==false): ?>
|
||||
<input class="sr-only" type="text" id="societeExiste" name="societeExiste" value="0">
|
||||
|
|
@ -11,8 +12,7 @@
|
|||
|
||||
<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="unknown" placeholder="Login" style="text-align:center;" readonly required AUTOCOMPLETE="off">
|
||||
|
||||
<input class="input100" type="text" name="login" id="login" value="unknown" placeholder="Login" style="text-align:center;" readonly required AUTOCOMPLETE="off">
|
||||
</div>
|
||||
<?php else: ?>
|
||||
<?php if($actif=="0"):?>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<input class="sr-only" type="text" name="afficherLogoSociete" id="afficherLogoSociete" value="<?= $afficherLogoSociete ?>">
|
||||
<input class="sr-only" type="text" id="entiteActive" name="entiteActive" value="<?= $actif ?>">
|
||||
<?php if ($societeExiste==false): ?>
|
||||
<input class="sr-only" type="text" id="societeExiste" name="societeExiste" value="0">
|
||||
|
|
@ -8,6 +9,7 @@
|
|||
</div>
|
||||
</h4>
|
||||
</div>
|
||||
|
||||
<div class="wrap-input100 validate-input" data-validate="Enter username">
|
||||
<label for="login">Identifiant</label>
|
||||
<input class="input100" type="text" name="login" id="login" value="inconnu" placeholder="Identifiant" style="text-align:center;" readonly required AUTOCOMPLETE="off">
|
||||
|
|
|
|||
|
|
@ -37,6 +37,7 @@
|
|||
<input class="sr-only" type="text" name="codeSociete" id="codeSociete" value="<?= $codeSocieteUnique ?>">
|
||||
|
||||
<div id="div_login_portail">
|
||||
<input class="sr-only" type="text" name="afficherLogoSociete" id="afficherLogoSociete" value="<?= $afficherLogoSociete ?>">
|
||||
<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">
|
||||
|
|
@ -53,6 +54,7 @@
|
|||
</div>
|
||||
|
||||
<div id="div_login_portail">
|
||||
<input class="sr-only" type="text" name="afficherLogoSociete" id="afficherLogoSociete" value="<?= $afficherLogoSociete ?>">
|
||||
<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">
|
||||
|
|
|
|||
|
|
@ -37,6 +37,7 @@
|
|||
<input class="sr-only" type="text" name="codeSociete" id="codeSociete" value="<?= $codeSocieteUnique ?>">
|
||||
|
||||
<div id="div_login_portail">
|
||||
<input class="sr-only" type="text" name="afficherLogoSociete" id="afficherLogoSociete" value="<?= $afficherLogoSociete ?>">
|
||||
<div class="wrap-input100 validate-input" data-validate="Enter username">
|
||||
<label for="login">Identifiant</label>
|
||||
<input class="input100" type="text" name="login" id="login" value="<?= $codeUtilisateur ?>" placeholder="Identifiant" style="text-align:center;" required AUTOCOMPLETE="off">
|
||||
|
|
@ -53,6 +54,7 @@
|
|||
</div>
|
||||
|
||||
<div id="div_login_portail">
|
||||
<input class="sr-only" type="text" name="afficherLogoSociete" id="afficherLogoSociete" value="<?= $afficherLogoSociete ?>">
|
||||
<div class="wrap-input100 validate-input" data-validate="Enter username">
|
||||
<label for="login">Identifiant</label>
|
||||
<input class="input100" type="text" name="login" id="login" value="<?= $codeUtilisateur ?>" placeholder="Identifiant" style="text-align:center;" required AUTOCOMPLETE="off">
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
$societeExiste = true;
|
||||
?>
|
||||
|
||||
<input class="sr-only" type="text" name="afficherLogoSociete" id="afficherLogoSociete" value="<?= $afficherLogoSociete ?>">
|
||||
<!-- <input class="sr-only" type="text" name="afficherLogoSociete" id="afficherLogoSociete" value="<?= $afficherLogoSociete ?>"> -->
|
||||
|
||||
<div class="login-wrapper">
|
||||
<form class="login100-form validate-form" action="Connexion/connecter" method="post">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user