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