Publicaciones de la Consejería

En esta sección se puede acceder y consultar a texto completo las publicaciones realizadas y editadas en la Consejería. 

 

Actualidad Actualidad

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=ea5a9c90-0f6f-4f27-8078-a20347de3244, plid=25130, groupId=20182, companyId=20155, userId=20547, userName=, createDate=Tue Apr 09 09:41:59 CEST 2019, modifiedDate=Wed Dec 13 14:39:24 CET 2023, privateLayout=false, layoutId=263, parentLayoutId=225, name=<?xml version='1.0' encoding='UTF-8'?><root available-locales="es_ES" default-locale="es_ES"><Name language-id="es_ES">Publicaciones de Consejería</Name></root>, title=, description=, keywords=, robots=, type=portlet, typeSettings=column-1=56_INSTANCE_SqXVBsTFGayS,
column-1-customizable=false
column-2=56_INSTANCE_mxZAfASHFUiC,56_INSTANCE_zARDBBOFOQx3,101_INSTANCE_f9ESoVaMo9WZ,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-customizable=false
layout-template-id=murcia-social-area-tematica Layout
layoutUpdateable=true
sitemap-changefreq=daily
sitemap-include=1
, hidden=false, friendlyURL=/publicaciones3, 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=2, 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>