Sie besitzen nicht die Rollen, um auf dieses Portlet zuzugreifen.
Sie besitzen nicht die Rollen, um auf dieses Portlet zuzugreifen.
Sie besitzen nicht die Rollen, um auf dieses Portlet zuzugreifen.
Fehler bei der Verarbeitung der Vorlage.
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=e93a31a2-7333-4955-9106-63ff8db8b6ef, plid=237907, groupId=20182, companyId=20155, userId=50842, userName=TOMAS DURAN VALERA, createDate=Wed Mar 09 13:07:44 CET 2022, modifiedDate=Wed Mar 23 13:55:49 CET 2022, privateLayout=false, layoutId=641, parentLayoutId=1, name=<?xml version='1.0' encoding='UTF-8'?><root available-locales="es_ES" default-locale="es_ES"><Name language-id="es_ES">Ucrania. Información sobre desplazados ucranianos</Name></root>, title=, description=, keywords=, robots=, type=portlet, typeSettings==56_INSTANCE_I1wVkZr0shvK,56_INSTANCE_OrU5vXDHcLp6
column-1=56_INSTANCE_Tl9zVI1dcvrI,
column-1-customizable=false
column-2=56_INSTANCE_eGzdIKVSgFbF,101_INSTANCE_4cs4urm6yCCJ,
column-2-customizable=false
column-3-customizable=false
column-4-customizable=false
column-5=56_INSTANCE_vULR5kRIZTlH,56_INSTANCE_TvcckPibw8II
column-5-customizable=false
column-6=56_INSTANCE_cRi1tF3AcILx,
column-6-customizable=false
layout-template-id=murcia-social-area-tematica Layout
layoutUpdateable=true
sitemap-changefreq=daily
sitemap-include=1
, hidden=false, friendlyURL=/ucrania, iconImage=false, iconImageId=0, themeId=murciasocialtheme_WAR_murciasocialtheme, 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;

}

/*Estilos nuevost*/

.murcia-social .contenido a:link {text-decoration:underline; color: #0000EE} /* Link no visitado*/
.murcia-social .contenido a:visited {text-decoration:underline; color:#551A8B} /*Link visitado*/
.murcia-social .contenido a:active {text-decoration:none; color: #EE0000} /*Link activo*/
.murcia-social .contenido a:hover {text-decoration:underline; color: #003399} /*Ratón sobre el link*/

.murcia-social li {
    line-height: normal;
}, priority=1, 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>