a
This commit is contained in:
parent
2979d4f506
commit
f17368a7e3
|
|
@ -86375,7 +86375,15 @@ function changer_entite_portail()
|
|||
},
|
||||
complete: function()
|
||||
{
|
||||
src_logo="Societes/"+codeSociete+"/Logos/logo_societe.png";
|
||||
src_logo="";
|
||||
afficherLogoSociete = $("#afficherLogoSociete").val();
|
||||
if(afficherLogoSociete=="1")
|
||||
{
|
||||
src_logo="Societes/"+codeSociete+"/Logos/logo_societe.png";
|
||||
}
|
||||
|
||||
alert("afficherLogoSociete => "+afficherLogoSociete+" ; src_logo => "+src_logo);
|
||||
|
||||
const wrapper = document.querySelector('.login-wrapper');
|
||||
wrapper.style.backgroundImage = `url('${src_logo}')`;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,19 +19,10 @@
|
|||
$cheminLogo ="/Societes/$codeSociete/Logos/logo_societe.png";
|
||||
}
|
||||
|
||||
var_dump(
|
||||
array(
|
||||
"cheminLogo" => $cheminLogo,
|
||||
"afficherLogoSociete" => $afficherLogoSociete
|
||||
)
|
||||
);
|
||||
|
||||
$societeExiste = true;
|
||||
?>
|
||||
|
||||
|
||||
<input class="sr-only" type="text" name="afficherLogoSociete" id="afficherLogoSociete" value="<?= $afficherLogoSociete ?>">
|
||||
afficherLogoSociete : <input ctype="text" value="<?= $afficherLogoSociete ?>">
|
||||
|
||||
<div class="login-wrapper">
|
||||
<form class="login100-form validate-form" action="Connexion/connecter" method="post">
|
||||
|
|
|
|||
|
|
@ -979,7 +979,7 @@
|
|||
|
||||
<script src="https://cdn.jsdelivr.net/npm/toastr@2.1.4/build/toastr.min.js" crossorigin="anonymous"></script>
|
||||
|
||||
<script src="Js/fonctions.js?ver=2026.06.29.00"></script>
|
||||
<script src="Js/fonctions.js?ver=2026.07.05.00"></script>
|
||||
|
||||
<script src="https://cdn.jsdelivr.net/npm/vue@3/dist/vue.global.prod.js"></script>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user