Mattia Gosetto
3 anni fa
31 ha cambiato i file con 301 aggiunte e 264 eliminazioni
@ -1,45 +1,49 @@
|
||||
<div id="heading"> |
||||
<div class="header"> |
||||
<h1 class="site-title visible-md visible-lg"> |
||||
<a class="${logo_css_class}" href="http://pti.regione.sicilia.it/"> |
||||
<#assign logo_url = "${images_folder}/logo-rt.png" /> |
||||
<img class="logo-img hidden-xs" alt="${logo_description}" src="${logo_url}" |
||||
height="${site_logo_height}" |
||||
width="${site_logo_width}"/> |
||||
<img class="logo-img visible-xs" alt="${logo_description}" src="${images_folder}/logo-mobile.png" |
||||
height="${site_logo_height}" |
||||
width="auto"/> |
||||
</a> |
||||
</h1> |
||||
|
||||
<div class="header"> |
||||
<h1 class="site-title visible-md visible-lg"> |
||||
<a class="${logo_css_class}" href="http://pti.regione.sicilia.it/"> |
||||
<#assign logo_url = "${images_folder}/logo-rt.png" /> |
||||
<img class="logo-img hidden-xs" alt="${logo_description}" src="${logo_url}" |
||||
height="${site_logo_height}" |
||||
width="${site_logo_width}"/> |
||||
<img class="logo-img visible-xs" alt="${logo_description}" src="${images_folder}/logo-mobile.png" |
||||
height="${site_logo_height}" |
||||
width="auto"/> |
||||
</a> |
||||
</h1> |
||||
<#assign ddmTemplate_news = theme.getSetting("ddmTemplate-news") /> |
||||
<#if ddmTemplate_news!= ""> |
||||
<div class="carousel-container"> |
||||
|
||||
<#assign ddmTemplate_news = theme.getSetting("ddmTemplate-news") /> |
||||
<#if ddmTemplate_news!= ""> |
||||
<div class="carousel-container"> |
||||
<#assign portlet_id = "101" /> |
||||
<#assign instance_id = "carosello_header"+plid /> |
||||
|
||||
<#assign portlet_id = "101" /> |
||||
<#assign instance_id = "carosello_header"+plid /> |
||||
<#assign VOID = freeMarkerPortletPreferences.setValue("displayStyle", "${ddmTemplate_news}")> |
||||
<#assign my_portlet_id = "${portlet_id}_INSTANCE_${instance_id}" /> |
||||
|
||||
<#assign VOID = freeMarkerPortletPreferences.setValue("displayStyle", "${ddmTemplate_news}")> |
||||
<#assign my_portlet_id = "${portlet_id}_INSTANCE_${instance_id}" /> |
||||
${theme.runtime(my_portlet_id, "",freeMarkerPortletPreferences)} |
||||
<#assign VOID = freeMarkerPortletPreferences.reset()> |
||||
|
||||
${theme.runtime(my_portlet_id, "",freeMarkerPortletPreferences)} |
||||
<#assign VOID = freeMarkerPortletPreferences.reset()> |
||||
</div> |
||||
</#if> |
||||
|
||||
</div> |
||||
</#if> |
||||
|
||||
<h2 class="page-title visible-md visible-lg"> |
||||
<a href="${site_default_url}"> |
||||
<img class="img-site" alt="${logo_description}" height="${site_logo_height}" |
||||
src="${images_folder}/etoscana-dark-text.png" width="${site_logo_width}"/> |
||||
</a> |
||||
</h2> |
||||
</div> |
||||
<div class="navigation"> |
||||
<#if has_navigation> |
||||
<#include "${full_templates_path}/navigation.ftl" /> |
||||
</#if> |
||||
</div> |
||||
<h2 class="page-title visible-md visible-lg"> |
||||
<a href="${site_default_url}"> |
||||
<#if propsUtil.get("mwg.test.display")?has_content > |
||||
<#assign test_display = propsUtil.get("mwg.test.display") /> |
||||
<h3>${test_display}</h3> |
||||
<#else> |
||||
<img class="img-site" alt="${logo_description}" height="${site_logo_height}" |
||||
src="${images_folder}/etoscana-dark-text.png" width="${site_logo_width}"/> |
||||
</#if> |
||||
</a> |
||||
</h2> |
||||
</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> |
@ -1,45 +1,49 @@
|
||||
<div id="heading"> |
||||
<div class="header"> |
||||
<h1 class="site-title visible-md visible-lg"> |
||||
<a class="${logo_css_class}" href="http://pti.regione.sicilia.it/"> |
||||
<#assign logo_url = "${images_folder}/logo-rt.png" /> |
||||
<img class="logo-img hidden-xs" alt="${logo_description}" src="${logo_url}" |
||||
height="${site_logo_height}" |
||||
width="${site_logo_width}"/> |
||||
<img class="logo-img visible-xs" alt="${logo_description}" src="${images_folder}/logo-mobile.png" |
||||
height="${site_logo_height}" |
||||
width="auto"/> |
||||
</a> |
||||
</h1> |
||||
|
||||
<div class="header"> |
||||
<h1 class="site-title visible-md visible-lg"> |
||||
<a class="${logo_css_class}" href="http://pti.regione.sicilia.it/"> |
||||
<#assign logo_url = "${images_folder}/logo-rt.png" /> |
||||
<img class="logo-img hidden-xs" alt="${logo_description}" src="${logo_url}" |
||||
height="${site_logo_height}" |
||||
width="${site_logo_width}"/> |
||||
<img class="logo-img visible-xs" alt="${logo_description}" src="${images_folder}/logo-mobile.png" |
||||
height="${site_logo_height}" |
||||
width="auto"/> |
||||
</a> |
||||
</h1> |
||||
<#assign ddmTemplate_news = theme.getSetting("ddmTemplate-news") /> |
||||
<#if ddmTemplate_news!= ""> |
||||
<div class="carousel-container"> |
||||
|
||||
<#assign ddmTemplate_news = theme.getSetting("ddmTemplate-news") /> |
||||
<#if ddmTemplate_news!= ""> |
||||
<div class="carousel-container"> |
||||
<#assign portlet_id = "101" /> |
||||
<#assign instance_id = "carosello_header"+plid /> |
||||
|
||||
<#assign portlet_id = "101" /> |
||||
<#assign instance_id = "carosello_header"+plid /> |
||||
<#assign VOID = freeMarkerPortletPreferences.setValue("displayStyle", "${ddmTemplate_news}")> |
||||
<#assign my_portlet_id = "${portlet_id}_INSTANCE_${instance_id}" /> |
||||
|
||||
<#assign VOID = freeMarkerPortletPreferences.setValue("displayStyle", "${ddmTemplate_news}")> |
||||
<#assign my_portlet_id = "${portlet_id}_INSTANCE_${instance_id}" /> |
||||
${theme.runtime(my_portlet_id, "",freeMarkerPortletPreferences)} |
||||
<#assign VOID = freeMarkerPortletPreferences.reset()> |
||||
|
||||
${theme.runtime(my_portlet_id, "",freeMarkerPortletPreferences)} |
||||
<#assign VOID = freeMarkerPortletPreferences.reset()> |
||||
</div> |
||||
</#if> |
||||
|
||||
</div> |
||||
</#if> |
||||
|
||||
<h2 class="page-title visible-md visible-lg"> |
||||
<a href="${site_default_url}"> |
||||
<img class="img-site" alt="${logo_description}" height="${site_logo_height}" |
||||
src="${images_folder}/etoscana-dark-text.png" width="${site_logo_width}"/> |
||||
</a> |
||||
</h2> |
||||
</div> |
||||
<div class="navigation"> |
||||
<#if has_navigation> |
||||
<#include "${full_templates_path}/navigation.ftl" /> |
||||
</#if> |
||||
</div> |
||||
<h2 class="page-title visible-md visible-lg"> |
||||
<a href="${site_default_url}"> |
||||
<#if propsUtil.get("mwg.test.display")?has_content > |
||||
<#assign test_display = propsUtil.get("mwg.test.display") /> |
||||
<h3>${test_display}</h3> |
||||
<#else> |
||||
<img class="img-site" alt="${logo_description}" height="${site_logo_height}" |
||||
src="${images_folder}/etoscana-dark-text.png" width="${site_logo_width}"/> |
||||
</#if> |
||||
</a> |
||||
</h2> |
||||
</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> |
@ -1,89 +1,87 @@
|
||||
<nav class="${nav_css_class} main-menu" id="navigation" role="navigation"> |
||||
<ul class="hidden-xs hidden-sm" aria-label="<@liferay.language key=" site-pages |
||||
" />" role="menubar"> |
||||
<#list nav_items as nav_item> |
||||
<#assign title = nav_item.getName() > |
||||
|
||||
<#assign nav_item_attr_selected = "" /> |
||||
<#assign nav_item_css_class = "" /> |
||||
|
||||
<#if nav_item.isSelected()> |
||||
<#assign nav_item_attr_selected = "aria-selected='true'" /> |
||||
<#assign nav_item_css_class = "selected" /> |
||||
</#if> |
||||
|
||||
<li ${nav_item_attr_selected} class="${nav_item_css_class}" id="layout_${nav_item.getLayoutId()}" |
||||
role="presentation"> |
||||
<a aria-labelledby="layout_${nav_item.getLayoutId()}" href="${nav_item.getURL()}" ${nav_item.getTarget()} role="menuitem"> |
||||
<span>${title}</span> |
||||
</a> |
||||
</li> |
||||
|
||||
</#list> |
||||
</ul> |
||||
<ul class="hidden-xs hidden-sm" aria-label="<@liferay.language key="site-pages" />" role="menubar"> |
||||
<#list nav_items as nav_item> |
||||
<#assign title = nav_item.getName() > |
||||
<#assign nav_item_attr_selected = "" /> |
||||
<#assign nav_item_css_class = "" /> |
||||
<#if nav_item.isSelected()> |
||||
<#assign nav_item_attr_selected = "aria-selected='true'" /> |
||||
<#assign nav_item_css_class = "selected" /> |
||||
</#if> |
||||
<li ${nav_item_attr_selected} class="${nav_item_css_class}" id="layout_${nav_item.getLayoutId()}" |
||||
role="presentation"> |
||||
<a aria-labelledby="layout_${nav_item.getLayoutId()}" href="${nav_item.getURL()}" |
||||
${nav_item.getTarget()} role="menuitem"> |
||||
<span>${title}</span> |
||||
</a> |
||||
</li> |
||||
</#list> |
||||
</ul> |
||||
</nav> |
||||
|
||||
<h2 class="page-title"> |
||||
<a href="${site_default_url}"> |
||||
<img class="img-site" alt="${logo_description}" src="${images_folder}/etoscana-white-text.png"/> |
||||
</a> |
||||
<a href="${site_default_url}"> |
||||
<#if propsUtil.get("mwg.test.display")?has_content > |
||||
<#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> |
||||
|
||||
|
||||
<div class="subheader-right"> |
||||
<#if user_name != "" > |
||||
<div class="name-user"> |
||||
<span class="fa fa-user-circle"></span> |
||||
${user_name} |
||||
</div> |
||||
<div class="info-user"> |
||||
<#assign organizationservice = serviceLocator.findService('com.liferay.portal.service.OrganizationLocalService') /> |
||||
<#assign organizations = organizationservice.getUserOrganizations(user_id) > |
||||
<#assign org_names = ""> |
||||
<#if organizations?has_content> |
||||
<#list organizations as org> |
||||
<#assign org_names = org_names+" - ${org.getName()}"> |
||||
</#list> |
||||
</#if> |
||||
<#if org_names?has_content> |
||||
<p class="info-user__location">${org_names?substring(3)}</p> |
||||
</#if> |
||||
|
||||
<#assign userGroupRoleService = serviceLocator.findService('com.liferay.portal.service.UserGroupRoleLocalService') /> |
||||
<#assign roles = userGroupRoleService.getUserGroupRoles(user_id) > |
||||
<#assign role_names = ""> |
||||
<#if roles?has_content> |
||||
<#list roles as role> |
||||
<#assign roleName = role.getRole().getName()> |
||||
<#if !roleName?matches('.*Owner') > |
||||
<#assign roleName = roleName?replace('portos_', '')?replace('_',' ')?capitalize> |
||||
<#if !role_names?contains(roleName) > |
||||
<#assign role_names = role_names+", ${roleName}"> |
||||
</#if> |
||||
</#if> |
||||
</#list> |
||||
</#if> |
||||
<#if role_names?has_content> |
||||
<p class="info-user__occupazione">${role_names?substring(2)}</p> |
||||
</#if> |
||||
</div> |
||||
<div class="header-separator"></div> |
||||
</#if> |
||||
<#if user_name != "" > |
||||
<div class="name-user"> |
||||
<span class="fa fa-user-circle"></span> |
||||
${user_name} |
||||
</div> |
||||
<div class="info-user"> |
||||
<#assign organizationservice = serviceLocator.findService('com.liferay.portal.service.OrganizationLocalService') /> |
||||
<#assign organizations = organizationservice.getUserOrganizations(user_id) > |
||||
<#assign org_names = ""> |
||||
<#if organizations?has_content> |
||||
<#list organizations as org> |
||||
<#assign org_names = org_names+" - ${org.getName()}"> |
||||
</#list> |
||||
</#if> |
||||
<#if org_names?has_content> |
||||
<p class="info-user__location">${org_names?substring(3)}</p> |
||||
</#if> |
||||
|
||||
<#assign userGroupRoleService = serviceLocator.findService('com.liferay.portal.service.UserGroupRoleLocalService') /> |
||||
<#assign roles = userGroupRoleService.getUserGroupRoles(user_id) > |
||||
<#assign role_names = ""> |
||||
<#if roles?has_content> |
||||
<#list roles as role> |
||||
<#assign roleName = role.getRole().getName()> |
||||
<#if !roleName?matches('.*Owner') > |
||||
<#assign roleName = roleName?replace('portos_', '')?replace('_',' ')?capitalize> |
||||
<#if !role_names?contains(roleName) > |
||||
<#assign role_names = role_names+", ${roleName}"> |
||||
</#if> |
||||
</#if> |
||||
</#list> |
||||
</#if> |
||||
<#if role_names?has_content> |
||||
<p class="info-user__occupazione">${role_names?substring(2)}</p> |
||||
</#if> |
||||
</div> |
||||
<div class="header-separator"></div> |
||||
</#if> |
||||
|
||||
<div class="notification-header"> |
||||
<span class="notification-header__icon fa fa-bell-o"></span> |
||||
<#assign liferay_portlet = PortalJspTagLibs["/WEB-INF/tld/liferay-portlet-ext.tld"] /> |
||||
<div class="notification-header"> |
||||
<span class="notification-header__icon fa fa-bell-o"></span> |
||||
<#assign liferay_portlet = PortalJspTagLibs["/WEB-INF/tld/liferay-portlet-ext.tld"] /> |
||||
|
||||
<#assign portlet_id = "2_WAR_notificationsportlet" /> |
||||
${theme.runtime(portlet_id)} |
||||
<#assign portlet_id = "2_WAR_notificationsportlet" /> |
||||
${theme.runtime(portlet_id)} |
||||
|
||||
</div> |
||||
</div> |
||||
|
||||
<span class="btn btn-danger button-menu-right"> |
||||
<span class="btn btn-danger button-menu-right"> |
||||
<span class="toggle"> |
||||
<span class="toggle-line"></span> |
||||
<span class="toggle-line"></span> |
||||
<span class="toggle-line"></span> |
||||
</span> |
||||
</span> |
||||
</span> |
||||
</div> |
@ -1,89 +1,87 @@
|
||||
<nav class="${nav_css_class} main-menu" id="navigation" role="navigation"> |
||||
<ul class="hidden-xs hidden-sm" aria-label="<@liferay.language key=" site-pages |
||||
" />" role="menubar"> |
||||
<#list nav_items as nav_item> |
||||
<#assign title = nav_item.getName() > |
||||
|
||||
<#assign nav_item_attr_selected = "" /> |
||||
<#assign nav_item_css_class = "" /> |
||||
|
||||
<#if nav_item.isSelected()> |
||||
<#assign nav_item_attr_selected = "aria-selected='true'" /> |
||||
<#assign nav_item_css_class = "selected" /> |
||||
</#if> |
||||
|
||||
<li ${nav_item_attr_selected} class="${nav_item_css_class}" id="layout_${nav_item.getLayoutId()}" |
||||
role="presentation"> |
||||
<a aria-labelledby="layout_${nav_item.getLayoutId()}" href="${nav_item.getURL()}" ${nav_item.getTarget()} role="menuitem"> |
||||
<span>${title}</span> |
||||
</a> |
||||
</li> |
||||
|
||||
</#list> |
||||
</ul> |
||||
<ul class="hidden-xs hidden-sm" aria-label="<@liferay.language key="site-pages" />" role="menubar"> |
||||
<#list nav_items as nav_item> |
||||
<#assign title = nav_item.getName() > |
||||
<#assign nav_item_attr_selected = "" /> |
||||
<#assign nav_item_css_class = "" /> |
||||
<#if nav_item.isSelected()> |
||||
<#assign nav_item_attr_selected = "aria-selected='true'" /> |
||||
<#assign nav_item_css_class = "selected" /> |
||||
</#if> |
||||
<li ${nav_item_attr_selected} class="${nav_item_css_class}" id="layout_${nav_item.getLayoutId()}" |
||||
role="presentation"> |
||||
<a aria-labelledby="layout_${nav_item.getLayoutId()}" href="${nav_item.getURL()}" |
||||
${nav_item.getTarget()} role="menuitem"> |
||||
<span>${title}</span> |
||||
</a> |
||||
</li> |
||||
</#list> |
||||
</ul> |
||||
</nav> |
||||
|
||||
<h2 class="page-title"> |
||||
<a href="${site_default_url}"> |
||||
<img class="img-site" alt="${logo_description}" src="${images_folder}/etoscana-white-text.png"/> |
||||
</a> |
||||
<a href="${site_default_url}"> |
||||
<#if propsUtil.get("mwg.test.display")?has_content > |
||||
<#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> |
||||
|
||||
|
||||
<div class="subheader-right"> |
||||
<#if user_name != "" > |
||||
<div class="name-user"> |
||||
<span class="fa fa-user-circle"></span> |
||||
${user_name} |
||||
</div> |
||||
<div class="info-user"> |
||||
<#assign organizationservice = serviceLocator.findService('com.liferay.portal.service.OrganizationLocalService') /> |
||||
<#assign organizations = organizationservice.getUserOrganizations(user_id) > |
||||
<#assign org_names = ""> |
||||
<#if organizations?has_content> |
||||
<#list organizations as org> |
||||
<#assign org_names = org_names+" - ${org.getName()}"> |
||||
</#list> |
||||
</#if> |
||||
<#if org_names?has_content> |
||||
<p class="info-user__location">${org_names?substring(3)}</p> |
||||
</#if> |
||||
|
||||
<#assign userGroupRoleService = serviceLocator.findService('com.liferay.portal.service.UserGroupRoleLocalService') /> |
||||
<#assign roles = userGroupRoleService.getUserGroupRoles(user_id) > |
||||
<#assign role_names = ""> |
||||
<#if roles?has_content> |
||||
<#list roles as role> |
||||
<#assign roleName = role.getRole().getName()> |
||||
<#if !roleName?matches('.*Owner') > |
||||
<#assign roleName = roleName?replace('portos_', '')?replace('_',' ')?capitalize> |
||||
<#if !role_names?contains(roleName) > |
||||
<#assign role_names = role_names+", ${roleName}"> |
||||
</#if> |
||||
</#if> |
||||
</#list> |
||||
</#if> |
||||
<#if role_names?has_content> |
||||
<p class="info-user__occupazione">${role_names?substring(2)}</p> |
||||
</#if> |
||||
</div> |
||||
<div class="header-separator"></div> |
||||
</#if> |
||||
<#if user_name != "" > |
||||
<div class="name-user"> |
||||
<span class="fa fa-user-circle"></span> |
||||
${user_name} |
||||
</div> |
||||
<div class="info-user"> |
||||
<#assign organizationservice = serviceLocator.findService('com.liferay.portal.service.OrganizationLocalService') /> |
||||
<#assign organizations = organizationservice.getUserOrganizations(user_id) > |
||||
<#assign org_names = ""> |
||||
<#if organizations?has_content> |
||||
<#list organizations as org> |
||||
<#assign org_names = org_names+" - ${org.getName()}"> |
||||
</#list> |
||||
</#if> |
||||
<#if org_names?has_content> |
||||
<p class="info-user__location">${org_names?substring(3)}</p> |
||||
</#if> |
||||
|
||||
<#assign userGroupRoleService = serviceLocator.findService('com.liferay.portal.service.UserGroupRoleLocalService') /> |
||||
<#assign roles = userGroupRoleService.getUserGroupRoles(user_id) > |
||||
<#assign role_names = ""> |
||||
<#if roles?has_content> |
||||
<#list roles as role> |
||||
<#assign roleName = role.getRole().getName()> |
||||
<#if !roleName?matches('.*Owner') > |
||||
<#assign roleName = roleName?replace('portos_', '')?replace('_',' ')?capitalize> |
||||
<#if !role_names?contains(roleName) > |
||||
<#assign role_names = role_names+", ${roleName}"> |
||||
</#if> |
||||
</#if> |
||||
</#list> |
||||
</#if> |
||||
<#if role_names?has_content> |
||||
<p class="info-user__occupazione">${role_names?substring(2)}</p> |
||||
</#if> |
||||
</div> |
||||
<div class="header-separator"></div> |
||||
</#if> |
||||
|
||||
<div class="notification-header"> |
||||
<span class="notification-header__icon fa fa-bell-o"></span> |
||||
<#assign liferay_portlet = PortalJspTagLibs["/WEB-INF/tld/liferay-portlet-ext.tld"] /> |
||||
<div class="notification-header"> |
||||
<span class="notification-header__icon fa fa-bell-o"></span> |
||||
<#assign liferay_portlet = PortalJspTagLibs["/WEB-INF/tld/liferay-portlet-ext.tld"] /> |
||||
|
||||
<#assign portlet_id = "2_WAR_notificationsportlet" /> |
||||
${theme.runtime(portlet_id)} |
||||
<#assign portlet_id = "2_WAR_notificationsportlet" /> |
||||
${theme.runtime(portlet_id)} |
||||
|
||||
</div> |
||||
</div> |
||||
|
||||
<span class="btn btn-danger button-menu-right"> |
||||
<span class="btn btn-danger button-menu-right"> |
||||
<span class="toggle"> |
||||
<span class="toggle-line"></span> |
||||
<span class="toggle-line"></span> |
||||
<span class="toggle-line"></span> |
||||
</span> |
||||
</span> |
||||
</span> |
||||
</div> |
@ -1,26 +1,31 @@
|
||||
<div id="heading"> |
||||
<h1 class="site-title"> |
||||
<a class="${logo_css_class}" href="http://pti.regione.sicilia.it/"> |
||||
<#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}" |
||||
width="${site_logo_width}"/> |
||||
<img class="logo-img visible-xs" alt="${logo_description}" src="${images_folder}/logo-mobile.png" height="${site_logo_height}" |
||||
width="auto"/> |
||||
</a> |
||||
</h1> |
||||
<h1 class="site-title"> |
||||
<a class="${logo_css_class}" href="http://pti.regione.sicilia.it/"> |
||||
<#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}" |
||||
width="${site_logo_width}"/> |
||||
<img class="logo-img visible-xs" alt="${logo_description}" src="${images_folder}/logo-mobile.png" height="${site_logo_height}" |
||||
width="auto"/> |
||||
</a> |
||||
</h1> |
||||
|
||||
<h2 class="page-title"> |
||||
<a href="${site_default_url}"> |
||||
<img class="img-site" alt="${logo_description}" height="${site_logo_height}" |
||||
src="${images_folder}/etoscana-dark-text.png" width="${site_logo_width}"/> |
||||
</a> |
||||
</h2> |
||||
<h2 class="page-title"> |
||||
<a href="${site_default_url}"> |
||||
<#if propsUtil.get("mwg.test.display")?has_content > |
||||
<#assign test_display = propsUtil.get("mwg.test.display") /> |
||||
<h3>${test_display}</h3> |
||||
<#else> |
||||
<img class="img-site" alt="${logo_description}" height="${site_logo_height}" |
||||
src="${images_folder}/etoscana-dark-text.png" width="${site_logo_width}"/> |
||||
</#if> |
||||
</a> |
||||
</h2> |
||||
|
||||
<div class="navigation"> |
||||
<div class="navigation"> |
||||
|
||||
<#if has_navigation> |
||||
<#include "${full_templates_path}/navigation.ftl" /> |
||||
</#if> |
||||
<#if has_navigation> |
||||
<#include "${full_templates_path}/navigation.ftl" /> |
||||
</#if> |
||||
|
||||
</div> |
||||
</div> |
||||
</div> |
@ -1,26 +1,31 @@
|
||||
<div id="heading"> |
||||
<h1 class="site-title"> |
||||
<a class="${logo_css_class}" href="http://pti.regione.sicilia.it/"> |
||||
<#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}" |
||||
width="${site_logo_width}"/> |
||||
<img class="logo-img visible-xs" alt="${logo_description}" src="${images_folder}/logo-mobile.png" height="${site_logo_height}" |
||||
width="auto"/> |
||||
</a> |
||||
</h1> |
||||
<h1 class="site-title"> |
||||
<a class="${logo_css_class}" href="http://pti.regione.sicilia.it/"> |
||||
<#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}" |
||||
width="${site_logo_width}"/> |
||||
<img class="logo-img visible-xs" alt="${logo_description}" src="${images_folder}/logo-mobile.png" height="${site_logo_height}" |
||||
width="auto"/> |
||||
</a> |
||||
</h1> |
||||
|
||||
<h2 class="page-title"> |
||||
<a href="${site_default_url}"> |
||||
<img class="img-site" alt="${logo_description}" height="${site_logo_height}" |
||||
src="${images_folder}/etoscana-dark-text.png" width="${site_logo_width}"/> |
||||
</a> |
||||
</h2> |
||||
<h2 class="page-title"> |
||||
<a href="${site_default_url}"> |
||||
<#if propsUtil.get("mwg.test.display")?has_content > |
||||
<#assign test_display = propsUtil.get("mwg.test.display") /> |
||||
<h3>${test_display}</h3> |
||||
<#else> |
||||
<img class="img-site" alt="${logo_description}" height="${site_logo_height}" |
||||
src="${images_folder}/etoscana-dark-text.png" width="${site_logo_width}"/> |
||||
</#if> |
||||
</a> |
||||
</h2> |
||||
|
||||
<div class="navigation"> |
||||
<div class="navigation"> |
||||
|
||||
<#if has_navigation> |
||||
<#include "${full_templates_path}/navigation.ftl" /> |
||||
</#if> |
||||
<#if has_navigation> |
||||
<#include "${full_templates_path}/navigation.ftl" /> |
||||
</#if> |
||||
|
||||
</div> |
||||
</div> |
||||
</div> |
Caricamento…
Reference in new issue