Current File : /home/k/a/r/karenpetzb/www/items/category/layouts.tar
menuLayout.phtml000060400000001015150713254320007747 0ustar00<div class="menuLayoutBorder">
	<?php if ($this->listallannonces) { ?>	
	<div class="annonce_container">	 
			<div id="annonce-slider" class="coda-slider preload">
				<?php 
				$i = 1;
				$listAnnonce = $this->listallannonces;
				foreach ($listAnnonce as $row) { ?> 
					<div class="panel annonce_boxPanel"> 
						<div class="panel-wrapper">
							<div class="title-panel"><?php echo $i; ?></div> 
							<?php echo $row['CONTENT'];?>
						</div>
					</div>
				<?php $i++; } ?> 
			</div>
	</div>
	<?php } ?>
</div>layout.phtml000060400000013061150713254320007126 0ustar00<!DOCTYPE HTML>
<html>
<?php header('Content-type: text/html; charset=iso-8859-1'); ?>
<head>
<title><?php echo $this->title; ?></title>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<link rel="icon" type="image/png" href="<?php echo $this->baseUrl; ?>/favicon.ico" /> 
	
<!-- Themes -->
<link href="<?php echo $this->baseUrl; ?>/css/themes/admin/css/style.css" rel="stylesheet" media="screen" />
<link href="<?php echo $this->baseUrl; ?>/css/themes/admin/css/bootstrap.css" rel="stylesheet" media="all" />
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet" media="all" />
<link href="<?php echo $this->baseUrl; ?>/css/themes/admin/custom.css" rel="stylesheet" media="screen" />
<link href="<?php echo $this->baseUrl; ?>/css/themes/admin/css/jquery.ui.datepicker.css" rel="stylesheet" media="screen" />
<link href="<?php echo $this->baseUrl; ?>/css/themes/admin/css/jquery-ui-1.10.4.custom.min.css" rel="stylesheet" media="screen" />


<link href="<?php echo $this->baseUrl; ?>/css/default/default.css" rel="stylesheet" media="screen" />
<link href="<?php echo $this->baseUrl; ?>/css/themes/admin/admin.css" rel="stylesheet" media="screen" />


<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />

<script type="text/javascript" src="<?php echo $this->baseUrl; ?>/css/themes/admin/js/jquery.js"></script>
<script src="http://code.jquery.com/jquery-migrate-1.2.1.js"></script>
<script type="text/javascript" src="<?php echo $this->baseUrl; ?>/css/themes/admin/js/bootstrap.min.js"></script>
<script type="text/javascript" src="<?php echo $this->baseUrl; ?>/css/themes/admin/js/jquery.accordion.js"></script>
<script type="text/javascript" src="<?php echo $this->baseUrl; ?>/css/themes/admin/js/jquery.custom-scrollbar.min.js"></script>
<script type="text/javascript" src="<?php echo $this->baseUrl; ?>/css/themes/admin/js/icheck.min.js"></script>
<script type="text/javascript" src="<?php echo $this->baseUrl; ?>/css/themes/admin/js/jquery.dataTables.min.js"></script>
<script type="text/javascript" src="<?php echo $this->baseUrl; ?>/css/themes/admin/js/dataTables.bootstrap.js"></script>
<script type="text/javascript" src="<?php echo $this->baseUrl; ?>/css/themes/admin/js/jquery-ui.custom.min.js"></script>
<script type="text/javascript" src="<?php echo $this->baseUrl; ?>/css/themes/admin/js/jquery.ui.datepicker.min.js"></script>
<script type="text/javascript" src="<?php echo $this->baseUrl; ?>/css/themes/admin/js/jquery.ui.datepicker-fr.js"></script>
<script type="text/javascript" src="<?php echo $this->baseUrl; ?>/css/themes/admin/js/selectnav.min.js"></script>
<script type="text/javascript" src="<?php echo $this->baseUrl; ?>/css/themes/admin/js/morris-0.4.1.min.js"></script>
<script type="text/javascript" src="<?php echo $this->baseUrl; ?>/css/themes/admin/js/raphael-2.1.0.min.js"></script>

<script type="text/javascript" src="<?php echo $this->baseUrl; ?>/css/themes/admin/js/jquery.ui.effect.js"></script>
<script type="text/javascript" src="<?php echo $this->baseUrl; ?>/css/themes/admin/js/jquery.ui.effect-fade.js"></script>
 
<link href="<?php echo $this->baseUrl; ?>/js/redactor/redactor.css" rel="stylesheet" media="screen" />
<script type="text/javascript" src="<?php echo $this->baseUrl; ?>/js/redactor/redactor.js"></script>
<script type="text/javascript" src="<?php echo $this->baseUrl; ?>/js/redactor/fr.js"></script>
<script type="text/javascript" src="<?php echo $this->baseUrl; ?>/js/redactor/fontcolor.js"></script>
<script type="text/javascript" src="<?php echo $this->baseUrl; ?>/js/redactor/fontfamily.js"></script>
 
<script type="text/javascript" src="<?php echo $this->baseUrl; ?>/js/tinymce/tinymce.min.js"></script>
<script type="text/javascript" src="<?php echo $this->baseUrl; ?>/js/tinymce/themes/modern/theme.min.js"></script>
 

<script type="text/javascript" src="<?php echo $this->baseUrl; ?>/css/themes/admin/custom.js"></script>
<!--[if lt IE 9]>
	<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
	<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->


<!-- elRTE -->
<script src="<?php echo $this->baseUrl; ?>/js/elrte/js/elrte.min.js" type="text/javascript" charset="utf-8"></script>
<link rel="stylesheet" href="<?php echo $this->baseUrl; ?>/js/elrte/css/elrte.min.css" type="text/css" media="screen" charset="utf-8" />
<!-- elRTE translation messages -->
<script src="<?php echo $this->baseUrl; ?>/js/elrte/js/i18n/elrte.fr.js" type="text/javascript" charset="utf-8"></script>

<!-- elFINDER -->
<link rel="stylesheet" type="text/css" media="screen" href="<?php echo $this->baseUrl; ?>/js/elfinder/css/elfinder.min.css" />
<script type="text/javascript" src="<?php echo $this->baseUrl; ?>/js/elfinder/js/elfinder.min.js"></script>
<!-- elFINDER translation messages -->
<script type="text/javascript" src="<?php echo $this->baseUrl; ?>/js/elfinder/js/i18n/elfinder.fr.js"></script>

<script type="text/javascript" src="<?php echo $this->baseUrl; ?>/js/serialize/xorax_serialize.js"></script>

</head>
<body>

