a
This commit is contained in:
@@ -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;
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user