diff --git a/Js/fonctions.js b/Js/fonctions.js index 7cfa70b..d240137 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -3257,8 +3257,17 @@ function afficher_beneficiare_prime_adherent() donnees_retour = ""; donnees = 'debutPeriode='+debutPeriode+"&finPeriode="+finPeriode; - $("#div_detail_requete").html('
  ' + 'Veuillez patienter... / Please wait...' + '
'); - + $("#div_detail_requete").html(` +
+
+ Loading... +
+ + Veuillez patienter... / Please wait... + +
+ `); + $.ajax({ url: $("#racineWeb").val()+"Ajaxbeneficiaireprimeadherent/", type : 'post', @@ -3281,7 +3290,16 @@ function rapport_sp_police() function sinistres_a_prime_police() { - $("#div_detail_sp").html('
  ' + 'Veuillez patienter... / Please wait...' + '
'); + $("#div_detail_sp").html(` +
+
+ Loading... +
+ + Veuillez patienter... / Please wait... + +
+ `); $.ajax({ url: $("#racineWeb").val()+"Ajaxsppolice/police/", @@ -3298,7 +3316,6 @@ function sinistres_a_prime_police() function sinistres_a_prime_categorie() { - $("#div_detail_sp").html(`
@@ -3326,7 +3343,6 @@ function sinistres_a_prime_categorie() function sinistres_a_prime_college() { - $("#div_detail_sp").html(`
@@ -3356,8 +3372,6 @@ function requetes_synthese_consommation_police() { v_url = $("#racineWeb").val()+"Ajaxsyntheseconsopolice/"; - $("#div_detail_exp").html(''); - $("#div_detail_sp").html(`
@@ -3391,7 +3405,16 @@ function requetes_synthese_consommation_police_export() { v_url = $("#racineWeb").val()+"Ajaxsyntheseconsopolice/exportxls/"; - $("#div_detail_exp").html('
  ' + 'Veuillez patienter... / Please wait...' + '
'); + $("#div_detail_exp").html(` +
+
+ Loading... +
+ + Veuillez patienter... / Please wait... + +
+ `); $.ajax({ url: v_url, @@ -3417,8 +3440,17 @@ function lister_ged_police() donnees = 'd1='+d1+'&d2='+d2+'&nomOrigine='+nomOrigine; - $("#div_ged").html('
  ' + 'Veuillez patienter... / Please wait...' + '
'); - + $("#div_ged").html(` +
+
+ Loading... +
+ + Veuillez patienter... / Please wait... + +
+ `); + $.ajax({ url: $("#racineWeb").val()+"Ajaxlistegedpolice/", type : 'post', @@ -3457,7 +3489,17 @@ function imprimer_liste_assures_date() donnees = 'dateAnalyse='+dateAnalyse; var div_export = $('#div_export_assures'); - div_export.html('
  ' + 'Veuillez patienter... / Please wait...' + '
'); + + div_export.html(` +
+
+ Loading... +
+ + Veuillez patienter... / Please wait... + +
+ `); $.ajax({ url: $("#racineWeb").val()+"Ajaximprimerlisteassure/", @@ -3500,7 +3542,17 @@ function exporter_liste_assures_date() donnees = 'dateAnalyse='+dateAnalyse; var div_export = $('#div_exporter_liste_assures'); - div_export.html('
  ' + 'Veuillez patienter... / Please wait...' + '
'); + + div_export.html(` +
+
+ Loading... +
+ + Veuillez patienter... / Please wait... + +
+ `); $.ajax({ url: $("#racineWeb").val()+"Ajaxexporterlisteassure/", @@ -3544,7 +3596,16 @@ function liste_mouvemements_assures() donnees += '&valide='+valide; donnees += '&debut='+debut+'&fin='+fin; - $("#div_mvt").html('
  ' + 'Veuillez patienter... / Please wait...' + '
'); + $("#div_mvt").html(` +
+
+ Loading... +
+ + Veuillez patienter... / Please wait... + +
+ `); $.ajax({ url: $("#racineWeb").val()+"Ajaxmouvementassure/", diff --git a/Vue/gabarit.php b/Vue/gabarit.php index c5df272..748da34 100755 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -638,7 +638,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte']; - +