<?php  if($this->useradmin) { ?> 
<!-- Wrapper Start -->
<div class="wrapper" >
	<?php echo $this->render("headerLayout.phtml"); ?>
	<div class="structure-row alone">
	
        <div class="right-sec" >
			 <?php echo $this->render("headerLayoutTop.phtml"); ?>
			  <div class="content-section">
                <div class="container-liquid" >
					<?php echo $this->layout()->content; ?>
				</div>
			</div>
        </div>
	</div>
</div>
<?php } else { 
	echo $this->render("../scripts/auth/login.phtml"); 
 }  ?>
</body>
</html>rightLayout.phtml000060400000001272150713254320010125 0ustar00
	
<!--[if IE]>
<style type="text/css">
.textA10, .textA9, .textA8b, .textA11 , .textA12, .textA13 {
  filter: glow(color=#000000,strength=1);
}
.linkA10, .linkA9, .linkA8b, .linkA11 , .linkA12, .linkA13 {
  filter: glow(color=#000000,strength=1);
}
</style>
<![endif]-->

<div class="rightPubContent">
	<?php if ($this->listannoncesright) {
		$listAnnonceRight = $this->listannoncesright;
		
		$idCat = $this->listannoncesrightCategory;
		foreach ($listAnnonceRight as $row) {
		$tabCategorie = explode(';',$row['ID_CATS']); 
		if (in_array($idCat, $tabCategorie) || in_array('0', $tabCategorie)) {
			
	?>
	<div class="menuExtraRightOpt"><?php echo $row['CONTENT'];?></div>
	<?php } } } ?>
</div>extraHeaderLayout.phtml000060400000000000150713254320011230 0ustar00leftLayout.phtml000060400000010272150713254320007742 0ustar00
<div class="leftLogo"> 
	<a title="Accueil" href="<?php echo $this->baseUrl; ?>/"><img alt="Directement � la source de la qualit�" src="<?php echo $this->baseUrl; ?>/business/image/logo.png" /></a>
</div> 
<div class="rightPromotion" > 
	<span class="link_shadow18_y2" > 
		<a href="<?php echo $this->baseUrl; ?>/nos-promotions.html" title="D�couvrez nos promotions">Promotions</a> 
	</span>
</div>
<div class="menuOngletsTitle"><span class="text_shadow18_w">Nos Produits</span></div>
 


<?php if ( strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE 6' ) !== FALSE || strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE 7' ) !== FALSE ) { ?>
<div class="menuOnglets">
	<div  class="menuOnglet_1 <?php if ( $this->actualDesign['idCategory'] == 1 ) { echo 'menuOnglet_1_hover'; } ?>" ><a style="margin: 2px 0 0 60px;" id="onglet_1" href="<?php echo $this->baseUrl; ?>/industrie/1-manutention-levage.html" <?php if ( $this->actualDesign['idCategory'] == 1 ) { echo 'class="selected"'; } ?> >Manutention, levage</a></div>
	<div  class="menuOnglet_2 <?php if ( $this->actualDesign['idCategory'] == 2 ) { echo 'menuOnglet_2_hover'; } ?>" ><a style="margin: 0 0 0 60px;" id="onglet_2" href="<?php echo $this->baseUrl; ?>/industrie/2-prevention-environnement.html" <?php if ( $this->actualDesign['idCategory'] == 2 ) { echo 'class="selected"'; } ?>>Pr�vention de<br/> l'environnement</a></div>
	<div  class="menuOnglet_3 <?php if ( $this->actualDesign['idCategory'] == 3 ) { echo 'menuOnglet_3_hover'; } ?>" ><a style="margin: 0 0 0 60px;" id="onglet_3" href="<?php echo $this->baseUrl; ?>/industrie/3-stockage-rayonnage.html" <?php if ( $this->actualDesign['idCategory'] == 3 ) { echo 'class="selected"'; } ?>>Stockage,<br/> rayonnage</a></div>
	<div  class="menuOnglet_4 <?php if ( $this->actualDesign['idCategory'] == 4 ) { echo 'menuOnglet_4_hover'; } ?>" ><a style="margin: 0 0 0 60px;" id="onglet_4" href="<?php echo $this->baseUrl; ?>/industrie/4-entretien-proprete.html" <?php if ( $this->actualDesign['idCategory'] == 4 ) { echo 'class="selected"'; } ?>>Entretien,<br/> propret�</a></div>
	<div  class="menuOnglet_5 <?php if ( $this->actualDesign['idCategory'] == 5 ) { echo 'menuOnglet_5_hover'; } ?>" ><a style="margin: 0 0 0 60px;" id="onglet_5" href="<?php echo $this->baseUrl; ?>/industrie/5-protection-securite.html" <?php if ( $this->actualDesign['idCategory'] == 5 ) { echo 'class="selected"'; } ?>>Protection, s�curit�</a></div>
	<div  class="menuOnglet_6 <?php if ( $this->actualDesign['idCategory'] == 6 ) { echo 'menuOnglet_6_hover'; } ?>" ><a style="margin: 10px 0 0 60px;" id="onglet_6" href="<?php echo $this->baseUrl; ?>/industrie/6-emballage.html" <?php if ( $this->actualDesign['idCategory'] == 6 ) { echo 'class="selected"'; } ?>>Emballage</a></div>
	<div  class="menuOnglet_7 <?php if ( $this->actualDesign['idCategory'] == 7 ) { echo 'menuOnglet_7_hover'; } ?>" ><a style="margin: 10px 0 0 60px;" id="onglet_7" href="<?php echo $this->baseUrl; ?>/industrie/7-outillage.html" <?php if ( $this->actualDesign['idCategory'] == 7 ) { echo 'class="selected"'; } ?>>Outillage</a></div>
	<div  class="menuOnglet_8 <?php if ( $this->actualDesign['idCategory'] == 8 ) { echo 'menuOnglet_8_hover'; } ?>" ><a style="margin: 10px 0 0 60px;" id="onglet_8" href="<?php echo $this->baseUrl; ?>/industrie/8-mobilier-atelier.html" <?php if ( $this->actualDesign['idCategory'] == 8 ) { echo 'class="selected"'; } ?>>Mobilier d'atelier</a></div>
	<div  class="menuOnglet_9 <?php if ( $this->actualDesign['idCategory'] == 9 ) { echo 'menuOnglet_9_hover'; } ?>" ><a style="margin: 10px 0 0 45px;" id="onglet_9" href="<?php echo $this->baseUrl; ?>/industrie/9-mobilier-bureau-collectivite.html" <?php if ( $this->actualDesign['idCategory'] == 9 ) { echo 'class="selected"'; } ?>>Mobilier de bureau</a></div>
</div> 
<?php } else { echo $this->render("menuajax.phtml");  } ?> 
		
<div class="leftPubContent">
	<?php if ($this->listannoncesleft) {
		$listAnnonceLeft = $this->listannoncesleft;
		
		$idCat = $this->listannoncesleftCategory;
		foreach ($listAnnonceLeft as $row) {
		$tabCategorie = explode(';',$row['ID_CATS']); 
		if (in_array($idCat, $tabCategorie) || in_array('0', $tabCategorie)) {
			
	?>
	<div class="menuExtraRightOpt"><?php echo $row['CONTENT'];?></div>
	<?php } } } ?>
</div>

breadcrumb.phtml000060400000002101150713254320007710 0ustar00
<?php if ($this->breadcrumb) { ?>
	<div class="col-xs-12 noPadding bread-crumb-box hidden-print">	
	<ol class="breadcrumb" itemscope="" itemtype="http://schema.org/BreadcrumbList">
	  <li><a href="<?php echo $this->baseUrl; ?>/">Accueil</a></li>
	  <?php 
		$breadcrumb = $this->breadcrumb;
  $currentType = "";
  $position = 0;
		  foreach ($breadcrumb as $row) {
      $link = "";
	     if (isset($this->isPromoPage) && $this->isPromoPage) {
		      $link = $this->baseUrl."/".Utils_Tool::getFormattedUrlCategory2($row['NAVNOM_URLPARENTS'], $row['NAVNOM'], $row['ID']);
	      } else {
		      $link = $this->baseUrl."/".Utils_Tool::getFormattedUrlCategory($row['NAVNOM_URLPARENTS'], $row['NAVNOM'], $row['ID']);
	      }
				$name =  $row['NOM'];
    $position++;
				?>
		  <li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
        <a itemprop="item" href="<?php echo $link;?>"><span itemprop="name"><?php echo $name; ?></span></a>
        <meta itemprop="position" content="<?php echo $position; ?>" />
      </li>
		  <?php }?>
	</ol>
</div>
<?php }?>
headerLayout.phtml000060400000030364150713254320010244 0ustar00

<header class="hidden-print">             
	<nav class="topnavigation">
		<ul >
	
<?php  if ($this->isSiteGallery) {  ?>
	<?php if ($this->useradmin['isCategory'] == 1 ) { ?>
	<li class="<?php if ($this->currentMenu == "Category") { echo "active"; }?>">
		<a href="<?php echo $this->baseUrl; ?>/backoffice/category" class="ui-elements"><i class="glyphicon glyphicon-th-list"></i>&nbsp;Cat�gorie</a>
		<ul >
		   <li ><a href="<?php echo $this->baseUrl; ?>/backoffice/category" >Visualiser</a></li>
			<li ><a href="<?php echo $this->baseUrl; ?>/backoffice/category/add" >Ajouter</a></li>  
		</ul>
	</li>
	<li  class="<?php if ($this->currentMenu == "AnnonceCms") { echo "active"; }?>">
		<a href="<?php echo $this->baseUrl; ?>/backoffice/annoncecms" class="ui-elements"><i class="glyphicon glyphicon-list-alt"></i>&nbsp;Articles</a>
		<ul >
			<li><a href="<?php echo $this->baseUrl; ?>/backoffice/annoncecms" >Visualiser</a></li>
			<li><a href="<?php echo $this->baseUrl; ?>/backoffice/annoncecms/add" >Ajouter</a></li>
		</ul>
	</li>
	<li  class="<?php if ($this->currentMenu == "AnnonceGallery") { echo "active"; }?>">
		<a href="<?php echo $this->baseUrl; ?>/backoffice/annoncegallery" class="ui-elements"><i class="glyphicon glyphicon-list-alt"></i>&nbsp;Gallerie</a>
		<ul >
			<li><a href="<?php echo $this->baseUrl; ?>/backoffice/annoncegallery" >Visualiser</a></li>
			<li><a href="<?php echo $this->baseUrl; ?>/backoffice/annoncegallery/add" >Ajouter</a></li>
		</ul>
	</li>
	<?php }?> 
<?php }?> 
<?php  if ($this->isSiteEbusiness) {  ?>
		<?php if ($this->useradmin['isProduct'] == 1 ) { ?>
			<li class="<?php if ($this->currentMenu == "Product") { echo "active"; }?>">
				<a href="<?php echo $this->baseUrl; ?>/backoffice/product" class="layouts"><i class="glyphicon glyphicon-th"></i>&nbsp;Produits</a>
				<ul>
				   <li><a href="<?php echo $this->baseUrl; ?>/backoffice/product" >Visualiser</a></li>
					<li><a href="<?php echo $this->baseUrl; ?>/backoffice/product/add" >Ajouter</a></li>
					<?php if (false) { ?>
					<li style="display:none;"><a href="<?php echo $this->baseUrl; ?>/backoffice/product/livraison" >Livraison</a></li>
					<?php } ?>
					<li><a href="<?php echo $this->baseUrl; ?>/backoffice/product/search" >Recherche avanc�e</a></li>
					<li><a href="<?php echo $this->baseUrl; ?>/backoffice/product/keywordsengine" >Moteur de recherche</a></li>
				</ul>
			</li>
			<li class="<?php if ($this->currentMenu == "Option") { echo "active"; }?>">
				<a href="#layouts" class="layouts"><i class="glyphicon glyphicon-th"></i>&nbsp;Caract�ristiques</a>
				<ul >
					<li><a href="<?php echo $this->baseUrl; ?>/backoffice/product/option" >D�tail du produit</a></li>
					<li><a href="<?php echo $this->baseUrl; ?>/backoffice/productoptionlist/option" >S�lectionnable</a></li>
					<?php if (false) { ?>
					<li style="display:none"><span class="link4"><a href="<?php echo $this->baseUrl; ?>/backoffice/product/optionprofil" >Profil d'options</a></span></li>
					<?php } ?>
				</ul>
			</li>
		<?php } ?>
		<?php if ($this->useradmin['isCategory'] == 1 ) { ?>
			<li class="<?php if ($this->currentMenu == "Category") { echo "active"; }?>">
				<a href="<?php echo $this->baseUrl; ?>/backoffice/category" class="ui-elements"><i class="glyphicon glyphicon-th-list"></i>&nbsp;Cat�gories</a>
				<ul >
				   <li ><a href="<?php echo $this->baseUrl; ?>/backoffice/category" >Visualiser</a></li>
					<li ><a href="<?php echo $this->baseUrl; ?>/backoffice/category/add" >Ajouter</a></li>  
					<?php if (false) { ?>
					<li ><a href="<?php echo $this->baseUrl; ?>/backoffice/product/livraisoncat" style="display:none" >Config. du poids</a></li>
					<?php } ?>
				</ul>
			</li>
			<li class="<?php if ($this->currentMenu == "CategorySubs") { echo "active"; }?>">
				<a href="<?php echo $this->baseUrl; ?>/backoffice/category2" class="ui-elements"><i class="glyphicon glyphicon-th-list"></i>&nbsp;Cat�gories subsidiaire</a>
				<ul >
					<li ><a href="<?php echo $this->baseUrl; ?>/backoffice/category2" >Visualiser</a></li>
					<li ><a href="<?php echo $this->baseUrl; ?>/backoffice/category2/add" >Ajouter</a></li> 
				</ul>
			</li>
		<?php } ?>
		<?php if ($this->useradmin['isCommand'] == 1 ) { ?>
			<li class="<?php if ($this->currentMenu == "Command") { echo "active"; }?>">
				<a href="#forms" class="forms"><i class="glyphicon glyphicon-list-alt"></i>&nbsp;Commandes & Devis</a>
				<ul >
					<li><a href="<?php echo $this->baseUrl; ?>/backoffice/command/listcommand" >Commandes</a></li>
					<li><a href="<?php echo $this->baseUrl; ?>/backoffice/command/listdevis" >Devis</a></li>
					<li><a href="<?php echo $this->baseUrl; ?>/backoffice/command/search" >Rechercher</a></li>
				</ul>
			</li>
		<?php } ?>
		<?php if ($this->useradmin['isPromo'] == 1 ) { ?>
			<li class="<?php if ($this->currentMenu == "Promos") { echo "active"; }?>">
				<a href="#forms" class="forms"><i class="glyphicon glyphicon-list-alt"></i>&nbsp;Promos & Remises</a>
				<ul >
					<li><a href="<?php echo $this->baseUrl; ?>/backoffice/promotion/product" >Sur le produit</a></li>
					<li ><a href="<?php echo $this->baseUrl; ?>/backoffice/promotion/command" >Sur la commande</a></li>
					<li ><a href="<?php echo $this->baseUrl; ?>/backoffice/promotion/user" >Sur le client</a></li>
					<li ><a href="<?php echo $this->baseUrl; ?>/backoffice/promotion/codereduction" >Codes r�duction</a></li>
					<?php if ($this->useradmin['isAdmin'] == 1 ) { ?>
						<li><a href="<?php echo $this->baseUrl; ?>/backoffice/productglobal" >G�n�ralit�s</a></li>		
					<?php } ?>
				</ul>
			</li>
		<?php } ?>
		<?php if ($this->useradmin['isSupplier'] == 1 ) { ?>
			<li class="<?php if ($this->currentMenu == "Supplier") { echo "active"; }?>">
				<a href="<?php echo $this->baseUrl; ?>/backoffice/supplier" class="loginoptions"><i class="glyphicon glyphicon-user"></i>&nbsp;Fournisseurs</a>
				<ul >
					<li><a href="<?php echo $this->baseUrl; ?>/backoffice/supplier" >Visualiser</a></li>
					<li><a href="<?php echo $this->baseUrl; ?>/backoffice/supplier/add" >Ajouter</a></li>
				</ul>
			</li>
		<?php } ?>
		<?php if ($this->useradmin['isUser'] == 1 ) { ?>
			<li  class="<?php if ($this->currentMenu == "User") { echo "active"; }?>">
				<a href="<?php echo $this->baseUrl; ?>/backoffice/user/list" class="loginoptions"><i class="glyphicon glyphicon-user"></i>&nbsp;Clients</a>
				<ul >
				  <li><a href="<?php echo $this->baseUrl; ?>/backoffice/user/list" >Visualiser</a></li>
				  <li><a href="<?php echo $this->baseUrl; ?>/backoffice/user/search" >Rechercher</a></li>
				  <li><a href="<?php echo $this->baseUrl; ?>/backoffice/user/codeinterne" >Codes internes</a></li>
				  <li><a href="<?php echo $this->baseUrl; ?>/backoffice/user/newsletter" >Newsletter</a></li>
				  <li><a href="<?php echo $this->baseUrl; ?>/backoffice/fidelitypoint/list" >Carte fid�lit�</a></li>
					
				<?php if ($this->FeatureProductSendDetail || $this->FeatureProductDocumentDownloadGuest) { ?>
				<li><a href="<?php echo $this->baseUrl; ?>/backoffice/user/guest" >Invit�s</a></li>
				<?php } ?>

				</ul>
			</li>
		<?php } ?>
		<?php if ($this->useradmin['isPromo'] == 1 ) { ?>
			<li class="<?php if ($this->currentMenu == "AnnonceContent" || 
			$this->currentMenu == "AnnonceFront"|| 
			$this->currentMenu == "AnnonceLeft"|| 
			$this->currentMenu == "AnnonceFooter"|| 
			$this->currentMenu == "AnnonceRight") { echo "active"; }?>">
				<a href="#pages" class="pages"><i class="glyphicon glyphicon-edit"></i>&nbsp;Annonces</a>
				<ul >
					<li><a href="<?php echo $this->baseUrl; ?>/backoffice/annoncecontent" >Publicit� sur l'accueil</a></li>
					<li><a href="<?php echo $this->baseUrl; ?>/backoffice/annoncefront" >Information sur l'accueil</a></li>	
					<li><a href="<?php echo $this->baseUrl; ?>/backoffice/annonceright" >Mise en avant sur l'accueil</a></li>
					<li><a href="<?php echo $this->baseUrl; ?>/backoffice/annonceleft" >Publicit� par cat�gorie</a></li>				
					<li ><a href="<?php echo $this->baseUrl; ?>/backoffice/annoncefooter" >Bas de page</a></li>
				</ul>
			</li>
		<?php } ?>  
		<?php if ($this->useradmin['isFooter'] == 1 ) { ?>
			<li  class="<?php if ($this->currentMenu == "Footer") { echo "active"; }?>">
				<a href="<?php echo $this->baseUrl; ?>/backoffice/footer" class="pages"><i class="glyphicon glyphicon-edit"></i>&nbsp;Pied de page</a>
				<ul >
					<li><a href="<?php echo $this->baseUrl; ?>/backoffice/footer" >Visualiser</a></li>
					<li><a href="<?php echo $this->baseUrl; ?>/backoffice/footer/add" >Ajouter</a></li>
				</ul>
			</li>
		<?php } ?> 
		<?php if ($this->useradmin['isFooter'] == 1 ) { ?>
			<li class="<?php if ($this->currentMenu == "Document") { echo "active"; }?>">
				<a href="<?php echo $this->baseUrl; ?>/backoffice/footer/doc" class="pages"><i class="glyphicon glyphicon-edit"></i>&nbsp;Documents</a>
			</li>
		<?php } ?>
		<?php if ($this->useradmin['isStats'] == 1 ) { ?>
			<li class="<?php if ($this->currentMenu == "Stats") { echo "active"; }?>">
				<a href="<?php echo $this->baseUrl; ?>/backoffice/statistic/stats" class="charts"><i class="fa fa-line-chart"></i>&nbsp;Statistiques</a>
			</li>
		<?php }?>
		<?php if ($this->useradmin['isStats'] == 1 ) { ?>
			<li class="<?php if ($this->currentMenu == "Export") { echo "active"; }?>">
				<a href="#charts" class="charts"><i class="glyphicon glyphicon-floppy-saved"></i>&nbsp;Exports</a>
				<ul >
					<li><a href="<?php echo $this->baseUrl; ?>/backoffice/csv/sitemapxml" >G�n�rer le sitemap</a></li>
					<li><a href="<?php echo $this->baseUrl; ?>/backoffice/csv/exporthello" >CSV -> Hello pro</a></li>
					<li><a href="<?php echo $this->baseUrl; ?>/backoffice/csv/exportleguide" >CSV -> Le Guide</a></li>
					<li><a href="<?php echo $this->baseUrl; ?>/backoffice/csv/exportciao" >CSV -> CIA o</a></li>
					<li><a href="<?php echo $this->baseUrl; ?>/backoffice/csv/exportkelkoo" >CSV -> Kelkoo</a></li> 
				</ul>
			</li>
			<li class="<?php if ($this->currentMenu == "Ebp") { echo "active"; }?>">
				<a href="<?php echo $this->baseUrl; ?>/backoffice/ebp" class="charts"><i class="glyphicon glyphicon-transfer"></i>&nbsp;EBP</a>
			</li>
		<?php } ?>

		<?php if ($this->useradmin['isMaintenance'] == 1 ) { ?>
			<li class="<?php if ($this->currentMenu == "Scripts") { echo "active"; }?>">
				<a href="<?php echo $this->baseUrl; ?>/backoffice/maintenance" class="charts" ><i class="fa fa-spinner"></i>&nbsp;Scripts</a>
			</li>
			<li class="<?php if ($this->currentMenu == "Prestashop") { echo "active"; }?>">
				<a href="<?php echo $this->baseUrl; ?>/backoffice/prestashop" class="charts" ><i class="fa fa-spinner"></i>&nbsp;Prestashop</a>
			</li>
		<?php }?> 
			<li class="<?php if ($this->currentMenu == "Blog" || $this->currentMenu == "BlogCategory") { echo "active"; }?>">
				<a href="#" class="charts" ><i class="fa fa-spinner"></i>&nbsp;Blog</a>
				<ul>
					<li><a href="<?php echo $this->baseUrl; ?>/backoffice/blogcomment">Commentaires</a></li>
					<li><a href="<?php echo $this->baseUrl; ?>/backoffice/blogsubject" >Sujets</a></li>
					<li><a href="<?php echo $this->baseUrl; ?>/backoffice/blogcategory" >Cat�gories</a></li> 
				</ul>
			</li> 
		<?php }?> 
		
		<?php if ($this->useradmin['isAdmin'] == 1 ) { ?>
			<li  class="<?php if ($this->currentMenu == "Admin") { echo "active"; }?>">
				<a href="<?php echo $this->baseUrl; ?>/backoffice/admin" class="loginoptions"><i class="glyphicon glyphicon-user"></i>&nbsp;Administrateurs</a>
				<ul >
					<li><a href="<?php echo $this->baseUrl; ?>/backoffice/admin" >Visualiser</a></li>
					<li><a href="<?php echo $this->baseUrl; ?>/backoffice/admin/add" >Ajouter</a></li>
				</ul>
			</li>
		<?php } ?> 
		
		<?php if ($this->useradmin['isStats'] == 1 ) { ?>
			<li class="<?php if ($this->currentMenu == "Logs") { echo "active"; }?>">
				<a href="#charts" class="charts"><i class="glyphicon glyphicon-info-sign"></i>&nbsp;Logs</a>
				<ul >
					<li><a href="<?php echo $this->baseUrl; ?>/backoffice/statistic/logadmin" >Administration</a></li>
					<li><a href="<?php echo $this->baseUrl; ?>/backoffice/statistic/logdefault" >Publique</a></li> 
					<li><a href="<?php echo $this->baseUrl; ?>/backoffice/statistic/searchkey" >Recherche des mots cl�s</a></li>
					<li><a href="<?php echo $this->baseUrl; ?>/backoffice/csv/sitemapxml" >Sitemap</a></li> 
				</ul>
			</li>
		<?php } ?> 
			
		</ul>
		<div class="clearfix"></div>
	</nav>
	<div class="clearfix"></div>
