Actualidad
Virhe tapahtui prosessoidessa esitysmallia.
Method public java.util.List com.liferay.portal.model.impl.LayoutImpl.getChildren() throws com.liferay.portal.kernel.exception.SystemException threw an exception when invoked on {uuid=e14ef12f-8723-4689-a6d3-a3a6eff8dcd7, plid=25144, groupId=20182, companyId=20155, userId=20547, userName=, createDate=Mon Apr 08 18:55:24 CEST 2019, modifiedDate=Thu Oct 17 10:50:37 CEST 2024, privateLayout=false, layoutId=270, parentLayoutId=227, name=<?xml version='1.0' encoding='UTF-8'?><root available-locales="es_ES" default-locale="es_ES"><Name language-id="es_ES">Personas con discapacidad</Name></root>, title=, description=, keywords=, robots=, type=portlet, typeSettings=column-1=56_INSTANCE_T8grGJDztIYP, column-1-customizable=false column-2=56_INSTANCE_IzaHjFES8n4t,56_INSTANCE_zARDBBOFOQx3,101_INSTANCE_p3pwChS3Ku0N, column-2-customizable=false column-3-customizable=false column-4-customizable=false column-5=56_INSTANCE_XvoMb032Soh9, column-5-customizable=false column-6=56_INSTANCE_rMfLpqJF9rtN,101_INSTANCE_auoaAiw5ceog column-6-customizable=false layout-template-id=murcia-social-area-tematica Layout layoutUpdateable=true sitemap-changefreq=daily sitemap-include=1 , hidden=true, friendlyURL=/personas-con-discapacidad, iconImage=false, iconImageId=0, themeId=classic, colorSchemeId=, wapThemeId=, wapColorSchemeId=, css=.murcia-social .left_details.interior-agenda .title2 { } .murcia-social .left_details.generico .title2 { line-height: 52px; } .murcia-social .left_details .title2 { font-size: 41px; color: #28a4e0; letter-spacing: -2px; line-height: 38px; margin: 0; font-weight: 700; margin-bottom: 16px; } .nav.nav-add-controls, .nav.nav-account-controls{ font-size:13px; } .aui .breadcrumb { background-color: transparent !important; margin-bottom: 0 !important; margin-top: 0px !important; }, priority=11, layoutPrototypeUuid=, layoutPrototypeLinkEnabled=false, sourcePrototypeLayoutUuid=} with arguments of types []
1<#assign serviceContext = staticUtil["com.liferay.portal.service.ServiceContextThreadLocal"].getServiceContext()>
2<#assign themeDisplay = serviceContext.getThemeDisplay() />
3<#assign layouts = themeDisplay.getLayout().getChildren() />
4
5<div class="sidebar-module">
6 <div class="title-blue">¿Qué desea ver?</div>
7 <!-- .arrow_links -->
8 <div class="arrow_links">
9 <#list layouts as currentLayout>
10 <#if !getterUtil.getBoolean(currentLayout.isHidden())>
11
12 <a href="${themeDisplay.getPathFriendlyURLPublic()}${themeDisplay.getScopeGroup().getFriendlyURL()}${currentLayout.getFriendlyURL()}">
13 <div class="arrow_link">
14 ${currentLayout.getNameCurrentValue()} <img class="pull-right" src="${themeDisplay.getPathThemeImages()}/icons/icon_arrow.png" alt="${currentLayout.getTitleCurrentValue()}">
15 </div>
16 </a>
17 </#if>
18 </#list>
19 </div>
20 <!-- /.arrow_links -->
21</div>