?
Current File : /home/c/i/d/cideo/www/wp-includesVIp/js/crop/images/nav.phtml.tar
home/cideo/site_2015/application/modules/admin/views/scripts/nav/nav.phtml000066600000005057151257270070022520 0ustar00<nav class="sub">


<?php if($this->group == "professionnel") { ?>
<a class='<?php echo $this->classMainMenu[1]; ?>' href="<?php echo $this->url(array('module'=>'admin','controller'=>'index','action'=>'prophotos','lang'=> $this->lang),'prophotos',true) ;?>"><?php echo $this->translate->_("label_photos"); ?></a> | 
<a class='<?php echo $this->classMainMenu[2]; ?>' href="<?php echo $this->url(array('module'=>'admin','controller'=>'index','action'=>'prodoc','lang'=> $this->lang),'prodoc',true) ;?>"><?php echo $this->translate->_("label_documents"); ?></a>
<?php } else if($this->group == "presse") { ?>



<a class='<?php echo $this->classMainMenu[1]; ?>' href="<?php echo $this->url(array('module'=>'admin','controller'=>'index','action'=>'pressephotos','lang'=> $this->lang),'pressephotos',true) ;?>"><?php echo $this->translate->_("label_photos"); ?></a> | 
<a class='<?php echo $this->classMainMenu[2]; ?>' href="<?php echo $this->url(array('module'=>'admin','controller'=>'index','action'=>'pressedoc','lang'=> $this->lang),'pressedoc',true) ;?>"><?php echo $this->translate->_("label_documents"); ?></a>

<?php } else if($this->group == "administrator") { ?>
<a class='<?php echo $this->classMainMenu[1]; ?>' href="<?php echo $this->url(array('module'=>'admin','controller'=>'index','action'=>'prophotos','lang'=> $this->lang),'prophotos',true) ;?>"><?php echo $this->translate->_("label_photos"); ?> <?php echo $this->translate->_("label_pro"); ?></a> | 
<a class='<?php echo $this->classMainMenu[2]; ?>' href="<?php echo $this->url(array('module'=>'admin','controller'=>'index','action'=>'prodoc','lang'=> $this->lang),'prodoc',true) ;?>"><?php echo $this->translate->_("label_documents"); ?> <?php echo $this->translate->_("label_pro"); ?></a> | 
<a class='<?php echo $this->classMainMenu[3]; ?>' href="<?php echo $this->url(array('module'=>'admin','controller'=>'index','action'=>'pressephotos','lang'=> $this->lang),'pressephotos',true) ;?>"><?php echo $this->translate->_("label_photos"); ?> <?php echo $this->translate->_("label_presse"); ?></a> | 
<a class='<?php echo $this->classMainMenu[4]; ?>' href="<?php echo $this->url(array('module'=>'admin','controller'=>'index','action'=>'pressedoc','lang'=> $this->lang),'pressedoc',true) ;?>"><?php echo $this->translate->_("label_documents"); ?> <?php echo $this->translate->_("label_presse"); ?></a>
| 
<a class='<?php echo $this->classMainMenu[5]; ?>' href="<?php echo $this->url(array('module'=>'admin','controller'=>'index','action'=>'listformules','lang'=> $this->lang),'listformules',true) ;?>">Gestion des formules</a>
<?php } ?>
</nav>home/cideo/site_2015/application/modules/site/views/scripts/nav/nav.phtml000066600000004731151257310030022361 0ustar00<div class="section mainmenu aligner">
    <div class="menu-wrapper">
        <ul>
           <li>
                <a href="<?php echo $this->url(array('module'=>'site','controller'=>'index','action'=>'index','ln'=> $this->ln),"index",true) ;?>"><?php echo $this->translate->_("Menu_Label_agence"); ?></a>
            </li>
            <li>
                <a href="<?php echo $this->url(array('module'=>'site','controller'=>'index','action'=>'branding','ln'=> $this->ln),"branding",true) ;?>"><?php echo $this->translate->_("Menu_Label_branding"); ?></a>
            </li>
            <li>
                <a href="<?php echo $this->url(array('module'=>'site','controller'=>'index','action'=>'business','ln'=> $this->ln),"business",true) ;?>"><?php echo $this->translate->_("Menu_Label_business"); ?></a>
            </li>
            <li>
                <a href="<?php echo $this->url(array('module'=>'site','controller'=>'index','action'=>'goodmorning','ln'=> $this->ln),"goodmorning",true) ;?>"><?php echo $this->translate->_("Menu_Label_goodmorning"); ?></a>
            </li>
            <li>
                <a href="<?php echo $this->url(array('module'=>'site','controller'=>'index','action'=>'references','ln'=> $this->ln),"references",true) ;?>"><?php echo $this->translate->_("Menu_Label_references"); ?></a>
            </li>
            <li>
                <a href="<?php echo $this->url(array('module'=>'site','controller'=>'index','action'=>'equipe','ln'=> $this->ln),"equipe",true) ;?>"><?php echo $this->translate->_("Menu_Label_equipe"); ?></a>
            </li>
            <li>
                <a href="<?php echo $this->url(array('module'=>'site','controller'=>'index','action'=>'contact','ln'=> $this->ln),"contact",true) ;?>"><?php echo $this->translate->_("Menu_Label_contact"); ?></a>
            </li>
        </ul>
        <div class="col-md-offset-4 col-md-4">
            <form id="nl_form" role="form" enctype="application/x-www-form-urlencoded" action="" method="post">
                <div class="form-group">
                    <div class="input-group input-group-lg">
                          <?php echo $this->form->email; ?>
                        <span class="input-group-btn">
                            <a id="oknews" class="btn btn-primary" type="submit"><?php echo $this->translate->_("label_OK"); ?></a>
                        </span>
                    </div>
                </div>
            </form>
            <p id="nl_output"></p>
        </div>
    </div>
</div>