</header>menuajax.phtml000060400000006733150713254320007431 0ustar00

<script type="text/javascript"> 
	$(function(){
		ddsmoothmenu.init({
			mainmenuid: "smoothMenu", //menu DIV id
			orientation: 'v', //Horizontal or vertical menu: Set to "h" or "v"
			classname: 'ddsmoothmenu', //class added to menu's outer DIV
			contentsource: "markup" //"markup" or ["container_id", "path_to_menu_file"]
		});
	});
</script>
<?php  
$params = array(
		'CATEGORIE_CURRENT' => 0, 
		'BASE_URL' => $this->baseUrl,
		'RESULT_MENUS' =>array(),
		'COLORS' => $this->designColors
);
if (isset($this->actualDesign) && !empty($this->actualDesign)) {
	$params['CATEGORIE_CURRENT'] = $this->actualDesign['idCategory'];
}

function generateHTMLMenu($data, $params) {
	$result = '';
	foreach ($data as $row) {
		if (isset($row['CATEGORIE']) && !empty($row['CATEGORIE'])) {

			$link_href = $params['BASE_URL']."/".Utils_Tool::getFormattedUrlCategory($row['CATEGORIE']['NAVNOM_URLPARENTS'], $row['CATEGORIE']['NAVNOM'], $row['CATEGORIE']['ID']);
				
			if ($row['CATEGORIE']['ID'] < 10) {
				
				if ($row['CATEGORIE']['ID'] == 1) {
					$result .= '<ul>'; 
				}
			
				$params['CATEGORIE_PARENT'] = $row['CATEGORIE']['ID'];

				$stringClass = "";
				if ($params['CATEGORIE_CURRENT'] == $row['CATEGORIE']['ID'] ) {
					$stringClass = "Selected";
				}
				 
				$result .= '<li class="linkOngletFirst">';
				$result .= '<a class="linkOnglet'.$stringClass.'_'.$row['CATEGORIE']['ID'].'" href="'.$link_href.'" id="fg-menu-category-'.$row['CATEGORIE']['ID'].'" >';
				
				if ($row['CATEGORIE']['ID'] == 1) {
					$result .= '<span>Manutention, levage</span>';
				} else  if ($row['CATEGORIE']['ID'] == 2) {
					$result .= "<span>Pr�vention de l'environnement</span>";
				} else if ($row['CATEGORIE']['ID'] == 3) {
					$result .= '<span>Stockage, rayonnage</span>';
				} else if ($row['CATEGORIE']['ID'] == 4) {
					$result .= '<span>Entretien et propret�</span>';
				} else if ($row['CATEGORIE']['ID'] == 5) {
					$result .= '<span>Protection, s�curit�</span>';
				} else if ($row['CATEGORIE']['ID'] == 6) {
					$result .= '<span>Emballage</span>';
				} else if ($row['CATEGORIE']['ID'] == 7) {
					$result .= '<span>Outillage</span>';
				} else if ($row['CATEGORIE']['ID'] == 8) {
					$result .= "<span>Mobilier d'atelier</span>";
				} else if ($row['CATEGORIE']['ID'] == 9) {
					$result .= '<span>Mobilier de bureau</span>';
				} else {
					$result .= '<span>'.$row['CATEGORIE']['NOM'].'</span>';
				}
			
				$result .= '</a>';

				$result .= '<ul style="border:1px solid '.$params['COLORS'][$params['CATEGORIE_PARENT']].';">';

				if (isset($row['CHILDS']) && !empty($row['CHILDS'])) {
					$result .= generateHTMLMenu($row['CHILDS'], $params);
				}
			}  else { 
				$result .= '<li >';
				$result .= '<a href="'.$link_href.'" class="linkSubOnglet_'.$params['CATEGORIE_PARENT'].'">';
				$result .= $row['CATEGORIE']['NOM'];
				$result .= '</a>';
				if ($row['LEVEL'] < 2) {
					if (isset($row['CHILDS']) && !empty($row['CHILDS'])) {
						$result .= '<ul style="border:1px solid '.$params['COLORS'][$params['CATEGORIE_PARENT']].';">';
						$result .= generateHTMLMenu($row['CHILDS'], $params);
						$result .= '</ul>';
					}
				}
				$result .= '</li>';
				
			}

			if ($row['CATEGORIE']['ID'] < 10) {
				$result .= '</ul></li>';  
			}
		} 
	}
	return $result;
}
?>

