Inicio - Cesce Colombia
¿Cómo podemos ayudarte?
SEGUROS DE CRÉDITO
¿Necesitas financiación o anticipar el pago de tus facturas? ¿Cubrir los riesgos de impagos de todos o de alguno de tus clientes nacionales o extranjeros?
Aseguramos el presente y el futuro de tu negocio con soluciones a medida de tus necesidades orientadas a impulsar tu negocio y ayudarte en la toma de decisiones. Con la mayor cobertura y con el plazo de indemnización más corto del mercado.
SEGUROS DE CUMPLIMIENTO
¿Necesitas un seguro que cubra tus responsabilidades? ¿Necesitas presentar una garantía económica para la licitación, ejecución u otra del proyecto?
Para que tú puedas desarrollar tu proyecto, nosotros te respaldamos y aseguramos el cumplimiento de tus obligaciones contractuales o económicas.
SEGURO DE RESPONSABILIDAD CIVIL
¿Necesitas un seguro que cubra tus responsabilidades? ¿Necesitas presentar una garantía económica para la licitación,ejecución u otra del proyecto?
Para que tu puedas desarrollar tu proyecto, nosotros te respaldamos y aseguramos el cumplimiento de tus obligaciones contractuales o económicas.
Historias Cesce
CONOCE LAS HISTORIAS DE NUESTROS CLIENTES
Actualidad
SIEMPRE AL DÍA DE LA ACTUALIDAD ECONÓMICA NACIONAL E INTERNACIONAL
Um erro ocorreu enquanto processava o modelo.
The following has evaluated to null or missing:
==> friendlyURLs[themeDisplay.getLanguageId()] [in template "20098#20124#510014" at line 53, column 72]
----
Tip: It's the final [] step that caused this error, not those before it.
----
Tip: If the failing expression is known to 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: ${friendlyURLs[themeDisplay.getLangua... [in template "20098#20124#510014" at line 53, column 70]
---- 1<#assign assetEntryLocalService = serviceLocator.findService("com.liferay.asset.kernel.service.AssetEntryLocalService") /> 2<#assign assetLinkLocalService = serviceLocator.findService("com.liferay.asset.kernel.service.AssetLinkLocalService") /> 3<#assign JournalArticleLocalService = serviceLocator.findService("com.liferay.journal.service.JournalArticleLocalService")> 4<#assign article = JournalArticleLocalService.getArticle(groupId, .vars['reserved-article-id'].data)> 5<#assign asset = assetEntryLocalService.getEntry('com.liferay.journal.model.JournalArticle', article.resourcePrimKey) > 6<#assign serviceContext = staticUtil["com.liferay.portal.kernel.service.ServiceContextThreadLocal"].getServiceContext()> 7<#assign assetLinks = assetLinkLocalService.getDirectLinks(asset.getEntryId()) /> 8<#assign themeDisplay = serviceContext.getThemeDisplay() /> 9<#assign mytitle = .vars['reserved-article-title'].data> 10<#assign minititle=(mytitle)> 11<ul class="breadcrumb-list"> 12 <li class="breadcrumb-item-list"> 13 <a href="/comunicacion/sala-de-prensa" title="Sala de prensa">Sala de prensa</a> 14 <span title="${Titulo.getData()}" class="breadcrumbItem">${Titulo.getData()}</span> 15 </li> 16</ul> 17<div class="view-news"> 18<div class="header-new"> 19 <div class="title waypoints" effect="animate__fadeInLeft" delay=".6"> 20 <div class="d-flex w-100 justify-content-between align-item-baseline"> 21 <p class="cat-date"> 22 <#--<#assign Fecha_Data = getterUtil.getString(Fecha.getData())> 23 <#if validator.isNotNull(Fecha_Data)> 24 <#assign Fecha_DateObj = dateUtil.parseDate("yyyy-MM-dd", Fecha_Data, locale)> 25 <strong>${dateUtil.getDate(Fecha_DateObj, "dd MMM yyyy", locale)}</strong> 26 </#if>--> 27 <strong>${dateUtil.getDate(asset.getPublishDate(), "dd MMM yyyy", locale)}</strong> 28 </p> 29 <p class="categories"> 30 <#list asset.getCategories() as category> 31 <#if (category.vocabularyId = 67255 )> 32 <span> 33 ${category.name} 34 </span> 35 </#if> 36 </#list> 37 </p> 38 </div> 39 <#if Titulo.getData()?? && Titulo.getData() != ""> 40 <h1>${Titulo.getData()}</h1> 41 </#if> 42 </div> 43 <#if ImagenPrincipal1.getData()?? && ImagenPrincipal1.getData() != ""> 44 <div class="image waypoints" effect="animate__fadeInRight" delay="1.3" title="${ImagenPrincipal1.getAttribute("alt")}" style="background-image:url(${ImagenPrincipal1.getData()})"> 45 <#else> 46 <div class="image waypoints" effect="animate__fadeInRight" delay="1.3" title="imagen noticia" style="background-color:gray"> 47 </#if> 48 </div> 49</div> 50<#if Entradilla.getData()?? && Entradilla.getData() != ""> 51<div class="align-items-stretch d-flex flex-wrap header-entrance justify-content-between waypoints" effect="animate__fadeInUp" delay="1.5"> 52 <div class="share"> 53 <a target="_blank" href="https://twitter.com/intent/tweet?url=${friendlyURLs[themeDisplay.getLanguageId()]}&text=${Titulo.getData()}&via=cesce_es" ><span class="fontello icon-x-twitter" aria-hidden="true"></span></a> 54 <a target="_blank" href="https://www.linkedin.com/shareArticle?mini=true&url=${friendlyURLs[themeDisplay.getLanguageId()]}/&title=${minititle}" ><span class="icon-linkedin" aria-hidden="true"></span></a> 55 <a target="_blank" href="https://www.facebook.com/sharer/sharer.php?u=${friendlyURLs[themeDisplay.getLanguageId()]}" ><span class="icon-facebook" aria-hidden="true"></span></a> 56 </div> 57 <div class="content"> 58 <div>${Entradilla.getData()}</div> 59 </div> 60</div> 61</#if> 62<#if Cuerpo.getData()?? && Cuerpo.getData() != ""> 63<div class="body-new"> 64 ${Cuerpo.getData()} 65</div> 66</#if> 67<#assign download = ''> 68<#list Descargables.getSiblings() as cur_Descargables> 69 <#if cur_Descargables.Archivo_descargable.getData()?? && cur_Descargables.Archivo_descargable.getData() != ""> 70 <#assign download = 'yes'> 71 </#if> 72</#list> 73<#if download == 'yes'> 74<div class="box-download border-bottom mb-3" > 75 <#list Descargables.getSiblings() as cur_Descargables> 76 <#if cur_Descargables.Archivo_descargable.getData()?? && cur_Descargables.Archivo_descargable.getData() != ""> 77 78 <a class="download-icon link border-0 w-auto mr-4" href="${cur_Descargables.Archivo_descargable.getData()}"> 79 ${cur_Descargables.Nombre_descargable.getData()} 80 </a> 81 82 </#if> 83</#list> 84</div> 85 <#list Fuentes.getSiblings() as cur_Fuentes> 86 <#if cur_Fuentes.Enlace_fuentes.getData()?? && cur_Fuentes.Enlace_fuentes.getData() != ""> 87 88 <a class="external-link link border-0 w-auto mr-4" href="${cur_Fuentes.Enlace_fuentes.getData()}"> 89 ${cur_Fuentes.Nombre_fuentes.getData()} 90 </a> 91 </#if> 92</#list> 93</#if> 94 <#assign tags = false> 95<#list asset.getTags() as tag> 96 <#assign tags = true> 97</#list> 98<#if (tags = true)> 99 <div class="cat-tags d-inline-block mt-3 w-100"> 100 <#list asset.getTags() as tag> 101 <span>${tag.name}</span> 102 </#list> 103 </div> 104</#if> 105<div class="cat-share-bottom"> 106 <span> 107 Compártelo: 108 </span> 109 <div class="share"> 110 <a target="_blank" href="https://twitter.com/intent/tweet?url=${friendlyURLs[themeDisplay.getLanguageId()]}&text=${Titulo.getData()}&via=cesce_es" ><span class="fontello icon-x-twitter" aria-hidden="true"></span></a> 111 <a target="_blank" href="https://www.linkedin.com/shareArticle?mini=true&url=${friendlyURLs[themeDisplay.getLanguageId()]}/&title=${minititle}" ><span class="icon-linkedin" aria-hidden="true"></span></a> 112 <a target="_blank" href="https://www.facebook.com/sharer/sharer.php?u=${friendlyURLs[themeDisplay.getLanguageId()]}" ><span class="icon-facebook" aria-hidden="true"></span></a> 113 </div> 114 </div> 115 <#assign cats = false> 116 <#list asset.getCategories() as category> 117 <#assign cats = true> 118 </#list> 119 <#if ( cats = true)> 120 <div class="cat-links"> 121 122 <div class="categories"> 123 <span> 124 Seguir leyendo sobre: 125 </span> 126 <#list asset.getCategories() as category> 127 <a href="/web/guest/noticias/-/categories/${category.categoryId}"> 128 ${category.name} 129 </a> 130 </#list> 131 </div> 132 </div> 133 </#if> 134</div> 135 136<script> 137 138incrementViewCounter('${asset.getClassPK()}'); 139 140function incrementViewCounter(classPK) { 141 Liferay.Service( 142 '/assetentry/increment-view-counter', 143 { 144 companyId: Liferay.ThemeDisplay.getCompanyId(), 145 className: 'com.liferay.journal.model.JournalArticle', 146 classPK: classPK 147 }, 148 function(obj) { 149 //no need to do anything 150 } 151 ); 152} 153</script> 154<style> 155.component-html img { 156 max-width: 100%; 157 width: auto; 158 height: auto; 159} 160</style> Um erro ocorreu enquanto processava o modelo.
The following has evaluated to null or missing:
==> friendlyURLs[themeDisplay.getLanguageId()] [in template "20098#20124#510014" at line 53, column 72]
----
Tip: It's the final [] step that caused this error, not those before it.
----
Tip: If the failing expression is known to 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: ${friendlyURLs[themeDisplay.getLangua... [in template "20098#20124#510014" at line 53, column 70]
---- 1<#assign assetEntryLocalService = serviceLocator.findService("com.liferay.asset.kernel.service.AssetEntryLocalService") /> 2<#assign assetLinkLocalService = serviceLocator.findService("com.liferay.asset.kernel.service.AssetLinkLocalService") /> 3<#assign JournalArticleLocalService = serviceLocator.findService("com.liferay.journal.service.JournalArticleLocalService")> 4<#assign article = JournalArticleLocalService.getArticle(groupId, .vars['reserved-article-id'].data)> 5<#assign asset = assetEntryLocalService.getEntry('com.liferay.journal.model.JournalArticle', article.resourcePrimKey) > 6<#assign serviceContext = staticUtil["com.liferay.portal.kernel.service.ServiceContextThreadLocal"].getServiceContext()> 7<#assign assetLinks = assetLinkLocalService.getDirectLinks(asset.getEntryId()) /> 8<#assign themeDisplay = serviceContext.getThemeDisplay() /> 9<#assign mytitle = .vars['reserved-article-title'].data> 10<#assign minititle=(mytitle)> 11<ul class="breadcrumb-list"> 12 <li class="breadcrumb-item-list"> 13 <a href="/comunicacion/sala-de-prensa" title="Sala de prensa">Sala de prensa</a> 14 <span title="${Titulo.getData()}" class="breadcrumbItem">${Titulo.getData()}</span> 15 </li> 16</ul> 17<div class="view-news"> 18<div class="header-new"> 19 <div class="title waypoints" effect="animate__fadeInLeft" delay=".6"> 20 <div class="d-flex w-100 justify-content-between align-item-baseline"> 21 <p class="cat-date"> 22 <#--<#assign Fecha_Data = getterUtil.getString(Fecha.getData())> 23 <#if validator.isNotNull(Fecha_Data)> 24 <#assign Fecha_DateObj = dateUtil.parseDate("yyyy-MM-dd", Fecha_Data, locale)> 25 <strong>${dateUtil.getDate(Fecha_DateObj, "dd MMM yyyy", locale)}</strong> 26 </#if>--> 27 <strong>${dateUtil.getDate(asset.getPublishDate(), "dd MMM yyyy", locale)}</strong> 28 </p> 29 <p class="categories"> 30 <#list asset.getCategories() as category> 31 <#if (category.vocabularyId = 67255 )> 32 <span> 33 ${category.name} 34 </span> 35 </#if> 36 </#list> 37 </p> 38 </div> 39 <#if Titulo.getData()?? && Titulo.getData() != ""> 40 <h1>${Titulo.getData()}</h1> 41 </#if> 42 </div> 43 <#if ImagenPrincipal1.getData()?? && ImagenPrincipal1.getData() != ""> 44 <div class="image waypoints" effect="animate__fadeInRight" delay="1.3" title="${ImagenPrincipal1.getAttribute("alt")}" style="background-image:url(${ImagenPrincipal1.getData()})"> 45 <#else> 46 <div class="image waypoints" effect="animate__fadeInRight" delay="1.3" title="imagen noticia" style="background-color:gray"> 47 </#if> 48 </div> 49</div> 50<#if Entradilla.getData()?? && Entradilla.getData() != ""> 51<div class="align-items-stretch d-flex flex-wrap header-entrance justify-content-between waypoints" effect="animate__fadeInUp" delay="1.5"> 52 <div class="share"> 53 <a target="_blank" href="https://twitter.com/intent/tweet?url=${friendlyURLs[themeDisplay.getLanguageId()]}&text=${Titulo.getData()}&via=cesce_es" ><span class="fontello icon-x-twitter" aria-hidden="true"></span></a> 54 <a target="_blank" href="https://www.linkedin.com/shareArticle?mini=true&url=${friendlyURLs[themeDisplay.getLanguageId()]}/&title=${minititle}" ><span class="icon-linkedin" aria-hidden="true"></span></a> 55 <a target="_blank" href="https://www.facebook.com/sharer/sharer.php?u=${friendlyURLs[themeDisplay.getLanguageId()]}" ><span class="icon-facebook" aria-hidden="true"></span></a> 56 </div> 57 <div class="content"> 58 <div>${Entradilla.getData()}</div> 59 </div> 60</div> 61</#if> 62<#if Cuerpo.getData()?? && Cuerpo.getData() != ""> 63<div class="body-new"> 64 ${Cuerpo.getData()} 65</div> 66</#if> 67<#assign download = ''> 68<#list Descargables.getSiblings() as cur_Descargables> 69 <#if cur_Descargables.Archivo_descargable.getData()?? && cur_Descargables.Archivo_descargable.getData() != ""> 70 <#assign download = 'yes'> 71 </#if> 72</#list> 73<#if download == 'yes'> 74<div class="box-download border-bottom mb-3" > 75 <#list Descargables.getSiblings() as cur_Descargables> 76 <#if cur_Descargables.Archivo_descargable.getData()?? && cur_Descargables.Archivo_descargable.getData() != ""> 77 78 <a class="download-icon link border-0 w-auto mr-4" href="${cur_Descargables.Archivo_descargable.getData()}"> 79 ${cur_Descargables.Nombre_descargable.getData()} 80 </a> 81 82 </#if> 83</#list> 84</div> 85 <#list Fuentes.getSiblings() as cur_Fuentes> 86 <#if cur_Fuentes.Enlace_fuentes.getData()?? && cur_Fuentes.Enlace_fuentes.getData() != ""> 87 88 <a class="external-link link border-0 w-auto mr-4" href="${cur_Fuentes.Enlace_fuentes.getData()}"> 89 ${cur_Fuentes.Nombre_fuentes.getData()} 90 </a> 91 </#if> 92</#list> 93</#if> 94 <#assign tags = false> 95<#list asset.getTags() as tag> 96 <#assign tags = true> 97</#list> 98<#if (tags = true)> 99 <div class="cat-tags d-inline-block mt-3 w-100"> 100 <#list asset.getTags() as tag> 101 <span>${tag.name}</span> 102 </#list> 103 </div> 104</#if> 105<div class="cat-share-bottom"> 106 <span> 107 Compártelo: 108 </span> 109 <div class="share"> 110 <a target="_blank" href="https://twitter.com/intent/tweet?url=${friendlyURLs[themeDisplay.getLanguageId()]}&text=${Titulo.getData()}&via=cesce_es" ><span class="fontello icon-x-twitter" aria-hidden="true"></span></a> 111 <a target="_blank" href="https://www.linkedin.com/shareArticle?mini=true&url=${friendlyURLs[themeDisplay.getLanguageId()]}/&title=${minititle}" ><span class="icon-linkedin" aria-hidden="true"></span></a> 112 <a target="_blank" href="https://www.facebook.com/sharer/sharer.php?u=${friendlyURLs[themeDisplay.getLanguageId()]}" ><span class="icon-facebook" aria-hidden="true"></span></a> 113 </div> 114 </div> 115 <#assign cats = false> 116 <#list asset.getCategories() as category> 117 <#assign cats = true> 118 </#list> 119 <#if ( cats = true)> 120 <div class="cat-links"> 121 122 <div class="categories"> 123 <span> 124 Seguir leyendo sobre: 125 </span> 126 <#list asset.getCategories() as category> 127 <a href="/web/guest/noticias/-/categories/${category.categoryId}"> 128 ${category.name} 129 </a> 130 </#list> 131 </div> 132 </div> 133 </#if> 134</div> 135 136<script> 137 138incrementViewCounter('${asset.getClassPK()}'); 139 140function incrementViewCounter(classPK) { 141 Liferay.Service( 142 '/assetentry/increment-view-counter', 143 { 144 companyId: Liferay.ThemeDisplay.getCompanyId(), 145 className: 'com.liferay.journal.model.JournalArticle', 146 classPK: classPK 147 }, 148 function(obj) { 149 //no need to do anything 150 } 151 ); 152} 153</script> 154<style> 155.component-html img { 156 max-width: 100%; 157 width: auto; 158 height: auto; 159} 160</style> Um erro ocorreu enquanto processava o modelo.
The following has evaluated to null or missing:
==> friendlyURLs[themeDisplay.getLanguageId()] [in template "20098#20124#510014" at line 53, column 72]
----
Tip: It's the final [] step that caused this error, not those before it.
----
Tip: If the failing expression is known to 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: ${friendlyURLs[themeDisplay.getLangua... [in template "20098#20124#510014" at line 53, column 70]
---- 1<#assign assetEntryLocalService = serviceLocator.findService("com.liferay.asset.kernel.service.AssetEntryLocalService") /> 2<#assign assetLinkLocalService = serviceLocator.findService("com.liferay.asset.kernel.service.AssetLinkLocalService") /> 3<#assign JournalArticleLocalService = serviceLocator.findService("com.liferay.journal.service.JournalArticleLocalService")> 4<#assign article = JournalArticleLocalService.getArticle(groupId, .vars['reserved-article-id'].data)> 5<#assign asset = assetEntryLocalService.getEntry('com.liferay.journal.model.JournalArticle', article.resourcePrimKey) > 6<#assign serviceContext = staticUtil["com.liferay.portal.kernel.service.ServiceContextThreadLocal"].getServiceContext()> 7<#assign assetLinks = assetLinkLocalService.getDirectLinks(asset.getEntryId()) /> 8<#assign themeDisplay = serviceContext.getThemeDisplay() /> 9<#assign mytitle = .vars['reserved-article-title'].data> 10<#assign minititle=(mytitle)> 11<ul class="breadcrumb-list"> 12 <li class="breadcrumb-item-list"> 13 <a href="/comunicacion/sala-de-prensa" title="Sala de prensa">Sala de prensa</a> 14 <span title="${Titulo.getData()}" class="breadcrumbItem">${Titulo.getData()}</span> 15 </li> 16</ul> 17<div class="view-news"> 18<div class="header-new"> 19 <div class="title waypoints" effect="animate__fadeInLeft" delay=".6"> 20 <div class="d-flex w-100 justify-content-between align-item-baseline"> 21 <p class="cat-date"> 22 <#--<#assign Fecha_Data = getterUtil.getString(Fecha.getData())> 23 <#if validator.isNotNull(Fecha_Data)> 24 <#assign Fecha_DateObj = dateUtil.parseDate("yyyy-MM-dd", Fecha_Data, locale)> 25 <strong>${dateUtil.getDate(Fecha_DateObj, "dd MMM yyyy", locale)}</strong> 26 </#if>--> 27 <strong>${dateUtil.getDate(asset.getPublishDate(), "dd MMM yyyy", locale)}</strong> 28 </p> 29 <p class="categories"> 30 <#list asset.getCategories() as category> 31 <#if (category.vocabularyId = 67255 )> 32 <span> 33 ${category.name} 34 </span> 35 </#if> 36 </#list> 37 </p> 38 </div> 39 <#if Titulo.getData()?? && Titulo.getData() != ""> 40 <h1>${Titulo.getData()}</h1> 41 </#if> 42 </div> 43 <#if ImagenPrincipal1.getData()?? && ImagenPrincipal1.getData() != ""> 44 <div class="image waypoints" effect="animate__fadeInRight" delay="1.3" title="${ImagenPrincipal1.getAttribute("alt")}" style="background-image:url(${ImagenPrincipal1.getData()})"> 45 <#else> 46 <div class="image waypoints" effect="animate__fadeInRight" delay="1.3" title="imagen noticia" style="background-color:gray"> 47 </#if> 48 </div> 49</div> 50<#if Entradilla.getData()?? && Entradilla.getData() != ""> 51<div class="align-items-stretch d-flex flex-wrap header-entrance justify-content-between waypoints" effect="animate__fadeInUp" delay="1.5"> 52 <div class="share"> 53 <a target="_blank" href="https://twitter.com/intent/tweet?url=${friendlyURLs[themeDisplay.getLanguageId()]}&text=${Titulo.getData()}&via=cesce_es" ><span class="fontello icon-x-twitter" aria-hidden="true"></span></a> 54 <a target="_blank" href="https://www.linkedin.com/shareArticle?mini=true&url=${friendlyURLs[themeDisplay.getLanguageId()]}/&title=${minititle}" ><span class="icon-linkedin" aria-hidden="true"></span></a> 55 <a target="_blank" href="https://www.facebook.com/sharer/sharer.php?u=${friendlyURLs[themeDisplay.getLanguageId()]}" ><span class="icon-facebook" aria-hidden="true"></span></a> 56 </div> 57 <div class="content"> 58 <div>${Entradilla.getData()}</div> 59 </div> 60</div> 61</#if> 62<#if Cuerpo.getData()?? && Cuerpo.getData() != ""> 63<div class="body-new"> 64 ${Cuerpo.getData()} 65</div> 66</#if> 67<#assign download = ''> 68<#list Descargables.getSiblings() as cur_Descargables> 69 <#if cur_Descargables.Archivo_descargable.getData()?? && cur_Descargables.Archivo_descargable.getData() != ""> 70 <#assign download = 'yes'> 71 </#if> 72</#list> 73<#if download == 'yes'> 74<div class="box-download border-bottom mb-3" > 75 <#list Descargables.getSiblings() as cur_Descargables> 76 <#if cur_Descargables.Archivo_descargable.getData()?? && cur_Descargables.Archivo_descargable.getData() != ""> 77 78 <a class="download-icon link border-0 w-auto mr-4" href="${cur_Descargables.Archivo_descargable.getData()}"> 79 ${cur_Descargables.Nombre_descargable.getData()} 80 </a> 81 82 </#if> 83</#list> 84</div> 85 <#list Fuentes.getSiblings() as cur_Fuentes> 86 <#if cur_Fuentes.Enlace_fuentes.getData()?? && cur_Fuentes.Enlace_fuentes.getData() != ""> 87 88 <a class="external-link link border-0 w-auto mr-4" href="${cur_Fuentes.Enlace_fuentes.getData()}"> 89 ${cur_Fuentes.Nombre_fuentes.getData()} 90 </a> 91 </#if> 92</#list> 93</#if> 94 <#assign tags = false> 95<#list asset.getTags() as tag> 96 <#assign tags = true> 97</#list> 98<#if (tags = true)> 99 <div class="cat-tags d-inline-block mt-3 w-100"> 100 <#list asset.getTags() as tag> 101 <span>${tag.name}</span> 102 </#list> 103 </div> 104</#if> 105<div class="cat-share-bottom"> 106 <span> 107 Compártelo: 108 </span> 109 <div class="share"> 110 <a target="_blank" href="https://twitter.com/intent/tweet?url=${friendlyURLs[themeDisplay.getLanguageId()]}&text=${Titulo.getData()}&via=cesce_es" ><span class="fontello icon-x-twitter" aria-hidden="true"></span></a> 111 <a target="_blank" href="https://www.linkedin.com/shareArticle?mini=true&url=${friendlyURLs[themeDisplay.getLanguageId()]}/&title=${minititle}" ><span class="icon-linkedin" aria-hidden="true"></span></a> 112 <a target="_blank" href="https://www.facebook.com/sharer/sharer.php?u=${friendlyURLs[themeDisplay.getLanguageId()]}" ><span class="icon-facebook" aria-hidden="true"></span></a> 113 </div> 114 </div> 115 <#assign cats = false> 116 <#list asset.getCategories() as category> 117 <#assign cats = true> 118 </#list> 119 <#if ( cats = true)> 120 <div class="cat-links"> 121 122 <div class="categories"> 123 <span> 124 Seguir leyendo sobre: 125 </span> 126 <#list asset.getCategories() as category> 127 <a href="/web/guest/noticias/-/categories/${category.categoryId}"> 128 ${category.name} 129 </a> 130 </#list> 131 </div> 132 </div> 133 </#if> 134</div> 135 136<script> 137 138incrementViewCounter('${asset.getClassPK()}'); 139 140function incrementViewCounter(classPK) { 141 Liferay.Service( 142 '/assetentry/increment-view-counter', 143 { 144 companyId: Liferay.ThemeDisplay.getCompanyId(), 145 className: 'com.liferay.journal.model.JournalArticle', 146 classPK: classPK 147 }, 148 function(obj) { 149 //no need to do anything 150 } 151 ); 152} 153</script> 154<style> 155.component-html img { 156 max-width: 100%; 157 width: auto; 158 height: auto; 159} 160</style>