UGT Andalucía reclama que las personas con discapacidad desarrollen una vida activa en la sociedad en igualdad de condiciones
Se ha producido un error al procesar la plantilla.
Encountered "<EOF>" at 20289NOTICIAS_FORMATO_TC[line 1, column 5100] Was expecting one of: "(" ... <RPAREN> ... <ESCAPE_DIRECTIVE> ... <SET_DIRECTIVE> ... "##" ... "\\\\" ... "\\" ... <TEXT> ... <SINGLE_LINE_COMMENT> ... "*#" ... "*#" ... <STRING_LITERAL> ... <END> ... <IF_DIRECTIVE> ... <ELSEIF_DIRECTIVE> ... <ELSE_DIRECTIVE> ... <STOP_DIRECTIVE> ... <INTEGER_LITERAL> ... <FLOATING_POINT_LITERAL> ... <WORD> ... <BRACKETED_WORD> ... <IDENTIFIER> ... <DOT> ... "{" ... "}" ...
1#set($fechaPublicacion = $dateTool.format("dd/MM/yyyy", $dateTool.toDate("EEE, dd MMM yyyy hh:mm:ss Z", $reserved-article-display-date.getData()), $locale)) #if( $request.size() == 0) ## PREVISUALIZACION (de noticia completa) <div style="width: 720px; background: #FFFFFF; margin: 0px auto; padding: 20px;"> <article class="noticia completa"> <h3><a href="#">$titulo.getData()</a></h3> <div class="entradilla"> <p>$subtitulo.getData()</p> </div> #if($imagen_principal.getData() && $imagen_principal.getData() != "") <figure> #if($pie_imagen_principal.getData() && $pie_imagen_principal.getData() != "") <img alt="$pie_imagen_principal.getData()" src="$imagen_principal.getData()" /> <figcaption>$pie_imagen_principal.getData()</figcaption> #else <img alt="Imagen noticia" src="$imagen_principal.getData()" /> #end </figure> #end <div class="cuerpo"> $cuerpo.getData() </div> </article> </div> #else #set ($Integer = 0) #set ($grupoId = $Integer.parseInt($groupId)) #set($layoutLocalService = $serviceLocator.findService("com.liferay.portal.service.LayoutLocalService")) #set($currentLayout = $layoutLocalService.getLayout($getterUtil.getLong($request.theme-display.plid))) #if($currentLayout.isPrivateLayout()) #set($esPrivada = true) #else #set($esPrivada = false) #end #set($xyz = $layoutLocalService.getFriendlyURLLayout($grupoId,$esPrivada,"/noticias")) #if ($xyz) #set($publicador-instance-id = $xyz.getExpandoBridge().getAttribute("publicador-instance-id")) #if($publicador-instance-id) #if($esPrivada) #set($url-noticia-leer-mas = $request.theme-display.path-friendly-url-private-group+"/"+$grupoId+"/noticias/-/asset_publisher/"+$publicador-instance-id+"/content/"+$reserved-article-url-title.data) #else #set($url-noticia-leer-mas = $request.theme-display.path-friendly-url-public+"/"+$grupoId+"/noticias/-/asset_publisher/"+$publicador-instance-id+"/content/"+$reserved-article-url-title.data) #end #else #set($url-noticia-leer-mas = "#") #end #else #set($url-noticia-leer-mas = "#") #end #set($portlet-id = $request.theme-display.portlet-display.root-portlet-id) #if ($portlet-id == 56) ##NOTICIA EN PORTADA <article class="noticia tipo01 separador_inf"> <h3> <a href="$url-noticia-leer-mas">$titulo.getData()</a> </h3> <div class="cuerpo"> <p> $fechaPublicacion - $cuerpo_portada.getData() <a class="leer_mas_noticias" href="$url-noticia-leer-mas">Leer más.</a> <span style="float: right;"><a href="#" class="btn_subir" onclick="javascript: window.scrollTo(0,0);">subir</a></span> </p> </div> </article> #elseif ($portlet-id == 101) ##NOTICIA AMPLIADA <article class="noticia completa"> <h3><a href="$url-noticia-leer-mas">$titulo.getData()</a></h3> <div class="entradilla"> <p>$subtitulo.getData()</p> </div> <div class="addthis_toolbox addthis_default_style"> <p><span style="float:left"> $fechaPublicacion |</span> <a class="addthis_button_facebook_like" fb:like:action="recommend"></a> <a class="addthis_button_tweet"></a> <a class="addthis_button_google_plusone" g:plusone:count="false"></a> </p> </div> <script type="text/javascript" src="/ugt-theme/js/addthis_widget.js#pubid=xa-4e970ac52a961400"></script> #if($imagen_principal.getData() && $imagen_principal.getData() != "") <figure> #if($pie_imagen_principal.getData() && $pie_imagen_principal.getData() != "") <img alt="$pie_imagen_principal.getData()" src="$imagen_principal.getData()" /> <figcaption>$pie_imagen_principal.getData()</figcaption> #else <img alt="Imagen noticia" src="$imagen_principal.getData()" /> #end </figure> #end <div class="cuerpo"> $fechaPublicacion | $cuerpo.getData() </div> </article> #end #end