<noscript>
<?php $listMenu = generateHTMLMenu($this->listallcategories, $params);?>
</noscript> 
 <div class="menuOnglets">
	 <div id="smoothMenu" class="ddsmoothmenu" >
	<?php echo $listMenu;?>
	</div>  
 </div>
 







extraLayout.phtml000060400000000704150713254320010132 0ustar00<?php if ($this->listallannoncesfooter) { ?>
<div class="extraLayoutOpt">
<?php 
	$listAnnonce = $this->listallannoncesfooter;
	foreach ($listAnnonce as $row) {
		$tabCategorie = explode(';',$row['CAT_ID']); 
		$selectedCategorie = array();
		for ($i=0;$i<sizeof($tabCategorie);$i++) {
			if ($this->breadcrumb[0]['ID'] == $tabCategorie[$i]) {
			?>
			<div  class="menuExtraOpt"> <?php echo $row['CONTENT'];?> </div>
	<?php } } } ?>
</div>
<?php }  ?>footerLayout.phtml000060400000005131150713254320010304 0ustar00
<div class="footerBg col-sm-12 visible-sm visible-md visible-lg hidden-print">
	<div class="footerBgContent">
	
		<div class="col-sm-9">
		<?php 
			$custom_info_id = 4; 
			$listFooters = $this->listFooters;
      if (isset($listFooters)) {
      
			foreach ($listFooters as $footer) { ?>
	  			<div class="col-sm-4 footerTitle" >
			<?php if (empty($footer['URL'])) { ?>
						<a href="<?php echo $this->baseUrl; ?>/info<?php echo "-".$footer['ID']; ?>/<?php echo str_replace("page/","",$footer['TITRENAV']).".html"; ?>">
						
						<?php if ($footer['ID'] == $custom_info_id) {?>
							<img src="<?php echo $this->baseUrl; ?>/business/image/box-devdurable.png">
						<?php }
						echo $footer['TITRE']; ?></a>
					<?php } else { ?>
						<a target="_blank" href="http://<?php echo $footer['URL']; ?>"><?php echo $footer['TITRE']; ?></a>
			<?php } ?> 
  			</div>
		<?php }} ?>
      <div class="col-sm-4 footerTitle" >
        <a href="<?php echo $this->baseUrl; ?>/nos-marques.html">Nos marques</a>
      </div>
		</div>
  			<div class="col-sm-3" >
  				<div class="col-sm-12 footerMediaBoxTitle">Nous suivre sur :</div>
  				<div class="col-sm-12 footerMediaBox"><a target="_blank" href="<?php echo $this->link_media_facebook; ?>" data-placement="right" class="tooltips" title="Notre Facebook"><img src="<?php echo $this->baseUrl; ?>/business/image/icon-facebook.png"/> <span>Facebook</span></a></div>
  				<div class="col-sm-12 footerMediaBox"><a target="_blank" href="<?php echo $this->link_media_google; ?>" data-placement="right" class="tooltips" title="Notre page Google"><img src="<?php echo $this->baseUrl; ?>/business/image/icon-google.png"/> <span>Google +</span></a></div>
  				<div class="col-sm-12 footerMediaBox"><a target="_blank" href="<?php echo $this->link_media_twitter; ?>" data-placement="right" class="tooltips" title="Suivez nous sur Twitter"><img src="<?php echo $this->baseUrl; ?>/business/image/icon-twitter.png"/> <span>Twitter</span></a></div>
  				<div class="col-sm-12 footerMediaBox"><a target="_blank" href="<?php echo $this->link_media_viadeo; ?>"  data-placement="right" class="tooltips" title="Contactez nous via Viadeo"><img src="<?php echo $this->baseUrl; ?>/business/image/icon-viadeo.png"/> <span>Viadeo</span></a></div>
  			</div>
  			<div class="col-sm-12 text-center" >
  				<?php echo $this->custom_text_1; ?>
  			</div>
  	</div>
  	
  	
  	<div class="footerTitleRealised col-sm-12 visible-sm visible-md visible-lg hidden-print text-center">
  		<a href="http://www.web-entreprise.net" title="Web Entreprise" target="_blank">Site r�alis� par Web Entreprise</a>
  	</div>
  	
