This commit is contained in:
KANE LAZENI 2026-07-05 15:01:10 +00:00
parent 4d0373965a
commit a5b6f5aa39
3 changed files with 2 additions and 3 deletions

View File

@ -26250,7 +26250,6 @@ function changer_entite_portail()
image_logo.setAttribute('src', src_logo);
alert("height => "+image_logo.height);
alert("clientHeight => "+image_logo.clientHeight);
}
});
}

View File

@ -35,7 +35,7 @@
}
?>
<div style="text-align: center;">
<div style="text-align: center; margin-top: 10px;">
<img id="image_logo" name="image_logo" src="<?= $cheminLogo ?>" alt="" style="max-width: 200px; height: auto;">
</div>

View File

@ -891,7 +891,7 @@
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/toastr@2.1.4/build/toastr.min.css" crossorigin="anonymous">
<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.07.05.04"></script>
<script src="Js/fonctions.js?ver=2026.07.05.05"></script>
<script src="Bootstrap/js/bootstrap.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/vue@3/dist/vue.global.prod.js"></script>