. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
| Server IP : 213.186.33.4 / Your IP :
216.73.216.146 [
Web Server : Apache System : Linux webm002.cluster103.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 User : dealkatnwc ( 662330) PHP Version : 7.0.33 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl Domains : 2 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/dealkatnwc/www/GDEAL/pages/ |
Upload File : |
<?php
$managerCou = new CouponManager($db);
$nb_pal = $managerCou->count(7);
$nb_mm = $managerCou->count(8);
$nb_mustmail = $managerCou->count('mustmail');
if(($nb_pal>0)||($nb_mm>0)||($nb_mustmail>0))
{
echo "<input type='hidden' id='nb_pal' value='".$nb_pal."'>";
echo "<input type='hidden' id='nb_mm' value='".$nb_mm."'>";
echo "<input type='hidden' id='nb_mustmail' value='".$nb_mustmail."'>";
?>
<script>
if (document.getElementById('nb_pal').value > 0) {
$.notify({
// options
icon: 'fad fa-truck',
title: '<strong>Attention : Demande de Livraison</strong>',
message: '<br>* <strong>'+document.getElementById('nb_pal').value+'</strong> demande(s) de livraison sont en cours<br>Cliquez pour en savoir plus',
url: '?filtre=showmepal&redirect_to=/pages/couponsrapide.php',
target: '_self'
},{
// settings
element: 'body',
position: 'fixed',
type: "warning",
offset: {x: 50,y: 100},
allow_dismiss: true,
newest_on_top: true,
showProgressbar: true,
placement: {
from: "top",
align: "left"
},
offset: 20,
spacing: 10,
z_index: 1031,
delay: 15000,
timer: 1000,
url_target: '_self',
mouse_over: 'pause',
animate: {
enter: "animated fadeInDown",
exit: "animated hinge"
},
onShow: null,
onShown: null,
onClose: null,
onClosed: null,
icon_type: 'class',
template: '<div data-notify="container" class="col-xs-11 col-sm-3 alert alert-{0}" role="alert">' +
'<button type="button" aria-hidden="true" class="close" data-notify="dismiss"><i class="fa fa-times fa-2x" aria-hidden="true"></i></button>' +
'<span data-notify="icon"></span> ' +
'<span data-notify="title">{1}</span> ' +
'<span data-notify="message">{2}</span>' +
'<div class="progress" data-notify="progressbar">' +
'<div class="progress-bar progress-bar-{0}" role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100" style="width: 0%;"></div>' +
'</div>' +
'<a href="{3}" target="{4}" data-notify="url"></a>' +
'</div>'
});
}
if (document.getElementById('nb_mm').value > 0) {
setTimeout(function() {$.notify({
// options
icon: 'fa fa-clock-o',
title: '<strong>Attention : Mandat Minute</strong>',
message: '<br>* <strong>'+document.getElementById('nb_mm').value+'</strong> mandat minute sont en cours<br>Cliquez pour en savoir plus',
url: '?filtre=showmemm&redirect_to=/pages/couponsrapide.php',
target: '_self'
},{
// settings
element: 'body',
position: 'fixed',
type: "warning",
offset: {x: 50,y: 100},
allow_dismiss: true,
newest_on_top: true,
showProgressbar: true,
placement: {
from: "top",
align: "left"
},
offset: 20,
spacing: 10,
z_index: 1031,
delay: 15000,
timer: 2000,
url_target: '_self',
mouse_over: 'pause',
animate: {
enter: "animated fadeInDown",
exit: "animated hinge"
},
onShow: null,
onShown: null,
onClose: null,
onClosed: null,
icon_type: 'class',
template: '<div data-notify="container" class="col-xs-11 col-sm-3 alert alert-{0}" role="alert">' +
'<button type="button" aria-hidden="true" class="close" data-notify="dismiss"><i class="fa fa-times fa-2x" aria-hidden="true"></i></button>' +
'<span data-notify="icon"></span> ' +
'<span data-notify="title">{1}</span> ' +
'<span data-notify="message">{2}</span>' +
'<div class="progress" data-notify="progressbar">' +
'<div class="progress-bar progress-bar-{0}" role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100" style="width: 0%;"></div>' +
'</div>' +
'<a href="{3}" target="{4}" data-notify="url"></a>' +
'</div>'
});}, 1500);
}
if (document.getElementById('nb_mustmail').value > 0) {
setTimeout(function() {$.notify({
// options
icon: 'fad fa-credit-card',
title: '<strong>Attention : Paiement En ligne </strong>',
message: '<br>* <strong>'+document.getElementById('nb_mustmail').value+'</strong> paiement en ligne non-notifié¡°ar mail sont en cours<br>Cliquez pour en savoir plus',
url: '?filtre=showmepel&redirect_to=/pages/couponsrapide.php',
target: '_self'
},{
// settings
element: 'body',
position: 'fixed',
type: "danger",
offset: {x: 50,y: 100},
allow_dismiss: true,
newest_on_top: true,
showProgressbar: true,
placement: {
from: "top",
align: "left"
},
offset: 20,
spacing: 10,
z_index: 1031,
delay: 15000,
timer: 3000,
url_target: '_self',
mouse_over: 'pause',
animate: {
enter: "animated fadeInDown",
exit: "animated hinge"
},
onShow: null,
onShown: null,
onClose: null,
onClosed: null,
icon_type: 'class',
template: '<div data-notify="container" class="col-xs-11 col-sm-3 alert alert-{0}" role="alert">' +
'<button type="button" aria-hidden="true" class="close" data-notify="dismiss"><i class="fa fa-times fa-2x" aria-hidden="true"></i></button>' +
'<span data-notify="icon"></span> ' +
'<span data-notify="title">{1}</span> ' +
'<span data-notify="message">{2}</span>' +
'<div class="progress" data-notify="progressbar">' +
'<div class="progress-bar progress-bar-{0}" role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100" style="width: 0%;"></div>' +
'</div>' +
'<a href="{3}" target="{4}" data-notify="url"></a>' +
'</div>'
});}, 3000);
}
</script>
<?php } ?>