</div>extraFooterLayout.phtml000060400000003631150713254320011313 0ustar00
<style type="text/css">
    .box-bottom-command {
        background: url('/business/image/bon-de-commande.jpg') bottom;
        height: 138px;
    }
    .box-bottom-command a {
        height: 140px;
        display:block;
    }
    .box-bottom-command a:link, .box-bottom-command a:visited, .box-bottom-command a:active {
        text-decoration: none;
        color: #bd2f2c;
    }
    .box-bottom-command a:hover {
        text-decoration: none;
    }
    .box-bottom-command-title {
        color: #5B595A;
        font-weight: bold;
        text-align: center;
        font-size: 20px;
        text-decoration: none;
    }
    .box-bottom-command-link {
        color: #bd2f2c;
        margin-top: 30px;
        font-size: 15px;
        text-align: right;
    }
    .box-bottom-command a:hover .box-bottom-command-link {
        text-decoration: underline;
    }
</style>
<div class="col-xs-12 hidden-print <?php echo $this->prefixPromoClass; ?>footer-content-divider"></div>
<div class="col-xs-12 noPadding footer-content-container hidden-print" >
	<?php 
		$extraFooter = $this->listallannoncesfooter;
		if (isset($extraFooter)) {		
			$counter = 0;
			foreach ($extraFooter as $row) { 
				if ($counter < 2) { ?>
					<div class="col-md-4 col-sm-6 col-xs-12 indexBox4 visible-md visible-lg noPadding" style="overflow: hidden; overflow-y:auto; ">	
						 <?php 	echo $row['CONTENT']; ?>
					</div>
			<?php } 
			$counter++;
		}
	} ?>
	<div class="col-md-4 col-sm-6 col-xs-12 indexBox4 noPadding footer-content-box-last noMargin visible-md visible-lg" style="margin-top: 10px;">
		<div  class="box-bottom-command">
            <a href="<?php echo $this->baseUrl; ?>/doc/bondecommande.pdf" target="_blank">
                <div class="box-bottom-command-title">T�l�charger un bon de commande</div>
                <div class="box-bottom-command-link">T�l�charger <br />& imprimer</div>
            </a>
	    </div> 
	</div> 
    
