garancia-pharmaciens/httpdocs/affichettes-visuels-logos.php
2017-05-30 17:55:38 +02:00

165 lines
7.5 KiB
PHP
Executable File

<?php
/*-----------------------------------------------------*/
include_once("_inc/config.php");
/*-----------------------------------------------------*/
$_RUBRIQUE = "affichettes-visuels-logos";
/*-----------------------------------------------------*/
include_once("_inc/assets/metas.php");
include_once("_inc/assets/top.php");
/*-----------------------------------------------------*/
?>
<div class="page">
<div id="arianne">
<a href="home.php">Accueil</a> |
<a href="plans-merchandising.php">Animez votre point de vente</a> |
<span class="current">Affichettes, Visuels & Logos</span>
</div>
<div class="page_menu">
<a href="plans-merchandising.php"><span>Plans merchandising</span></a>
<a href="affichettes-visuels-logos.php" class="current"><span>Affichettes, Visuels & Logos</span></a>
<a href="cas-de-comptoir-spots-tv.php"><span>Cas de comptoir & Spots TV</span></a>
<a href="animez-votre-site-internet.php"><span>Animez votre site internet</span></a>
</div>
<div class="clear"></div>
<div class="page_contents">
<p class="txt1">Imprimez les affichettes, les visuels de nos produits et notre logo pour animer votre point de vente !</p>
<h1><span>[</span> AFFICHETTES <span>]</span></h1>
<div class="slideList">
<div class="slideContent">
<?php
$items = getFrontAffichettes("affichettes");
foreach($items as $item){
?>
<div class="slideItem affichetteItem" style="background-image:url(files/affichettes/<?php echo $item -> type; ?>/thumbs/<?php echo $item -> id; ?>.jpg)">
<div class="label"><?php echo $item -> label; ?></div>
<div class="tools">
<a href="#file_viewer?file=affichettes/<?php echo $item -> type; ?>/<?php echo $item -> filename; ?>" class="zoom" rel="popin"><img src="_img/zoom_btn.png" alt="zoom" /></a>
<a href="#file_viewer?file=affichettes/<?php echo $item -> type; ?>/<?php echo $item -> filename; ?>" class="zoom" rel="popin"><img src="_img/download_btn2.png" alt="download" /></a>
<a href="#file_viewer?file=affichettes/<?php echo $item -> type; ?>/<?php echo $item -> filename; ?>" class="zoom" rel="popin"><img src="_img/print_btn2.png" alt="print" /></a>
<!--
<a href="?download=affichettes/<?php echo $item -> type; ?>/<?php echo $item -> id; ?>.jpg&filename=<?php echo $item -> label; ?>" class="download"><img src="_img/download_btn2.png" alt="download" /></a>
<a href="popins/print_file.php?file=affichettes/<?php echo $item -> type; ?>/<?php echo $item -> id; ?>.jpg" class="print"><img src="_img/print_btn2.png" alt="print" /></a>
-->
</div>
</div>
<?php } ?>
</div>
</div>
<a href="?donwloadPack=affichettes/affichettes" class="btnZipAll">
TÉLÉCHARGEz toutes les affichettes
</a>
<h1><span>[</span> Visuels des produits <span>]</span></h1>
<div class="slideList">
<div class="slideContent">
<?php
$items = getFrontAffichettes("produits");
foreach($items as $item){
?>
<div class="slideItem affichetteItem" style="background-image:url(files/affichettes/<?php echo $item -> type; ?>/thumbs/<?php echo $item -> id; ?>.jpg)">
<div class="label"><?php echo $item -> label; ?></div>
<div class="tools">
<a href="#file_viewer?file=affichettes/<?php echo $item -> type; ?>/<?php echo $item -> filename; ?>" class="zoom" rel="popin"><img src="_img/zoom_btn.png" alt="zoom" /></a>
<a href="#file_viewer?file=affichettes/<?php echo $item -> type; ?>/<?php echo $item -> filename; ?>" class="zoom" rel="popin"><img src="_img/download_btn2.png" alt="download" /></a>
<a href="#file_viewer?file=affichettes/<?php echo $item -> type; ?>/<?php echo $item -> filename; ?>" class="zoom" rel="popin"><img src="_img/print_btn2.png" alt="print" /></a>
<!--
<a href="?download=affichettes/<?php echo $item -> type; ?>/<?php echo $item -> id; ?>.jpg&filename=<?php echo $item -> label; ?>" class="download"><img src="_img/download_btn2.png" alt="download" /></a>
<a href="popins/print_file.php?file=affichettes/<?php echo $item -> type; ?>/<?php echo $item -> id; ?>.jpg" class="print"><img src="_img/print_btn2.png" alt="print" /></a>
-->
</div>
</div>
<?php } ?>
</div>
</div>
<a href="?donwloadPack=affichettes/produits" class="btnZipAll">
TÉLÉCHARGEz tous les visuels produits
</a>
<h1><span>[</span> Logos <span>]</span></h1>
<div class="slideList">
<div class="slideContent">
<?php
$items = getFrontAffichettes("logos");
foreach($items as $item){
?>
<div class="slideItem affichetteItem" style="background-image:url(files/affichettes/<?php echo $item -> type; ?>/thumbs/<?php echo $item -> id; ?>.jpg)">
<div class="label"><?php echo $item -> label; ?></div>
<div class="tools">
<a href="#file_viewer?file=affichettes/<?php echo $item -> type; ?>/<?php echo $item -> filename; ?>" class="zoom" rel="popin"><img src="_img/zoom_btn.png" alt="zoom" /></a>
<a href="#file_viewer?file=affichettes/<?php echo $item -> type; ?>/<?php echo $item -> filename; ?>" class="zoom" rel="popin"><img src="_img/download_btn2.png" alt="download" /></a>
<a href="#file_viewer?file=affichettes/<?php echo $item -> type; ?>/<?php echo $item -> filename; ?>" class="zoom" rel="popin"><img src="_img/print_btn2.png" alt="print" /></a>
<!--
<a href="?download=affichettes/<?php echo $item -> type; ?>/<?php echo $item -> id; ?>.jpg&filename=<?php echo $item -> label; ?>" class="download"><img src="_img/download_btn2.png" alt="download" /></a>
<a href="popins/print_file.php?file=affichettes/<?php echo $item -> type; ?>/<?php echo $item -> id; ?>.jpg" class="print"><img src="_img/print_btn2.png" alt="print" /></a>
-->
</div>
</div>
<?php } ?>
</div>
</div>
<a href="?donwloadPack=affichettes/logos" class="btnZipAll">
TÉLÉCHARGER tous les logos
</a>
</div>
</div>
<script type="text/javascript">
$(".slideContent").each(function(index, element) {
$(this).children(".slideItem:last").css("margin-right","0");
});
$(".slideContent").each(function(index, element) {
var nb = $(this).children('.slideItem').length;
var w = (nb*246) - 30;
$(this).css("width",w + "px");
});
/*
$(".slideItem .print").click(function(e) {
$(this).printPage();
return false;
});
*/
</script>
<?php
/*-----------------------------------------------------*/
include_once("_inc/assets/footer.php");
/*-----------------------------------------------------*/
?>