a
This commit is contained in:
parent
822eed621b
commit
a8fb9d26c0
|
|
@ -3230,3 +3230,56 @@ function rapport_sp_police()
|
|||
{
|
||||
window.location.assign($("#racineWeb" ).val()+"Sppolice/");
|
||||
}
|
||||
|
||||
function sinistres_a_prime_police()
|
||||
{
|
||||
$("#div_detail_sp").html('<div style="padding-top:80px;"><img src="Bootstrap/images/loading.gif"/> <span style="font-size:15pt;">' + 'Veuillez patienter... / Please wait...' + '</span></div>');
|
||||
|
||||
$.ajax({
|
||||
url: $("#racineWeb").val()+"Ajaxsppolice/police/",
|
||||
type: 'POST',
|
||||
success: function(data) {
|
||||
$("#div_detail_sp").html(data);
|
||||
},
|
||||
error: function(data) {
|
||||
},
|
||||
complete: function() {
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
function sinistres_a_prime_categorie()
|
||||
{
|
||||
$("#div_detail_sp").html('<div style="padding-top:80px;"><img src="Bootstrap/images/loading.gif"/> <span style="font-size:15pt;">' + 'Veuillez patienter... / Please wait...' + '</span></div>');
|
||||
|
||||
$.ajax({
|
||||
url: $("#racineWeb").val()+"Ajaxsppolice/categorie/",
|
||||
type: 'POST',
|
||||
success: function(data) {
|
||||
$("#div_detail_sp").html(data);
|
||||
},
|
||||
error: function(data) {
|
||||
},
|
||||
complete: function() {
|
||||
return;
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
function sinistres_a_prime_college()
|
||||
{
|
||||
$("#div_detail_sp").html('<div style="padding-top:80px;"><img src="Bootstrap/images/loading.gif"/> <span style="font-size:15pt;">' + 'Veuillez patienter... / Please wait...' + '</span></div>');
|
||||
|
||||
$.ajax({
|
||||
url: $("#racineWeb").val()+"Ajaxsppolice/college/",
|
||||
type: 'POST',
|
||||
success: function(data) {
|
||||
$("#div_detail_sp").html(data);
|
||||
},
|
||||
error: function(data) {
|
||||
},
|
||||
complete: function() {
|
||||
return;
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
|||
|
|
@ -635,7 +635,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte'];
|
|||
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
|
||||
|
||||
<!-- Application Scripts -->
|
||||
<script src="/Js/fonctions.js?ver=2026.01.05.09"></script>
|
||||
<script src="/Js/fonctions.js?ver=2026.01.05.10"></script>
|
||||
|
||||
<script type="text/javascript">
|
||||
raffraichier_gabarit();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user