</div>headerLayoutTopMenu.phtml000060400000017261150714036260011557 0ustar00
<?php if ($this->currentMenu == "Product") { ?>
 <li><a href="<?php echo $this->baseUrl; ?>/backoffice/product" ><i class="glyphicon glyphicon-eye-open"></i>Visualiser</a></li>
<li><a href="<?php echo $this->baseUrl; ?>/backoffice/product/add" ><i class="glyphicon glyphicon-plus"></i>Ajouter</a></li>
<li><a href="<?php echo $this->baseUrl; ?>/backoffice/product/search" ><i class="glyphicon glyphicon-search"></i>Recherche avanc�e</a></li>
<li><a href="<?php echo $this->baseUrl; ?>/backoffice/product/keywordsengine" ><i class="glyphicon glyphicon-cog"></i>Moteur de recherche</a></li>
<?php } ?>
<?php if ($this->currentMenu == "Option") { ?>
<li><a href="<?php echo $this->baseUrl; ?>/backoffice/product/option" ><i class="glyphicon glyphicon-th"></i>D�tail du produit</a></li>
<li><a href="<?php echo $this->baseUrl; ?>/backoffice/productoptionlist/option" ><i class="glyphicon glyphicon-th-list"></i>S�lectionnable</a></li>
<?php } ?>
<?php if ($this->currentMenu == "Category") { ?>
<li ><a href="<?php echo $this->baseUrl; ?>/backoffice/category" ><i class="glyphicon glyphicon-eye-open"></i>Visualiser</a></li>
<li ><a href="<?php echo $this->baseUrl; ?>/backoffice/category/add" ><i class="glyphicon glyphicon-plus"></i>Ajouter</a></li>  
<?php } ?>
<?php if ($this->currentMenu == "CategorySubs") { ?>
<li ><a href="<?php echo $this->baseUrl; ?>/backoffice/category2" ><i class="glyphicon glyphicon-eye-open"></i>Visualiser</a></li>
<li ><a href="<?php echo $this->baseUrl; ?>/backoffice/category2/add" ><i class="glyphicon glyphicon-plus"></i>Ajouter</a></li> 
<?php } ?>
<?php if ($this->currentMenu == "Command") { ?>
<li><a href="<?php echo $this->baseUrl; ?>/backoffice/command/listcommand" ><i class="glyphicon glyphicon-eye-open"></i>Commandes</a></li>
<li><a href="<?php echo $this->baseUrl; ?>/backoffice/command/listdevis" ><i class="glyphicon glyphicon-eye-open"></i>Devis</a></li>
<li><a href="<?php echo $this->baseUrl; ?>/backoffice/command/search" ><i class="glyphicon glyphicon-search"></i>Rechercher</a></li>
<?php } ?>
<?php if ($this->currentMenu == "Promos") { ?>
<li><a href="<?php echo $this->baseUrl; ?>/backoffice/promotion/product" ><i class="glyphicon glyphicon-eye-open"></i>Produit</a></li>
<li ><a href="<?php echo $this->baseUrl; ?>/backoffice/promotion/command" ><i class="glyphicon glyphicon-eye-open"></i>Commande</a></li>
<li ><a href="<?php echo $this->baseUrl; ?>/backoffice/promotion/user" ><i class="glyphicon glyphicon-eye-open"></i>Client</a></li>
<li ><a href="<?php echo $this->baseUrl; ?>/backoffice/promotion/codereduction" ><i class="glyphicon glyphicon-barcode"></i>Codes r�duction</a></li>
	<?php if ($this->useradmin['isAdmin'] == 1 ) { ?>
	<li><a href="<?php echo $this->baseUrl; ?>/backoffice/productglobal" ><i class="glyphicon glyphicon-eye-open"></i>G�n�ralit�s</a></li>		
	<?php } ?>
<?php } ?>
<?php if ($this->currentMenu == "Supplier") { ?>
<li><a href="<?php echo $this->baseUrl; ?>/backoffice/supplier" ><i class="glyphicon glyphicon-eye-open"></i>Visualiser</a></li>
<li><a href="<?php echo $this->baseUrl; ?>/backoffice/supplier/add" ><i class="glyphicon glyphicon-plus"></i>Ajouter</a></li>
<?php } ?>
<?php if ($this->currentMenu == "User") { ?>
<li><a href="<?php echo $this->baseUrl; ?>/backoffice/user/list" ><i class="glyphicon glyphicon-eye-open"></i>Visualiser</a></li>
<li><a href="<?php echo $this->baseUrl; ?>/backoffice/user/search" ><i class="glyphicon glyphicon-search"></i>Rechercher</a></li>
<li><a href="<?php echo $this->baseUrl; ?>/backoffice/user/codeinterne" ><i class="glyphicon glyphicon-barcode"></i>Codes Internes</a></li>
<li><a href="<?php echo $this->baseUrl; ?>/backoffice/user/newsletter" ><i class="glyphicon glyphicon-envelope"></i>Newsletter</a></li>
<li><a href="<?php echo $this->baseUrl; ?>/backoffice/fidelitypoint/list" ><i class="glyphicon glyphicon-credit-card"></i>Carte fid�lit�</a></li>

<?php if ($this->FeatureProductSendDetail || $this->FeatureProductDocumentDownloadGuest) { ?>
<li><a href="<?php echo $this->baseUrl; ?>/backoffice/user/guest" ><i class="glyphicon glyphicon-user"></i>Invit�s</a></li>
<?php } ?>
<?php } ?>
<?php if ($this->currentMenu == "Admin") { ?>
<li><a href="<?php echo $this->baseUrl; ?>/backoffice/admin" ><i class="glyphicon glyphicon-eye-open"></i>Visualiser</a></li>
<li><a href="<?php echo $this->baseUrl; ?>/backoffice/admin/add" ><i class="glyphicon glyphicon-plus"></i>Ajouter</a></li>
<?php } ?>
<?php if ($this->currentMenu == "AnnonceContent") { ?>
<li><a href="<?php echo $this->baseUrl; ?>/backoffice/annoncecontent" ><i class="glyphicon glyphicon-plus"></i>Ajouter</a></li>
<?php } ?>
<?php if ($this->currentMenu == "AnnonceFront") { ?>
<li><a href="<?php echo $this->baseUrl; ?>/backoffice/annoncefront" ><i class="glyphicon glyphicon-plus"></i>Ajouter</a></li>
<?php } ?>
<?php if ($this->currentMenu == "AnnonceLeft") { ?>
<li><a href="<?php echo $this->baseUrl; ?>/backoffice/annonceleft" ><i class="glyphicon glyphicon-plus"></i>Ajouter</a></li>
<?php } ?>
<?php if ($this->currentMenu == "AnnonceRight") { ?>
<li><a href="<?php echo $this->baseUrl; ?>/backoffice/annonceright" ><i class="glyphicon glyphicon-plus"></i>Ajouter</a></li>
<?php } ?>
<?php if ($this->currentMenu == "AnnonceFooter") { ?>
<li><a href="<?php echo $this->baseUrl; ?>/backoffice/annoncefooter" ><i class="glyphicon glyphicon-plus"></i>Ajouter</a></li>
<?php } ?>
<?php if ($this->currentMenu == "Footer") { ?>
<li><a href="<?php echo $this->baseUrl; ?>/backoffice/footer" ><i class="glyphicon glyphicon-eye-open"></i>Visualiser</a></li>
<li><a href="<?php echo $this->baseUrl; ?>/backoffice/footer/add" ><i class="glyphicon glyphicon-plus"></i>Ajouter</a></li>
<?php } ?>
<?php if ($this->currentMenu == "Logs") { ?>
<li><a href="<?php echo $this->baseUrl; ?>/backoffice/statistic/logadmin" ><i class="glyphicon glyphicon-eye-open"></i>Administration</a></li>
<li><a href="<?php echo $this->baseUrl; ?>/backoffice/statistic/logdefault" ><i class="glyphicon glyphicon-eye-open"></i>Publique</a></li> 
<li><a href="<?php echo $this->baseUrl; ?>/backoffice/statistic/searchkey" ><i class="glyphicon glyphicon-eye-open"></i>Recherche des mots cl�s</a></li>
<?php } ?>
<?php if ($this->currentMenu == "BlogCategory") { ?> 
<li><a href="<?php echo $this->baseUrl; ?>/backoffice/blogcategory/" ><i class="glyphicon glyphicon-eye-open"></i>Rechercher</a></li>
<li><a href="<?php echo $this->baseUrl; ?>/backoffice/blogcategory/add" ><i class="glyphicon glyphicon-plus"></i>Ajouter</a></li> 
<?php } ?> 
<?php if ($this->currentMenu == "BlogComment") { ?> 
<li><a href="<?php echo $this->baseUrl; ?>/backoffice/blogcomment/" ><i class="glyphicon glyphicon-eye-open"></i>Rechercher</a></li>
<li><a href="<?php echo $this->baseUrl; ?>/backoffice/blogcomment/add" ><i class="glyphicon glyphicon-plus"></i>Ajouter</a></li>
<?php } ?> 
<?php if ($this->currentMenu == "BlogSubject") { ?> 
<li><a href="<?php echo $this->baseUrl; ?>/backoffice/blogsubject/" ><i class="glyphicon glyphicon-eye-open"></i>Rechercher</a></li>
<li><a href="<?php echo $this->baseUrl; ?>/backoffice/blogsubject/add" ><i class="glyphicon glyphicon-plus"></i>Ajouter</a></li>
<?php } ?> 
<?php if ($this->currentMenu == "AnnonceCms") { ?> 
<li><a href="<?php echo $this->baseUrl; ?>/backoffice/annoncecms/" ><i class="glyphicon glyphicon-eye-open"></i>Visualiser</a></li>
<li><a href="<?php echo $this->baseUrl; ?>/backoffice/annoncecms/add" ><i class="glyphicon glyphicon-plus"></i>Ajouter</a></li>
<?php } ?> 
<?php if ($this->currentMenu == "AnnonceGallery") { ?> 
<li><a href="<?php echo $this->baseUrl; ?>/backoffice/annoncegallery/" ><i class="glyphicon glyphicon-eye-open"></i>Visualiser</a></li>
<li><a href="<?php echo $this->baseUrl; ?>/backoffice/annoncegallery/add" ><i class="glyphicon glyphicon-plus"></i>Ajouter</a></li>
<?php } ?> 






