a
This commit is contained in:
parent
4d0373965a
commit
a5b6f5aa39
|
|
@ -26250,7 +26250,6 @@ function changer_entite_portail()
|
|||
image_logo.setAttribute('src', src_logo);
|
||||
|
||||
alert("height => "+image_logo.height);
|
||||
alert("clientHeight => "+image_logo.clientHeight);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user