. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
| 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
include 'class/coupon.class.php';
include 'config.php';
?>
<!DOCTYPE html>
<html lang="en">
<head>
<?php include 'header.php';?>
</head>
<body>
<div id="wrapper">
<?php
$managerCou = new CouponManager($db);
$listeDeal = $managerCou->getListDealEnCours();
// var_dump($listeDeal);
?>
<!-- Page Content -->
<div class="row">
<div class="col-lg-12 text-center">
<img src='images/dealka-logo.png' width='40%'>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<br><br>
<hr>
<i>Retrouvez sur Dealka.tn des offres exceptionnelles jusqu'à 85%, restaurants, loisirs, beauté, bien être, shopping et pleins d'autres bon plans!!</i>
<hr>
</div>
<!-- /.col-lg-12 -->
</div>
<!-- /.row -->
<?php foreach ($listeDeal as $deal) { ?>
<div class="row well well-sm" style="font-size: 10px;">
<div class="col-lg-3 col-xs-3 text-center">
<img src='<?php echo $deal['image'];?>' width='100%'>
</div>
<div class="col-lg-9 col-xs-9">
<div class="col-lg-12 col-xs-12">
<b><?php echo $deal['titre'];?></b><br>
<sup style="font-size: 8px;"><i><?php echo "www.dealka.tn/?p=".$deal['id']; ?></i></sup>
</div>
<div class="col-lg-4 col-xs-4">
<?php
echo "Prix : <b>".$deal['prix_promo']."</b><sup>Dt.</sup> au lieu de <b><s>".$deal['prix_reel']."</s></b><sup>Dt.</sup><br>
Partenaire : <b>".$deal['p_nom']."</b><br>
".$deal['p_adresse'];
?>
</div>
<div class="col-lg-4 col-xs-4">
<b>L'offre comprend :</b>
<?php for($j=0;$j <ceil(count($deal['loffrecmprn'])/2);$j++)echo "<br>* ".$deal['loffrecmprn'][$j]; ?>
</div>
<div class="col-lg-4 col-xs-4">
<?php for($j=ceil(count($deal['loffrecmprn'])/2);$j <count($deal['loffrecmprn']);$j++)echo "<br>* ".$deal['loffrecmprn'][$j]; ?>
</div>
<div class="col-lg-12 col-xs-12">
<div class="well well-sm" style="color: black;font-size: xx-small;">
<div class="row">
<div class="col-lg-6 col-xs-6">Offre disponible sur : <i>www.dealka.tn</i></div>
<div class="col-lg-6 col-xs-6">Infoline : 96 46 56 66 / 79 218 695</div>
<div class="col-lg-12 col-xs-12">Adresse : B2- Immeuble 12 rue Ali Chehimi (en face de terrain de basket), Hammam-lif (centre)</div>
</div>
</div>
</div>
</div>
</div>
<?php } ?>
<div class="row-fluid">
<div class="col-lg-12 col-xs-12 text-center">
</div>
<div id="footer"><p>Developed by <b>DEALKA TEAM</b> 2016. </p></div>
<script type="text/javascript">window.print();</script
</div>
<!-- /#page-wrapper -->
</div>
<!-- /#wrapper -->
<!-- jQuery -->
<script src="../bower_components/jquery/dist/jquery.min.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="../bower_components/bootstrap/dist/js/bootstrap.min.js"></script>
<!-- Metis Menu Plugin JavaScript -->
<script src="../bower_components/metisMenu/dist/metisMenu.min.js"></script>
<!-- Custom Theme JavaScript -->
<script src="../dist/js/sb-admin-2.js"></script>
</body>
</html>