This commit is contained in:
KONE SOREL 2026-01-28 17:03:09 +00:00
parent b830caa7e1
commit 4405674a58
4 changed files with 642 additions and 382 deletions

File diff suppressed because it is too large Load Diff

View File

@ -64,7 +64,7 @@ $(function() {
function raffraichier_gabarit()
{
controleSession();
//controleSession();
$.ajax({
url: $("#racineWeb").val()+"Ajaxgabarit/",
@ -113,13 +113,13 @@ function controleSession() {
function showMessageDeconnexion()
{
const msg = "Votre session a expiré. Vous serez déconnecté.";
const msgEng = "Your session has expired. You will be disconnected.";
//const msg = "Votre session a expiré. Vous serez déconnecté.";
//const msgEng = "Your session has expired. You will be disconnected.";
alert_ebene(msg, msgEng).then(() => {
//alert_ebene(msg, msgEng).then(() => {
// Ce code ne sexécute quaprès clic sur OK
window.location.assign($("#racineWeb" ).val()+"Connexion/deconnecter/");
});
//});
}
/**

View File

@ -663,7 +663,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte'];
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
<!-- Application Scripts -->
<script src="/Js/fonctions.js?ver=2026.01.23.02"></script>
<script src="/Js/fonctions.js?ver=2026.01.28.00"></script>
<script type="text/javascript">
raffraichier_gabarit();