Esempio n. 1
0
        <ul>
          <li><img alt="FEDER Alpes" title="FEDER Alpes" src="/static/images/cda/FEDER-Alpes_70.jpg"></li>
          <li><img alt="EUROPE" title="EUROPE" src="/static/images/cda/EUROPE_70.jpg"></li>
          <li><img alt="DATAR" title="DATAR" src="/static/images/cda/datar.jpg"></li>
          <li><img alt="Rhônes Alpes" title="Rhônes Alpes" src="/static/images/cda/rhones-alpes_70.jpg"></li>
          <li><img alt="Conseil Général 06" title="Conseil Général 06" src="/static/images/cda/alpemaritime.jpg"></li>
          <li><img alt="Languedoc Rousillon" title="Languedoc Rousillon" src="/static/images/cda/LanguedoRousillon.jpg"></li>
          <li><img alt="Aquitaine" title="Aquitaine" src="/static/images/cda/Aquitaine.jpg"></li>
          <li><img alt="PACA" title="PACA" src="/static/images/cda/paca_70.jpg"></li>
        </ul>
        <p class="credentials"><?php 
    echo __('cda partners tips');
    ?>
</p>
      </div>
    </div>
  </div>
  <?php 
}
?>
</div>
    <?php 
minify_include_body_javascripts($combine, $debug);
minify_include_maps_javascripts($combine);
include_partial('common/tracker', array('addthis' => sfContext::getInstance()->getResponse()->hasParameter('addthis', 'helper/asset/addthis')));
// Prompt ie6 users to install Chrome Frame - no adm rights required. chromium.org/developers/how-tos/chrome-frame-getting-started
?>
    <!--[if lt IE 7 ]><script src="//ajax.googleapis.com/ajax/libs/chrome-frame/1.0.3/CFInstall.min.js"></script><script>window.attachEvent("onload",function(){CFInstall.check({mode:"overlay"})})</script><![endif]-->
</body>
</html>
Esempio n. 2
0
?>
    <div id="holder">
        <header id="page_header">
        <?php 
$header_partial = $action == 'view' && $footer_type == 'cda' ? 'portals/cda_header' : 'common/header';
include_partial($header_partial, array('lang_code' => $lang_code));
if (sfConfig::get('app_production') != 1) {
    include_partial('common/dev_env');
}
?>
        </header>
        <div id="content_box">
            <?php 
echo $sf_data->getRaw('sf_content');
?>
            </div>
        </div>
        <?php 
include_partial('common/footer', array('sf_cache_key' => $footer_type . '_' . $lang, 'lang_code' => $lang_code, 'footer_type' => $footer_type));
?>
    </div>
    <?php 
minify_include_body_javascripts($combine, $debug);
minify_include_maps_javascripts($combine, $debug);
include_partial('common/tracker', array('addthis' => sfContext::getInstance()->getResponse()->hasParameter('addthis', 'helper/asset/addthis')));
// Prompt ie6 users to install Chrome Frame - no adm rights required. chromium.org/developers/how-tos/chrome-frame-getting-started
?>
    <!--[if lt IE 7 ]><script src="//ajax.googleapis.com/ajax/libs/chrome-frame/1/CFInstall.min.js"></script><script>window.attachEvent("onload",function(){CFInstall.check({mode:"overlay"})})</script><![endif]-->
</body>
</html>