Plantilla Reportaje - Ahora
Nested Applications
As voces do mar
REPORTAXES
AS VOCES DO MAR
Son sentinelas, gardiáns. As persoas que vixían o mar que os demais navegamos. A base de escoitar, distinguen o rumor suave das augas revoltas. Os seus relatos —de rescate, de preservación, de prevención— levan 50 anos navegando.
Contenidos
Contenidos
- Galicia: "Todos nos dimos cuenta de que era necesario un cuerpo de rescate"
- Alicante: "Cada semana organizamos recogidas de basuras y quitamos redes rotas"
- Guipúzcoa : "Ahora tenemos los medios y nos falta la gente"
- Ceuta: "Cuando empecé no había mujeres, todo eran hombres de la mili"
- Guipúzcoa: "Dependiendo del barco, te estás jugando la vida"
- Ceuta: "El logotipo de la Cruz tranquiliza a las personas migrantes"
Cruz Roja
ESCRITO POR:
ENTREVISTA POR:
Cruz Roja
Ahora banner compartelo pequeño
Compártelo
Parte 1 Las voces del mar
Produciuse un erro ao procesar o modelo.
The following has evaluated to null or missing:
==> cifras_map.classPK [in template "20115#20151#24622512" at line 11, column 26]
----
Tip: It's the step after the last dot that caused this error, not those before it.
----
Tip: If the failing expression is known to be legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----
----
FTL stack trace ("~" means nesting-related):
- Failed at: cifras_classPK = cifras_map.classPK?n... [in template "20115#20151#24622512" at line 11, column 9]
- Reached through: #assign-container [in template "20115#20151#24622512" at line 9, column 5]
---- 1<#-- Para conseguir los campos del contenido web dentro de la estuctura --> 2<#assign 3 serviceContext = staticUtil["com.liferay.portal.kernel.service.ServiceContextThreadLocal"].getServiceContext() 4 themeDisplay = serviceContext.getThemeDisplay() 5 group_id = themeDisplay.getScopeGroupId() 6 JournalArticleLocalService = serviceLocator.findService("com.liferay.journal.service.JournalArticleLocalService") 7> 8<#if cifras?has_content && cifras.getData() != ""> 9 <#assign 10 cifras_map = cifras.getData()?eval 11 cifras_classPK = cifras_map.classPK?number 12 article = JournalArticleLocalService.getLatestArticle(cifras_classPK?number) 13 article_id=article.articleId 14 article_content=JournalArticleLocalService.getArticleContent(group_id, article_id, null, locale, themeDisplay) 15 > 16</#if> 17<div id="${idContenido.getData()}" class="news-d__items"> 18 <#if texto1?has_content && texto1.getData() != ""> 19 <div class="maxwidth"> 20 <div class="news-d__cuerpo"> 21 ${texto1.getData()} 22 </div> 23 </div> 24 </#if> 25 <#if cifras?has_content && cifras.getData() != ""> 26 <div class="maxwidth"> 27 <div class="row"> 28 <div class="col-md-offset-0 col-md-12 col-lg-offset-2 col-lg-8"> 29 ${article_content} 30 </div> 31 </div> 32 </div> 33 </#if> 34 <#if texto2?has_content && texto2.getData() != ""> 35 <div class="maxwidth"> 36 <div class="news-d__cuerpo"> 37 ${texto2.getData()} 38 </div> 39 </div> 40 </#if> 41</div> 42 43<#if imagen?has_content && imagen.getData() != ""> 44 <div class="news-d__img"> 45 <img src="${imagen.getData()}" alt="<@liferay.language key="imagen-separador" />" /> 46 <#if imagen.pieFoto?has_content && imagen.pieFoto.getData() != ""> 47 <figcaption class="pie-de-foto"> 48 ${imagen.pieFoto.getData()} 49 </figcaption> 50 </#if> 51 </div> 52 <#if texto3?has_content && texto3.getData() != ""> 53 <div class="maxwidth"> 54 <div class="news-d__cuerpo"> 55 ${texto3.getData()} 56 </div> 57 </div> 58 </#if> 59</#if> 60 61<div class="news-d__items"> 62 <#if URLVideo?has_content && URLVideo.getData() != ""> 63 <div class="news-d__video aspect-ratio aspect-ratio-16-to-9"> 64 <iframe src="${URLVideo.getData()}"></iframe> 65 </div> 66 </#if> 67 68 <#if texto4?has_content && texto4.getData() != ""> 69 <div class="maxwidth"> 70 <div class="news-d__cuerpo"> 71 ${texto4.getData()} 72 </div> 73 </div> 74 </#if> 75</div> Parte 2 Voces del mar
Produciuse un erro ao procesar o modelo.
The following has evaluated to null or missing:
==> cifras_map.classPK [in template "20115#20151#24622512" at line 11, column 26]
----
Tip: It's the step after the last dot that caused this error, not those before it.
----
Tip: If the failing expression is known to be legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----
----
FTL stack trace ("~" means nesting-related):
- Failed at: cifras_classPK = cifras_map.classPK?n... [in template "20115#20151#24622512" at line 11, column 9]
- Reached through: #assign-container [in template "20115#20151#24622512" at line 9, column 5]
---- 1<#-- Para conseguir los campos del contenido web dentro de la estuctura --> 2<#assign 3 serviceContext = staticUtil["com.liferay.portal.kernel.service.ServiceContextThreadLocal"].getServiceContext() 4 themeDisplay = serviceContext.getThemeDisplay() 5 group_id = themeDisplay.getScopeGroupId() 6 JournalArticleLocalService = serviceLocator.findService("com.liferay.journal.service.JournalArticleLocalService") 7> 8<#if cifras?has_content && cifras.getData() != ""> 9 <#assign 10 cifras_map = cifras.getData()?eval 11 cifras_classPK = cifras_map.classPK?number 12 article = JournalArticleLocalService.getLatestArticle(cifras_classPK?number) 13 article_id=article.articleId 14 article_content=JournalArticleLocalService.getArticleContent(group_id, article_id, null, locale, themeDisplay) 15 > 16</#if> 17<div id="${idContenido.getData()}" class="news-d__items"> 18 <#if texto1?has_content && texto1.getData() != ""> 19 <div class="maxwidth"> 20 <div class="news-d__cuerpo"> 21 ${texto1.getData()} 22 </div> 23 </div> 24 </#if> 25 <#if cifras?has_content && cifras.getData() != ""> 26 <div class="maxwidth"> 27 <div class="row"> 28 <div class="col-md-offset-0 col-md-12 col-lg-offset-2 col-lg-8"> 29 ${article_content} 30 </div> 31 </div> 32 </div> 33 </#if> 34 <#if texto2?has_content && texto2.getData() != ""> 35 <div class="maxwidth"> 36 <div class="news-d__cuerpo"> 37 ${texto2.getData()} 38 </div> 39 </div> 40 </#if> 41</div> 42 43<#if imagen?has_content && imagen.getData() != ""> 44 <div class="news-d__img"> 45 <img src="${imagen.getData()}" alt="<@liferay.language key="imagen-separador" />" /> 46 <#if imagen.pieFoto?has_content && imagen.pieFoto.getData() != ""> 47 <figcaption class="pie-de-foto"> 48 ${imagen.pieFoto.getData()} 49 </figcaption> 50 </#if> 51 </div> 52 <#if texto3?has_content && texto3.getData() != ""> 53 <div class="maxwidth"> 54 <div class="news-d__cuerpo"> 55 ${texto3.getData()} 56 </div> 57 </div> 58 </#if> 59</#if> 60 61<div class="news-d__items"> 62 <#if URLVideo?has_content && URLVideo.getData() != ""> 63 <div class="news-d__video aspect-ratio aspect-ratio-16-to-9"> 64 <iframe src="${URLVideo.getData()}"></iframe> 65 </div> 66 </#if> 67 68 <#if texto4?has_content && texto4.getData() != ""> 69 <div class="maxwidth"> 70 <div class="news-d__cuerpo"> 71 ${texto4.getData()} 72 </div> 73 </div> 74 </#if> 75</div> Parte 3 Voces del mar
Produciuse un erro ao procesar o modelo.
The following has evaluated to null or missing:
==> cifras_map.classPK [in template "20115#20151#24622512" at line 11, column 26]
----
Tip: It's the step after the last dot that caused this error, not those before it.
----
Tip: If the failing expression is known to be legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----
----
FTL stack trace ("~" means nesting-related):
- Failed at: cifras_classPK = cifras_map.classPK?n... [in template "20115#20151#24622512" at line 11, column 9]
- Reached through: #assign-container [in template "20115#20151#24622512" at line 9, column 5]
---- 1<#-- Para conseguir los campos del contenido web dentro de la estuctura --> 2<#assign 3 serviceContext = staticUtil["com.liferay.portal.kernel.service.ServiceContextThreadLocal"].getServiceContext() 4 themeDisplay = serviceContext.getThemeDisplay() 5 group_id = themeDisplay.getScopeGroupId() 6 JournalArticleLocalService = serviceLocator.findService("com.liferay.journal.service.JournalArticleLocalService") 7> 8<#if cifras?has_content && cifras.getData() != ""> 9 <#assign 10 cifras_map = cifras.getData()?eval 11 cifras_classPK = cifras_map.classPK?number 12 article = JournalArticleLocalService.getLatestArticle(cifras_classPK?number) 13 article_id=article.articleId 14 article_content=JournalArticleLocalService.getArticleContent(group_id, article_id, null, locale, themeDisplay) 15 > 16</#if> 17<div id="${idContenido.getData()}" class="news-d__items"> 18 <#if texto1?has_content && texto1.getData() != ""> 19 <div class="maxwidth"> 20 <div class="news-d__cuerpo"> 21 ${texto1.getData()} 22 </div> 23 </div> 24 </#if> 25 <#if cifras?has_content && cifras.getData() != ""> 26 <div class="maxwidth"> 27 <div class="row"> 28 <div class="col-md-offset-0 col-md-12 col-lg-offset-2 col-lg-8"> 29 ${article_content} 30 </div> 31 </div> 32 </div> 33 </#if> 34 <#if texto2?has_content && texto2.getData() != ""> 35 <div class="maxwidth"> 36 <div class="news-d__cuerpo"> 37 ${texto2.getData()} 38 </div> 39 </div> 40 </#if> 41</div> 42 43<#if imagen?has_content && imagen.getData() != ""> 44 <div class="news-d__img"> 45 <img src="${imagen.getData()}" alt="<@liferay.language key="imagen-separador" />" /> 46 <#if imagen.pieFoto?has_content && imagen.pieFoto.getData() != ""> 47 <figcaption class="pie-de-foto"> 48 ${imagen.pieFoto.getData()} 49 </figcaption> 50 </#if> 51 </div> 52 <#if texto3?has_content && texto3.getData() != ""> 53 <div class="maxwidth"> 54 <div class="news-d__cuerpo"> 55 ${texto3.getData()} 56 </div> 57 </div> 58 </#if> 59</#if> 60 61<div class="news-d__items"> 62 <#if URLVideo?has_content && URLVideo.getData() != ""> 63 <div class="news-d__video aspect-ratio aspect-ratio-16-to-9"> 64 <iframe src="${URLVideo.getData()}"></iframe> 65 </div> 66 </#if> 67 68 <#if texto4?has_content && texto4.getData() != ""> 69 <div class="maxwidth"> 70 <div class="news-d__cuerpo"> 71 ${texto4.getData()} 72 </div> 73 </div> 74 </#if> 75</div> Parte 4 Voces del mar
Produciuse un erro ao procesar o modelo.
The following has evaluated to null or missing:
==> cifras_map.classPK [in template "20115#20151#24622512" at line 11, column 26]
----
Tip: It's the step after the last dot that caused this error, not those before it.
----
Tip: If the failing expression is known to be legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----
----
FTL stack trace ("~" means nesting-related):
- Failed at: cifras_classPK = cifras_map.classPK?n... [in template "20115#20151#24622512" at line 11, column 9]
- Reached through: #assign-container [in template "20115#20151#24622512" at line 9, column 5]
---- 1<#-- Para conseguir los campos del contenido web dentro de la estuctura --> 2<#assign 3 serviceContext = staticUtil["com.liferay.portal.kernel.service.ServiceContextThreadLocal"].getServiceContext() 4 themeDisplay = serviceContext.getThemeDisplay() 5 group_id = themeDisplay.getScopeGroupId() 6 JournalArticleLocalService = serviceLocator.findService("com.liferay.journal.service.JournalArticleLocalService") 7> 8<#if cifras?has_content && cifras.getData() != ""> 9 <#assign 10 cifras_map = cifras.getData()?eval 11 cifras_classPK = cifras_map.classPK?number 12 article = JournalArticleLocalService.getLatestArticle(cifras_classPK?number) 13 article_id=article.articleId 14 article_content=JournalArticleLocalService.getArticleContent(group_id, article_id, null, locale, themeDisplay) 15 > 16</#if> 17<div id="${idContenido.getData()}" class="news-d__items"> 18 <#if texto1?has_content && texto1.getData() != ""> 19 <div class="maxwidth"> 20 <div class="news-d__cuerpo"> 21 ${texto1.getData()} 22 </div> 23 </div> 24 </#if> 25 <#if cifras?has_content && cifras.getData() != ""> 26 <div class="maxwidth"> 27 <div class="row"> 28 <div class="col-md-offset-0 col-md-12 col-lg-offset-2 col-lg-8"> 29 ${article_content} 30 </div> 31 </div> 32 </div> 33 </#if> 34 <#if texto2?has_content && texto2.getData() != ""> 35 <div class="maxwidth"> 36 <div class="news-d__cuerpo"> 37 ${texto2.getData()} 38 </div> 39 </div> 40 </#if> 41</div> 42 43<#if imagen?has_content && imagen.getData() != ""> 44 <div class="news-d__img"> 45 <img src="${imagen.getData()}" alt="<@liferay.language key="imagen-separador" />" /> 46 <#if imagen.pieFoto?has_content && imagen.pieFoto.getData() != ""> 47 <figcaption class="pie-de-foto"> 48 ${imagen.pieFoto.getData()} 49 </figcaption> 50 </#if> 51 </div> 52 <#if texto3?has_content && texto3.getData() != ""> 53 <div class="maxwidth"> 54 <div class="news-d__cuerpo"> 55 ${texto3.getData()} 56 </div> 57 </div> 58 </#if> 59</#if> 60 61<div class="news-d__items"> 62 <#if URLVideo?has_content && URLVideo.getData() != ""> 63 <div class="news-d__video aspect-ratio aspect-ratio-16-to-9"> 64 <iframe src="${URLVideo.getData()}"></iframe> 65 </div> 66 </#if> 67 68 <#if texto4?has_content && texto4.getData() != ""> 69 <div class="maxwidth"> 70 <div class="news-d__cuerpo"> 71 ${texto4.getData()} 72 </div> 73 </div> 74 </#if> 75</div> PArte 5 Voces del mar
Produciuse un erro ao procesar o modelo.
The following has evaluated to null or missing:
==> cifras_map.classPK [in template "20115#20151#24622512" at line 11, column 26]
----
Tip: It's the step after the last dot that caused this error, not those before it.
----
Tip: If the failing expression is known to be legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----
----
FTL stack trace ("~" means nesting-related):
- Failed at: cifras_classPK = cifras_map.classPK?n... [in template "20115#20151#24622512" at line 11, column 9]
- Reached through: #assign-container [in template "20115#20151#24622512" at line 9, column 5]
---- 1<#-- Para conseguir los campos del contenido web dentro de la estuctura --> 2<#assign 3 serviceContext = staticUtil["com.liferay.portal.kernel.service.ServiceContextThreadLocal"].getServiceContext() 4 themeDisplay = serviceContext.getThemeDisplay() 5 group_id = themeDisplay.getScopeGroupId() 6 JournalArticleLocalService = serviceLocator.findService("com.liferay.journal.service.JournalArticleLocalService") 7> 8<#if cifras?has_content && cifras.getData() != ""> 9 <#assign 10 cifras_map = cifras.getData()?eval 11 cifras_classPK = cifras_map.classPK?number 12 article = JournalArticleLocalService.getLatestArticle(cifras_classPK?number) 13 article_id=article.articleId 14 article_content=JournalArticleLocalService.getArticleContent(group_id, article_id, null, locale, themeDisplay) 15 > 16</#if> 17<div id="${idContenido.getData()}" class="news-d__items"> 18 <#if texto1?has_content && texto1.getData() != ""> 19 <div class="maxwidth"> 20 <div class="news-d__cuerpo"> 21 ${texto1.getData()} 22 </div> 23 </div> 24 </#if> 25 <#if cifras?has_content && cifras.getData() != ""> 26 <div class="maxwidth"> 27 <div class="row"> 28 <div class="col-md-offset-0 col-md-12 col-lg-offset-2 col-lg-8"> 29 ${article_content} 30 </div> 31 </div> 32 </div> 33 </#if> 34 <#if texto2?has_content && texto2.getData() != ""> 35 <div class="maxwidth"> 36 <div class="news-d__cuerpo"> 37 ${texto2.getData()} 38 </div> 39 </div> 40 </#if> 41</div> 42 43<#if imagen?has_content && imagen.getData() != ""> 44 <div class="news-d__img"> 45 <img src="${imagen.getData()}" alt="<@liferay.language key="imagen-separador" />" /> 46 <#if imagen.pieFoto?has_content && imagen.pieFoto.getData() != ""> 47 <figcaption class="pie-de-foto"> 48 ${imagen.pieFoto.getData()} 49 </figcaption> 50 </#if> 51 </div> 52 <#if texto3?has_content && texto3.getData() != ""> 53 <div class="maxwidth"> 54 <div class="news-d__cuerpo"> 55 ${texto3.getData()} 56 </div> 57 </div> 58 </#if> 59</#if> 60 61<div class="news-d__items"> 62 <#if URLVideo?has_content && URLVideo.getData() != ""> 63 <div class="news-d__video aspect-ratio aspect-ratio-16-to-9"> 64 <iframe src="${URLVideo.getData()}"></iframe> 65 </div> 66 </#if> 67 68 <#if texto4?has_content && texto4.getData() != ""> 69 <div class="maxwidth"> 70 <div class="news-d__cuerpo"> 71 ${texto4.getData()} 72 </div> 73 </div> 74 </#if> 75</div> Parte 6 Voces del mar
Produciuse un erro ao procesar o modelo.
The following has evaluated to null or missing:
==> cifras_map.classPK [in template "20115#20151#24622512" at line 11, column 26]
----
Tip: It's the step after the last dot that caused this error, not those before it.
----
Tip: If the failing expression is known to be legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----
----
FTL stack trace ("~" means nesting-related):
- Failed at: cifras_classPK = cifras_map.classPK?n... [in template "20115#20151#24622512" at line 11, column 9]
- Reached through: #assign-container [in template "20115#20151#24622512" at line 9, column 5]
---- 1<#-- Para conseguir los campos del contenido web dentro de la estuctura --> 2<#assign 3 serviceContext = staticUtil["com.liferay.portal.kernel.service.ServiceContextThreadLocal"].getServiceContext() 4 themeDisplay = serviceContext.getThemeDisplay() 5 group_id = themeDisplay.getScopeGroupId() 6 JournalArticleLocalService = serviceLocator.findService("com.liferay.journal.service.JournalArticleLocalService") 7> 8<#if cifras?has_content && cifras.getData() != ""> 9 <#assign 10 cifras_map = cifras.getData()?eval 11 cifras_classPK = cifras_map.classPK?number 12 article = JournalArticleLocalService.getLatestArticle(cifras_classPK?number) 13 article_id=article.articleId 14 article_content=JournalArticleLocalService.getArticleContent(group_id, article_id, null, locale, themeDisplay) 15 > 16</#if> 17<div id="${idContenido.getData()}" class="news-d__items"> 18 <#if texto1?has_content && texto1.getData() != ""> 19 <div class="maxwidth"> 20 <div class="news-d__cuerpo"> 21 ${texto1.getData()} 22 </div> 23 </div> 24 </#if> 25 <#if cifras?has_content && cifras.getData() != ""> 26 <div class="maxwidth"> 27 <div class="row"> 28 <div class="col-md-offset-0 col-md-12 col-lg-offset-2 col-lg-8"> 29 ${article_content} 30 </div> 31 </div> 32 </div> 33 </#if> 34 <#if texto2?has_content && texto2.getData() != ""> 35 <div class="maxwidth"> 36 <div class="news-d__cuerpo"> 37 ${texto2.getData()} 38 </div> 39 </div> 40 </#if> 41</div> 42 43<#if imagen?has_content && imagen.getData() != ""> 44 <div class="news-d__img"> 45 <img src="${imagen.getData()}" alt="<@liferay.language key="imagen-separador" />" /> 46 <#if imagen.pieFoto?has_content && imagen.pieFoto.getData() != ""> 47 <figcaption class="pie-de-foto"> 48 ${imagen.pieFoto.getData()} 49 </figcaption> 50 </#if> 51 </div> 52 <#if texto3?has_content && texto3.getData() != ""> 53 <div class="maxwidth"> 54 <div class="news-d__cuerpo"> 55 ${texto3.getData()} 56 </div> 57 </div> 58 </#if> 59</#if> 60 61<div class="news-d__items"> 62 <#if URLVideo?has_content && URLVideo.getData() != ""> 63 <div class="news-d__video aspect-ratio aspect-ratio-16-to-9"> 64 <iframe src="${URLVideo.getData()}"></iframe> 65 </div> 66 </#if> 67 68 <#if texto4?has_content && texto4.getData() != ""> 69 <div class="maxwidth"> 70 <div class="news-d__cuerpo"> 71 ${texto4.getData()} 72 </div> 73 </div> 74 </#if> 75</div> Prte 7 Voces del mar
Produciuse un erro ao procesar o modelo.
The following has evaluated to null or missing:
==> cifras_map.classPK [in template "20115#20151#24622512" at line 11, column 26]
----
Tip: It's the step after the last dot that caused this error, not those before it.
----
Tip: If the failing expression is known to be legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----
----
FTL stack trace ("~" means nesting-related):
- Failed at: cifras_classPK = cifras_map.classPK?n... [in template "20115#20151#24622512" at line 11, column 9]
- Reached through: #assign-container [in template "20115#20151#24622512" at line 9, column 5]
---- 1<#-- Para conseguir los campos del contenido web dentro de la estuctura --> 2<#assign 3 serviceContext = staticUtil["com.liferay.portal.kernel.service.ServiceContextThreadLocal"].getServiceContext() 4 themeDisplay = serviceContext.getThemeDisplay() 5 group_id = themeDisplay.getScopeGroupId() 6 JournalArticleLocalService = serviceLocator.findService("com.liferay.journal.service.JournalArticleLocalService") 7> 8<#if cifras?has_content && cifras.getData() != ""> 9 <#assign 10 cifras_map = cifras.getData()?eval 11 cifras_classPK = cifras_map.classPK?number 12 article = JournalArticleLocalService.getLatestArticle(cifras_classPK?number) 13 article_id=article.articleId 14 article_content=JournalArticleLocalService.getArticleContent(group_id, article_id, null, locale, themeDisplay) 15 > 16</#if> 17<div id="${idContenido.getData()}" class="news-d__items"> 18 <#if texto1?has_content && texto1.getData() != ""> 19 <div class="maxwidth"> 20 <div class="news-d__cuerpo"> 21 ${texto1.getData()} 22 </div> 23 </div> 24 </#if> 25 <#if cifras?has_content && cifras.getData() != ""> 26 <div class="maxwidth"> 27 <div class="row"> 28 <div class="col-md-offset-0 col-md-12 col-lg-offset-2 col-lg-8"> 29 ${article_content} 30 </div> 31 </div> 32 </div> 33 </#if> 34 <#if texto2?has_content && texto2.getData() != ""> 35 <div class="maxwidth"> 36 <div class="news-d__cuerpo"> 37 ${texto2.getData()} 38 </div> 39 </div> 40 </#if> 41</div> 42 43<#if imagen?has_content && imagen.getData() != ""> 44 <div class="news-d__img"> 45 <img src="${imagen.getData()}" alt="<@liferay.language key="imagen-separador" />" /> 46 <#if imagen.pieFoto?has_content && imagen.pieFoto.getData() != ""> 47 <figcaption class="pie-de-foto"> 48 ${imagen.pieFoto.getData()} 49 </figcaption> 50 </#if> 51 </div> 52 <#if texto3?has_content && texto3.getData() != ""> 53 <div class="maxwidth"> 54 <div class="news-d__cuerpo"> 55 ${texto3.getData()} 56 </div> 57 </div> 58 </#if> 59</#if> 60 61<div class="news-d__items"> 62 <#if URLVideo?has_content && URLVideo.getData() != ""> 63 <div class="news-d__video aspect-ratio aspect-ratio-16-to-9"> 64 <iframe src="${URLVideo.getData()}"></iframe> 65 </div> 66 </#if> 67 68 <#if texto4?has_content && texto4.getData() != ""> 69 <div class="maxwidth"> 70 <div class="news-d__cuerpo"> 71 ${texto4.getData()} 72 </div> 73 </div> 74 </#if> 75</div> Banner Compártelo Reportaje
Fai que a nosa voz chegue
a máis xente, compárteo.
a máis xente, compárteo.
Publicador de contidos
PÓDECHE INTERESAR
Banner Home

LE O QUE CHE INTERESA
Subscrébete á nosa newsletter e descobre un millón de pequenas historias