headerLayoutTop.phtml000060400000004362150714036260010730 0ustar00

<header class="hidden-print">
                <!-- User Section Start -->
                <div class="user">
                    <div class="logo">
                        <a href="<?php echo $this->baseUrl; ?>/backoffice"><?php echo $this->siteName; ?></a>
                    </div>   
                    <div class="welcome">
                        <p>Bienvenue</p>
                        <h5><a href="<?php echo $this->baseUrl; ?>/backoffice"><?php echo $this->escape($this->useradmin['nom']). ' '.$this->escape($this->useradmin['prenom']).'.'; ?></a></h5>
                    </div>
                </div>
                <!-- User Section End -->
                <!-- Search Section Start -->
			<?php  if ($this->isSiteEbusiness) {  ?>
                <div class="search-box">
                	<form method="POST" action="/backoffice/product/search" id="searchbarform">
	                    <input type="text" placeholder="Rechercher un produit" name="search" id="searchbarinput" />
	                    <input type="submit" value="go" />
                    </form>
                </div>
			<?php  }  ?>
                <!-- Search Section End -->
                <!-- Header Top Navigation Start -->
                <nav class="topnav">
                    <ul id="nav1">
		 				<?php echo $this->render("headerLayoutTopMenu.phtml"); ?>
                        <li class="settings">
                        	<a href="#"><i class="glyphicon glyphicon-wrench"></i>Param�tres</a>
                            <div class="popdown popdown-right settings">
                            	<nav>
                                    <a href="http://www.web-entreprise.net/0/demander-des-informations-sur-les-produits-solutions-et-services-professionnels-de-web-entreprise" target="_blank"><i class="glyphicon glyphicon-question-sign"></i>Besoin d'aides ?</a>
                                    <a href="<?php echo $this->baseUrl; ?>/backoffice/auth/logout"><i class="glyphicon glyphicon-log-out"></i>D�connexion</a>
                                </nav>
                            </div>
                        </li>
                    </ul>
                </nav>
                <!-- Header Top Navigation End -->
                <div class="clearfix"></div>
            </header>