Sfoglia il codice sorgente

align

feature/portos_bo_portlet
E-A B 2 anni fa
parent
commit
a26b1a17da
  1. 31
      liferay-plugins-sdk-6.2/themes/portos-private-fe-theme/docroot/templates/header.ftl
  2. 11
      liferay-plugins-sdk-6.2/themes/portos-private-theme/docroot/templates/navigation.ftl
  3. 2
      liferay-plugins-sdk-6.2/themes/portos-public-theme/docroot/templates/header.ftl

31
liferay-plugins-sdk-6.2/themes/portos-private-fe-theme/docroot/templates/header.ftl

@ -1,7 +1,7 @@
<div id="heading"> <div id="heading">
<div class="header"> <div class="header">
<h1 class="site-title visible-md visible-lg"> <h1 class="site-title visible-md visible-lg">
<a class="${logo_css_class}" href="http://pti.regione.sicilia.it/"> <a class="${logo_css_class}" href="http://www.regione.sicilia.it/">
<#assign logo_url = "${images_folder}/logo-rt.png" /> <#assign logo_url = "${images_folder}/logo-rt.png" />
<img class="logo-img hidden-xs" alt="${logo_description}" src="${logo_url}" <img class="logo-img hidden-xs" alt="${logo_description}" src="${logo_url}"
height="${site_logo_height}" height="${site_logo_height}"
@ -28,17 +28,22 @@
</div> </div>
</#if> </#if>
<h2 class="page-title visible-md visible-lg"> <h2 class="page-title visible-md visible-lg">
<a href="${site_default_url}"> <a href="${site_default_url}">
<img class="img-site" alt="${logo_description}" height="${site_logo_height}" <#if propsUtil.get("mwg.test.display")?has_content >
src="${images_folder}/etoscana-dark-text.png" width="${site_logo_width}"/> <#assign test_display = propsUtil.get("mwg.test.display") />
</a> <h3>${test_display}</h3>
</h2> <#else>
</div> <img class="img-site" alt="${logo_description}" height="${site_logo_height}"
<div class="navigation"> src="${images_folder}/etoscana-dark-text.png" width="${site_logo_width}"/>
<#if has_navigation> </#if>
<#include "${full_templates_path}/navigation.ftl" /> </a>
</#if> </h2>
</div> </div>
<div class="navigation">
<#if has_navigation>
<#include "${full_templates_path}/navigation.ftl" />
</#if>
</div>
<!--<div class="navigation-overlay hidden" style="height: 59px;"></div>--> <!--<div class="navigation-overlay hidden" style="height: 59px;"></div>-->
</div> </div>

11
liferay-plugins-sdk-6.2/themes/portos-private-theme/docroot/templates/navigation.ftl

@ -19,9 +19,14 @@
</ul> </ul>
</nav> </nav>
<h2 class="page-title"> <h2 class="page-title">
<a href="${site_default_url}"> <a href="${site_default_url}">
<img class="img-site" alt="${logo_description}" src="${images_folder}/etoscana-white-text.png"/> <#if propsUtil.get("mwg.test.display")?has_content >
</a> <#assign test_display = propsUtil.get("mwg.test.display") />
<h4 style="color:white">${test_display}</h4>
<#else>
<img class="img-site" alt="${logo_description}" src="${images_folder}/etoscana-white-text.png"/>
</#if>
</a>
</h2> </h2>
<div class="subheader-right"> <div class="subheader-right">
<#if user_name != "" > <#if user_name != "" >

2
liferay-plugins-sdk-6.2/themes/portos-public-theme/docroot/templates/header.ftl

@ -1,6 +1,6 @@
<div id="heading"> <div id="heading">
<h1 class="site-title"> <h1 class="site-title">
<a class="${logo_css_class}" href="http://pti.regione.sicilia.it/"> <a class="${logo_css_class}" href="http://www.regione.sicilia.it/">
<#assign logo_url = "${images_folder}/logo-rs-testo.png" /> <#assign logo_url = "${images_folder}/logo-rs-testo.png" />
<img class="logo-img hidden-xs" alt="${logo_description}" src="${logo_url}" height="${site_logo_height}" <img class="logo-img hidden-xs" alt="${logo_description}" src="${logo_url}" height="${site_logo_height}"
width="${site_logo_width}"/> width="${site_logo_width}"/>

Caricamento…
Annulla
Salva