Informe de Política Monetaria septiembre 2022
Se ha producido un error al procesar la plantilla.
Java method "com.sun.proxy.$Proxy673.getArticleResourcePrimKey(long, String)" threw an exception when invoked on com.sun.proxy.$Proxy673 object "com.liferay.journal.service.impl.JournalArticleResourceLocalServiceImpl@45f958cc"; see cause exception in the Java stack trace. ---- FTL stack trace ("~" means nesting-related): - Failed at: #if journalArticleLocalService.getArt... [in template "33501#33537#6178328" at line 18, column 9] ----
1<#assign journalArticleId = .vars['reserved-article-id'].data>
2<#assign journalArticleLocalService = serviceLocator.findService("com.liferay.journal.service.JournalArticleResourceLocalService")/>
3<#assign journalArticleLocalServiceUtils = serviceLocator.findService("com.liferay.journal.service.JournalArticleLocalService")/>
4
5<#assign JournalArticleService = serviceLocator.findService("com.liferay.journal.service.JournalArticleService") />
6 <#assign assetCategoryLocalServiceUtil = serviceLocator.findService("com.liferay.asset.kernel.service.AssetCategoryLocalService") />
7 <#assign articleResourcePK = journalArticleLocalService.getArticleResourcePrimKey(groupId, journalArticleId)/>
8 <#assign categoryList=assetCategoryLocalServiceUtil.getCategories("com.liferay.journal.model.JournalArticle",articleResourcePK) />
9
10 <#assign currentUrl = themeDisplay.getPortalURL() + themeDisplay.getURLCurrent() />
11<br><br><br>
12<#assign urlResumen = "" />
13<#if resumenContenidoWeb.getData()?has_content >
14 <#assign journalAssetData = resumenContenidoWeb.getData()?eval />
15 <#if journalAssetData.classPK??>
16 <#if serviceLocator.findService("com.liferay.journal.service.JournalArticleResourceLocalService")??>
17 <#if journalArticleLocalService?? && journalArticleLocalService?has_content >
18 <#if journalArticleLocalService.getArticleResourcePrimKey(groupId, journalAssetData.classPK)?? >
19 <#assign articleResourcePK = journalArticleLocalService.getArticleResourcePrimKey(groupId, journalAssetData.classPK)/>
20 <#assign articleAd = journalArticleLocalServiceUtils.getLatestArticle(getterUtil.getLong(journalAssetData.classPK, 0)) />
21 <#assign urlResumen = articleAd.getUrlTitle() />
22 </#if>
23 </#if>
24 </#if>
25 </#if>
26</#if>
27
28<#assign urlComunicados = "" />
29<#assign urlComunicadosTitle = "" />
30<#if comunicadosRPM.getData()?has_content >
31 <#assign journalAssetData = comunicadosRPM.getData()?eval />
32 <#if journalAssetData.classPK??>
33 <#if serviceLocator.findService("com.liferay.journal.service.JournalArticleResourceLocalService")??>
34 <#if journalArticleLocalService?? && journalArticleLocalService?has_content >
35 <#if journalArticleLocalService.getArticleResourcePrimKey(groupId, journalAssetData.classPK)?? >
36 <#assign articleResourcePK = journalArticleLocalService.getArticleResourcePrimKey(groupId, journalAssetData.classPK)/>
37 <#assign articleAd = journalArticleLocalServiceUtils.getLatestArticle(getterUtil.getLong(journalAssetData.classPK, 0)) />
38 <#assign urlComunicados = articleAd.getUrlTitle() />
39 <#assign urlComunicadosTitle = articleAd.getTitle() />
40 </#if>
41 </#if>
42 </#if>
43 </#if>
44</#if>
45
46<#assign tituloComunicadoRpm ="" />
47
48
49<!-- CAJAS DE ENLACES -->
50<div class="row py-4 px-5">
51 <div class="container-corp">
52 <#list cajasDeEnlaces.getSiblings() as cajasDeEnlacesList>
53
54 <div class="col-md-12 clearfix journal-content-article" data-analytics-asset-id="152425" data-analytics-asset-title="Estadísticas-Cajas con enlaces internos-Cuentas Nacionales" data-analytics-asset-type="web-content" style="display: inline-block; float: left;">
55 <div class="container">
56 <div class="row">
57 <div class="col-12">
58 <#if cajasDeEnlacesList.tituloCaja.getData()?has_content >
59 <h3 class="fourth-title c-blue-1 f-opensans-bold mb-6">
60 ${cajasDeEnlacesList.tituloCaja.getData()}
61 </h3>
62 </#if>
63 </div>
64 <div class="col-12 bg-grey-5 pt-7 pb-3 rounded-common mb-10">
65 <div class="row">
66 <div class="col-12 col-md-10 offset-md-1">
67 <article>
68 <ul class="listcorp listCorpAbajo row listcorp-anclas" style="list-style: none;">
69 <#list cajasDeEnlacesList.enlace.getSiblings() as enlaceList>
70 <#if enlaceList.tituloEnlace.getData()?has_content>
71 <#assign link = "" />
72 <#assign url = "" />
73 <#assign target = "_self" />
74 <#if enlaceList.enlaceAUrlExterna.getData()?has_content >
75 <#assign link = "listcorp-item-external" />
76 <#assign url = enlaceList.enlaceAUrlExterna.getData() />
77 <#assign target = "_blank" />
78 <#elseif enlaceList.enlaceAPagina.getFriendlyUrl()?has_content>
79 <#assign link = "" />
80 <#assign url = enlaceList.enlaceAPagina.getFriendlyUrl() />
81 <#assign target = "_self" />
82 <#elseif enlaceList.urlInternaEscrita?? && enlaceList.urlInternaEscrita.getData()?has_content >
83 <#assign link = "" />
84 <#assign url = enlaceList.urlInternaEscrita.getData() />
85 <#assign target = "_self" />
86 <#elseif enlaceList.ancla?? && enlaceList.ancla.getData()?has_content >
87 <#assign link = "ancla" />
88 <#assign url = enlaceList.ancla.getData() />
89 </#if>
90 <li class="col-12 col-md-6"><a class="${link}" role="BCab" title="${cajasDeEnlacesList.enlace.tituloEnlace.getData()}" href="${url}" onclick="javascript:marcaje_google_analytics(this, 'BCab/Áreas/Política Monetaria/IPoM ${cajasDeEnlacesList.enlace.tituloEnlace.getData()}', 'clic')" target ="${target}">${enlaceList.tituloEnlace.getData()}</a></li>
91 </#if>
92 </#list>
93 </ul>
94 </article>
95 </div>
96 </div>
97 </div>
98 </div>
99 </div>
100 </div>
101
102 </#list>
103 </div>
104</div><!-- FIN CAJAS ENLACES -->
105
106<div class="container">
107 <div class="container-corp">
108 <div class="row-wrap">
109 <div class="row">
110 <#if titulo.getData()?has_content >
111 <h2 class="second-title f-opensans-regular c-blue-2 mb-0 prueba" style="padding-bottom: 24px;">${titulo.getData()}</h2>
112 </#if>
113 </div>
114 <div class="row">
115 <div class="col-md-4 py-4">
116 <#if imagen.getData()?has_content >
117 <img src="${imagen.getData()}" alt="${titulo.getData()}">
118 </#if>
119 </div>
120 <#if descripcion.getData()?has_content >
121 <div class="col-md-8">
122 <p class="text-justify">
123 ${descripcion.getData()}
124 </p>
125 </div>
126 </#if>
127
128 </div>
129 <div class="row my-4 align-items-center">
130 <#list ipom.getSiblings() as ipomList>
131 <#if ipomList.tituloArchivoIpom.getData()?has_content && ipomList.archivoIPOM.getData()?has_content>
132 <#assign tipoDocc = "linkdoc-pdf" />
133 <div class="col-md-4 py-4">
134 <#if ipomList.archivoIPOM.getData()?has_content && ipomList.archivoIPOM.getData()?contains("pdf")>
135 <#elseif ipomList.archivoIPOM.getData()?has_content && ipomList.archivoIPOM.getData()?contains("xlsx")>
136 <#assign tipoDocc = "linkdoc-xls" />
137 <#elseif ipomList.archivoIPOM.getData()?has_content && ipomList.archivoIPOM.getData()?contains("xls")>
138 <#assign tipoDocc = "linkdoc-xls" />
139 <#elseif ipomList.archivoIPOM.getData()?has_content && ipomList.archivoIPOM.getData()?contains("docx")>
140 <#assign tipoDocc = "linkdoc-doc" />
141 </#if>
142 <a href="${ipomList.archivoIPOM.getData()}" role="DesDoc" onclick="javascript:marcaje_google_analytics(this, 'BCab/Áreas/Política Monetaria/IPoM/DesDoc ${ipomList.tituloArchivoIpom.getData()}', 'clic')" class="linkdoc" data-senna-off="true" target="_blank"
143 title="${ipomList.tituloArchivoIpom.getData()}">
144 <div class="linkdoc-colimg ${tipoDocc}"></div>
145 <div class="linkdoc-coltext">
146 <p class="linkdoc-text">${ipomList.tituloArchivoIpom.getData()}</p>
147 </div>
148 </a>
149 </div>
150 </#if>
151 </#list>
152 <div class="col-md-4">
153 <ul class="listcorp listcorp-featured listCorpDerecha">
154 <li class="">
155 <#if urlResumen?has_content >
156 <#if locale == "es_ES" >
157 <a href="/resumen-ipom/-/detalle/${urlResumen}" role="LEnl"title="Ver resumen" onclick="javascript:marcaje_google_analytics(this, 'BCab/Áreas/Política Monetaria/IPoM/LEnl Ver resumen', 'clic')" class="mt-5">
158 Ver resumen
159 <#else>
160 <a href="/en/resumen-ipom/-/detalle/${urlResumen}" role="LEnl"title="Ver resumen" onclick="javascript:marcaje_google_analytics(this, 'BCab/Áreas/Política Monetaria/IPoM/LEnl Ver resumen', 'clic')" class="mt-5">
161 See summary
162 </#if>
163 </a>
164 </#if>
165 </li>
166 </ul>
167 </div>
168 <div class="col-md-4">
169 <ul class="listcorp listcorp-featured listCorpDerecha">
170 <li class="">
171 <#if urlComunicados?has_content >
172
173 <#if locale == "es_ES" >
174 <a href="/contenido/-/detalle/${urlComunicados}" role="LEnl" title="${urlComunicadosTitle}" onclick="javascript:marcaje_google_analytics(this, 'BCab/Áreas/Política Monetaria/LEnl ${urlComunicadosTitle}', 'clic')" class="mt-5">
175 <#else>
176 <a href="/en/content/-/detalle/${urlComunicados}" role="LEnl" title="${urlComunicadosTitle}" onclick="javascript:marcaje_google_analytics(this, 'BCab/Áreas/Política Monetaria/LEnl ${urlComunicadosTitle}', 'clic')" class="mt-5">
177 </#if>
178
179 <#if tituloComunicadoRPM?has_content >
180 ${tituloComunicadoRPM.getData()}
181 </#if>
182 </a>
183 </#if>
184 </li>
185 </ul>
186 </div>
187 </div>
188 </div>
189 </div>
190 </div> <!-- CERRAMOS DIV CONTAINER -->
191
192 <div class="container" >
193 <div class="container-corp">
194 <div class="row-wrap">
195 <#list informacionPrincipal.getSiblings() as informacionPrincipalList>
196 <#if informacionPrincipal.tituloInfo.getData()?has_content>
197 <#if informacionPrincipal.idParaAncla.getData()?has_content>
198 <div class="row" id="${informacionPrincipal.idParaAncla.getData()}">
199 <#else>
200 <div class="row">
201 </#if>
202 <h4 class="my-4 c-blue-2">${informacionPrincipal.tituloInfo.getData()}</h4>
203 </div>
204 </#if>
205
206 <div class="row borde-abajo pb-5">
207 <#list informacionPrincipal.imagenesAnclas.getSiblings() as imagenesAnclasList>
208 <#if imagenesAnclasList.textoSuperior.getData()?has_content>
209 <div class="col-md-3">
210 <a href="${imagenesAnclasList.anclaImagenes.getData()}" class="ancla">
211 <img class="img-ancla img-3" src="${imagenesAnclasList.imagenAncla.getData()}" alt="${imagenesAnclasList.textoSuperior.getData()}">
212 </a>
213 <p class="text-center">${imagenesAnclasList.textoSuperior.getData()}</p>
214 </div>
215 </#if>
216 </#list>
217 </div>
218
219 <div class="row my-5 borde-abajo">
220 <#list informacionPrincipal.imagenesLaterales.getSiblings() as imagenesLateralesList>
221 <#if imagenesLateralesList.tituloLateral.getData()?has_content>
222 <div class="col-md-3 mb-5" id="${imagenesLateralesList.anclaImagenesLaterales.getData()}">
223 <img class="img-3" src="${imagenesLateralesList.imagenLateral.getData()}" alt="">
224 </div>
225 <div class="col-md-9">
226 <h4 class="c-blue-2 text-justify">${imagenesLateralesList.tituloLateral.getData()}</h4>
227 <ul>
228 <#list imagenesLateralesList.listaLateral.getSiblings() as listaLateralList>
229 <#if listaLateralList.bajadaLateral.getData()?has_content>
230 <li>${listaLateralList.bajadaLateral.getData()}</li>
231 </#if>
232 </#list>
233 </ul>
234 </div>
235 </#if>
236 </#list>
237 </div>
238
239 <div class="row" id="${informacionPrincipalList.anclaBajoImagenes.getData()}" >
240 <#if informacionPrincipalList.urlVideo.getData()?has_content>
241 <div class="col-md-5">
242 <iframe width="450" height="300" src="${informacionPrincipalList.urlVideo.getData()}" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
243 </div>
244 <div class="col-md-7 row">
245 <#list informacionPrincipal.archivosDescargables.getSiblings() as archivosDescargablesList>
246 <#if archivosDescargablesList.tituloArchivo.getData()?has_content>
247 <#assign tipoDoccc = "linkdoc-pdf" />
248 <div class="col-md-6 plan mb-5">
249 <#if archivosDescargablesList.archivo.getData()?has_content && archivosDescargablesList.archivo.getData()?contains("pdf")>
250 <#elseif archivosarchivosDescargablesList.archivo.getData()?has_content && archivosarchivosDescargablesList.archivo.getData()?contains("xlsx")>
251 <#assign tipoDoccc = "linkdoc-xls" />
252 <#elseif archivosarchivosDescargablesList.archivo.getData()?has_content && archivosarchivosDescargablesList.archivo.getData()?contains("xls")>
253 <#assign tipoDoccc = "linkdoc-xls" />
254 <#elseif archivosarchivosDescargablesList.archivo.getData()?has_content && archivosarchivosDescargablesList.archivo.getData()?contains("docx")>
255 <#assign tipoDoccc = "linkdoc-doc" />
256 </#if>
257 <a href="${archivosDescargablesList.archivo.getData()}" role="DesDoc" onclick="javascript:marcaje_google_analytics(this, 'BCab/Áreas/Política Monetaria/IPoM/DesDoc ${archivosDescargablesList.tituloArchivo.getData()}', 'clic')" class="linkdoc" data-senna-off="true" target="_blank"
258 title="Plan Estratégico 2018-2022">
259 <div class="linkdoc-colimg ${tipoDoccc}"></div>
260 <div class="linkdoc-coltext">
261 <p class="linkdoc-text">${archivosDescargablesList.tituloArchivo.getData()}</p>
262 </div>
263 </a>
264 </div>
265 </#if>
266 </#list>
267 </div>
268 <#else>
269 <!-- SI no trae Video -->
270 <#list informacionPrincipal.archivosDescargables.getSiblings() as archivosDescargablesList>
271 <#if archivosDescargablesList.tituloArchivo.getData()?has_content>
272 <#assign tipoDoccc = "linkdoc-pdf" />
273 <div class="col-md-6 plan mb-5">
274 <#if archivosDescargablesList.archivo.getData()?has_content && archivosDescargablesList.archivo.getData()?contains("pdf")>
275 <#elseif archivosarchivosDescargablesList.archivo.getData()?has_content && archivosarchivosDescargablesList.archivo.getData()?contains("xlsx")>
276 <#assign tipoDoccc = "linkdoc-xls" />
277 <#elseif archivosarchivosDescargablesList.archivo.getData()?has_content && archivosarchivosDescargablesList.archivo.getData()?contains("xls")>
278 <#assign tipoDoccc = "linkdoc-xls" />
279 <#elseif archivosarchivosDescargablesList.archivo.getData()?has_content && archivosarchivosDescargablesList.archivo.getData()?contains("docx")>
280 <#assign tipoDoccc = "linkdoc-doc" />
281 </#if>
282 <a href="${archivosDescargablesList.archivo.getData()}" role="DesDoc" onclick="javascript:marcaje_google_analytics(this, 'BCab/Áreas/Política Monetaria/IPoM/DesDoc ${archivosDescargablesList.tituloArchivo.getData()}', 'clic')" class="linkdoc" data-senna-off="true" target="_blank"
283 title="Plan Estratégico 2018-2022">
284 <div class="linkdoc-colimg ${tipoDoccc}"></div>
285 <div class="linkdoc-coltext">
286 <p class="linkdoc-text">${archivosDescargablesList.tituloArchivo.getData()}</p>
287 </div>
288 </a>
289 </div>
290 </#if>
291 </#list>
292 </#if>
293 </div>
294 <!-- Fin div Primer Video con PDF -->
295 </#list>
296 </div>
297 </div>
298 </div>
299 </div> <!-- FIN SECCION IMAGENES -->
300
301 <!-- INICIO GRIS VIDEOS -->
302 <div class="row py-4 bg-grey-5" >
303 <#list videos.getSiblings() as videosList>
304 <#if videosList.tituloSeccionVideos.getData()?has_content>
305 <div class="container-corp" id="${videosList.anclaVideo.getData()}">
306 <div class="col-md-12">
307 <h5 class="c-blue-2 text-justify" aria-labelledby="${videosList.anclaVideo.getData()}">${videosList.tituloSeccionVideos.getData()}</h5>
308 </div>
309 </div>
310 </#if>
311 </#list>
312 </div>
313
314 <div class="row bg-grey-5 justify-content-center">
315 <div class="container-corp">
316 <div class="row">
317 <#list videos.video.getSiblings() as videoList>
318 <#if videoList.tituloVideo.getData()?has_content>
319 <div class="col-md-5">
320 <div class="col-md-12">
321 <iframe width="450" height="300" src="${videoList.urlVideo2.getData()}" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
322 <h6>${videoList.tituloVideo.getData()}</h6>
323 </div>
324 </div>
325 </#if>
326 </#list>
327 </div>
328 </div>
329 </div>
330
331 <#list presentaciones.getSiblings() as presentacionesList>
332
333 <div class="row py-4 bg-grey-5" id="${presentacionesList.anclaPresentacion.getData()}">
334 <div class="container-corp">
335 <#if presentacionesList.titulopresentaciones.getData()?has_content>
336 <div class="col-md-12">
337 <h5 class="c-blue-2 text-justify" aria-labelledby="${presentacionesList.anclaPresentacion.getData()}">${presentacionesList.titulopresentaciones.getData()}</h5>
338 </div>
339 </#if>
340 <div class="col-md-12">
341 <ul class="listcorp">
342 <#list presentaciones.presentacion.getSiblings() as presentacionList>
343 <#if presentacionList.textoPresentacion.getData()?has_content>
344 <#assign link1 = "" />
345 <#assign url1 = "" />
346 <#assign target1 = "_self" />
347 <#if presentacionList.enlaceExternoPresentacion.getData()?has_content >
348 <#assign link1 = "listcorp-item-external" />
349 <#assign url1 = presentacionList.enlaceExternoPresentacion.getData() />
350 <#assign target1 = "_blank" />
351 <#elseif presentacionList.enlacePaginaPresentacion.getFriendlyUrl()?has_content>
352 <#assign link1 = "" />
353 <#assign url1 = presentacionList.enlacePaginaPresentacion.getFriendlyUrl() />
354 <#assign target1 = "_self" />
355 <#elseif presentacionList.enlaceInternoEscritoPresentacion?? && presentacionList.enlaceInternoEscritoPresentacion.getData()?has_content >
356 <#assign link1 = "" />
357 <#assign url1 = presentacionList.enlaceInternoEscritoPresentacion.getData() />
358 <#assign target1 = "_self" />
359 </#if>
360
361 <li><a class="${link1}" href="${url1}"role="LEnl" title="${presentacionList.textoPresentacion.getData()}" onclick="javascript:marcaje_google_analytics(this, 'BCab/Áreas/Política Monetaria/IPoM/LEnl ${presentacionList.textoPresentacion.getData()}', 'clic')" target="${target1}">${presentacionList.textoPresentacion.getData()}</a></li>
362 </#if>
363 </#list>
364 </ul>
365 </div>
366 </div>
367 </div>
368
369 </#list>
370
371 <div class="row py-4 bg-grey-5">
372 <div class="container-corp">
373 <#list notaDePrensa.getSiblings() as notaDePrensaList>
374 <#if notaDePrensaList.tituloNotaPrensa.getData()?has_content>
375 <div class="col-md-12" id="${notaDePrensaList.anclaNotasPrensa.getData()}">
376 <h5 class="c-blue-2 text-justify" aria-labelledby="${notaDePrensaList.anclaNotasPrensa.getData()}">${notaDePrensaList.tituloNotaPrensa.getData()}</h5>
377 </div>
378 </#if>
379
380 <#list notaDePrensa.notaPrensa.getSiblings() as notaPrensaList>
381 <#if notaPrensaList.textoNotaPrensa.getData()?has_content>
382 <#assign link3 = "" />
383 <#assign url3 = "" />
384 <#assign target3 = "_self" />
385 <#if notaPrensaList.enlaceExternoNotaPrensa.getData()?has_content >
386 <#assign link3 = "listcorp-item-external" />
387 <#assign url3 = notaPrensaList.enlaceExternoNotaPrensa.getData() />
388 <#assign target3 = "_blank" />
389 <#elseif notaPrensaList.enlacePaginaNotaPrensa.getFriendlyUrl()?has_content>
390 <#assign link3 = "" />
391 <#assign url3 = notaPrensaList.enlacePaginaNotaPrensa.getFriendlyUrl() />
392 <#assign target3 = "_self" />
393 <#elseif notaPrensaList.enlaceInternoEscritoNotaPrensa?? && notaPrensaList.enlaceInternoEscritoNotaPrensa.getData()?has_content >
394 <#assign link3 = "" />
395 <#assign url3 = notaPrensaList.enlaceInternoEscritoNotaPrensa.getData() />
396 <#assign target3 = "_self" />
397 </#if>
398
399 <div class="col-md-12">
400 <ul class="listcorp">
401 <li><a href="${url3}" role="LEnl" title="${notaPrensaList.textoNotaPrensa.getData()}" onclick="javascript:marcaje_google_analytics(this, 'BCab/Áreas/Política Monetaria/IPoM/LEnl ${notaPrensaList.textoNotaPrensa.getData()}', 'clic')">${notaPrensaList.textoNotaPrensa.getData()}</a></li>
402 </ul>
403 </div>
404 </#if>
405 </#list>
406 </#list>
407 </div>
408 </div>
409
410 <div class="container">
411 <div class="container-corp">
412 <div class="row-wrap">
413 <div class="container-corp" style="margin-top: 35px;">
414 <div class="box-acordeon box-acordeon-basic" id="stage1">
415 <div class="item">
416 <#list acordeon.getSiblings() as acordeonList>
417 <#assign i = (i!0) + 1>
418 <#if acordeonList.tituloAcordeon.getData()?has_content>
419 <!--Collapse header -->
420 <div aria-controls="collapse${i}" aria-expanded="false" class="box-acordeon-header c-white d-flex justify-content-between align-items-center" data-target="#collapse${i}" data-toggle="collapse" id="${acordeonList.anclaAcordeon.getData()}">
421 <div class="justify-content-between d-flex align-items-center">
422 <div class="box-acordeon-title p-2">
423 <h5 class="mb-0 fifth-title c-white">${acordeonList.tituloAcordeon.getData()}</h5>
424 <p class="mb-0 text-base c-white"></p>
425 </div>
426 </div>
427 <div class="ml-auto p-2"><i class="box-acordeon-icon la la-plus-circle"></i></div>
428 </div>
429 </#if>
430
431 <!--Collapse body-->
432 <#if acordeonList.descargables.tituloArchivoDescargable.getData()?has_content>
433 <div aria-labelledby="${acordeonList.anclaAcordeon.getData()}" class="box-acordeon-content c-blue-1 collapse" id="collapse${i}">
434 <div class="container">
435 <div col-md-12><#if acordeonList.contenidoHTML.getData()?has_content>
436 ${acordeonList.contenidoHTML.getData()}
437 </#if></div>
438 <div class="row">
439
440 <#list acordeonList.descargables.getSiblings() as descargablesList>
441 <#assign tipoDoc = "linkdoc-pdf" />
442 <div class="col-md-4">
443 <#if descargablesList.archivoDescargable.getData()?has_content && descargablesList.archivoDescargable.getData()?contains("pdf")>
444 <#elseif descargablesList.archivoDescargable.getData()?has_content && descargablesList.archivoDescargable.getData()?contains("xlsx")>
445 <#assign tipoDoc = "linkdoc-xls" />
446 <#elseif descargablesList.archivoDescargable.getData()?has_content && descargablesList.archivoDescargable.getData()?contains("xls")>
447 <#assign tipoDoc = "linkdoc-xls" />
448 <#elseif descargablesList.archivoDescargable.getData()?has_content && descargablesList.archivoDescargable.getData()?contains("docx")>
449 <#assign tipoDoc = "linkdoc-doc" />
450 </#if>
451 <a target="_blank" title="${descargablesList.tituloArchivoDescargable.getData()}" role="DesDoc" onclick="javascript:marcaje_google_analytics(this, 'BCab/Áreas/Política Monetaria/IPoM/DesDoc ${descargablesList.tituloArchivoDescargable.getData()}', 'clic')" class="linkdoc mb-5" href="${descargablesList.archivoDescargable.getData()}">
452 <div class="linkdoc-colimg ${tipoDoc}"> </div>
453 <div class="linkdoc-coltext">
454 <p class="linkdoc-text">${descargablesList.tituloArchivoDescargable.getData()}</p>
455 </div>
456 </a>
457 </div>
458 </#list>
459 </div>
460
461
462 <div class="row">
463 <#if acordeonList.enlacesAcordeon.tituloEnlaceAcordeon.getSiblings()?has_content>
464 <ul class="listcorp listcorp-featured pt-7 row">
465 <#list acordeonList.enlacesAcordeon.getSiblings() as datos>
466
467 <#if datos.tituloEnlaceAcordeon.getData()?has_content>
468 <#assign link = "" />
469 <#assign url = "" />
470 <#assign target = "_self" />
471 <#if datos.enlaceExternoAcordeon.getData()?has_content >
472 <#assign link = "listcorp-item-external" />
473 <#assign url = datos.enlaceExternoAcordeon.getData() />
474 <#assign target = "_blank" />
475 <#elseif datos.enlacePaginaAcordeon.getFriendlyUrl()?has_content>
476 <#assign link = "" />
477 <#assign url = datos.enlacePaginaAcordeon.getFriendlyUrl() />
478 <#assign target = "_self" />
479 <#elseif datos.enlaceInternoEscritoAcordeon?? && datos.enlaceInternoEscritoAcordeon.getData()?has_content >
480 <#assign link = "" />
481 <#assign url = datos.enlaceInternoEscritoAcordeon.getData() />
482 <#assign target = "_self" />
483 </#if>
484
485 <li class="col-12 col-md-12 ${link}">
486
487 <a target ="${target}" href="${url}" role="LEnl" onclick="javascript:marcaje_google_analytics(this, 'BCab/Áreas/Política Monetaria/IPoM/LEnl Enlace ${datos.tituloEnlaceAcordeon.getData()}', 'clic')" title="${datos.tituloEnlaceAcordeon.getData()}">${datos.tituloEnlaceAcordeon.getData()}</a>
488
489 </li>
490
491 </#if>
492 </#list>
493 </ul>
494 </#if>
495 </div>
496 </div>
497 <ul class="listcorp listcorp-featured pt-7 row">
498 </ul>
499 </div>
500 </#if>
501 </#list>
502 </div>
503 </div>
504 </div>
505 </div>
506 </div>
507 </div>
508
509
510
511<!-- REDES SOCIALES -->
512
513<div class="mb-8"> </div>
514
515<div class="container-corp">
516 <div class="d-flex justify-content-end box-share ">
517 <div class="d-flex align-items-center"><span class="c-grey-3 f-opensans-regular mr-1"> <#if locale == "es_ES" >
518 Comparte:
519 <#else>
520 Share:
521 </#if></span>
522
523 <div class="button-share mr-1"><a href="http://twitter.com/intent/tweet?text=${titulo.getData()}&url=${currentUrl}&hashtags=BancoCentral" onclick="window.open(this.href, 'twitterwindow','left=20,top=20,width=600,height=300,toolbar=0,resizable=1'); return false;"><svg fill="none" height="25" viewbox="0 0 25 25" width="25" xmlns="http://www.w3.org/2000/svg"> <rect fill="#7B7E86" height="25" rx="2" width="25"></rect> <path d="M10.5614 20.4756C9.78298 20.4756 8.98181 20.4116 8.17583 20.2834C6.75626 20.0573 5.31925 19.3037 4.91262 19.078L3.84613 18.4862L5.00079 18.1008C6.26298 17.6796 7.03078 17.4182 7.98123 17.009C7.02954 16.5412 6.29607 15.6998 5.943 14.612L5.67439 13.7844L5.89466 13.8185C5.68578 13.6048 5.52085 13.388 5.393 13.1907C4.9383 12.4898 4.69757 11.6333 4.74879 10.8993L4.79933 10.1768L5.22546 10.3444C5.0457 9.99983 4.91578 9.63186 4.83943 9.24619C4.65335 8.30563 4.80908 7.30639 5.27806 6.4326L5.64925 5.74098L6.1457 6.34618C7.71577 8.26047 9.70443 9.39602 12.0647 9.72845C11.9683 9.05398 12.0405 8.40306 12.2796 7.8196C12.558 7.14025 13.0532 6.56418 13.7113 6.15355C14.4421 5.69763 15.3284 5.47671 16.2069 5.53149C17.139 5.58961 17.9852 5.94406 18.6573 6.55721C18.9855 6.47065 19.2273 6.37824 19.5542 6.25335C19.7508 6.17823 19.9739 6.09292 20.2529 5.99536L21.2812 5.63575L20.6107 7.57958C20.6549 7.57582 20.7005 7.57261 20.7481 7.57052L21.8462 7.52007L21.1972 8.42034C21.16 8.47191 21.1505 8.48655 21.1373 8.50676C21.085 8.58677 21.0199 8.68629 20.129 9.89362C19.906 10.1959 19.7946 10.5897 19.8154 11.0026C19.8943 12.5715 19.7047 13.9909 19.2514 15.2214C18.8226 16.3855 18.1582 17.3844 17.2769 18.1901C16.1862 19.187 14.7955 19.8696 13.1431 20.2186C12.3326 20.3897 11.4622 20.4756 10.5614 20.4756Z" fill="white"></path> </svg> </a></div>
524 <div class="button-share mr-1">
525 <a href="https://www.facebook.com/sharer/sharer.php?u=${currentUrl}&display=popup&ref=plugin&src=like&kid_directed_site=0&app_id=2580469875387422" >
526 <svg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg">
527 <path d="M23 0H2C0.9 0 0 0.9 0 2V23C0 24.1 0.9 25 2 25H11V16.2H8.1V11.8H11V8.8C11 6.4 13 4.4 15.4 4.4H19.8V8.8H15.4V11.8H19.8L19.1 16.2H15.4V25H23C24.1 25 25 24.1 25 23V2C25 0.9 24.1 0 23 0Z" fill="#7B7E86"/>
528 </svg>
529 </a>
530 </div>
531 <div class="button-share mr-1">
532 <a href="https://www.linkedin.com/shareArticle?mini=true&url=${currentUrl}&title=${titulo.getData()}&source=Banco Central de Chile" onclick="window.open(this.href, 'mywin',
533 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;"><svg fill="none" height="25" viewbox="0 0 25 25" width="25" xmlns="http://www.w3.org/2000/svg"> <path d="M22.9 0H2.1C0.9 0 0 0.9 0 2.1V22.9C0 24.1 0.9 25 2.1 25H22.9C24.1 25 25 24.1 25 22.9V2.1C25 0.9 24.1 0 22.9 0ZM8.8 19.8H5.9V9.6H8.8V19.8ZM8.8 8.1H5.9V5.2H8.8V8.1ZM19.1 19.8H16.2V14C16.2 13.2 15.5 12.5 14.7 12.5C13.9 12.5 13.2 13.2 13.2 14V19.9H10.3V9.6H13.2V10.2C14 10 14.5 9.6 15.4 9.6C17.4 9.6 19.1 11.4 19.1 13.5V19.8Z" fill="#7B7E86"></path> </svg> </a>
534 </div>
535
536 <div class="button-share mr-1"><a class="rrss-link" href="https://api.whatsapp.com/send?text=${titulo.getData()}: ${currentUrl}" target="_blank" title="Compartir en Whatsapp"><svg fill="none" height="25" viewbox="0 0 25 25" width="25" xmlns="http://www.w3.org/2000/svg"> <rect fill="#7B7E86" height="25" rx="2" width="25"></rect> <path d="M12.5 4C7.83133 4 4 7.83133 4 12.5C4 13.7594 4.27753 14.9915 4.80907 16.1161C5.03687 16.5981 5.1188 17.1441 4.97024 17.6561C4.54946 19.1063 5.89371 20.4505 7.3439 20.0298C7.85591 19.8812 8.40189 19.9631 8.88389 20.1909C10.0085 20.7225 11.2406 21 12.5 21C17.1687 21 21 17.1687 21 12.5C21 7.83133 17.1687 4 12.5 4ZM17.8143 16.0915L17.4189 16.487C16.8593 17.0465 15.5726 17.0021 14.7458 16.8425C11.9965 16.3115 8.79124 13.2047 8.17309 10.5142C7.867 9.18137 8.036 8.02264 8.47801 7.58049L8.87347 7.18504C9.09175 6.96688 9.44635 6.96714 9.66438 7.18504L11.2465 8.76724C11.352 8.87282 11.4099 9.01276 11.4099 9.16257C11.4099 9.31237 11.352 9.45245 11.2465 9.55763L10.8511 9.95348C10.4153 10.3903 10.4153 11.0999 10.8511 11.5357L13.4637 14.1139C13.9008 14.5509 14.6081 14.5515 15.0459 14.1139L15.4413 13.7185C15.6455 13.5132 16.0268 13.5126 16.2326 13.7185L17.8143 15.3002C18.0291 15.5141 18.0373 15.8684 17.8143 16.0915Z" fill="white"></path> </svg> </a></div>
537
538 <div class="button-share">
539 <a href="mailto:?subject=Banco Central&body=${titulo.getData()}: ${currentUrl}" target="_blank" title="${titulo.getData()}"><svg fill="none" height="25" viewbox="0 0 25 25" width="25" xmlns="http://www.w3.org/2000/svg"> <rect fill="#7B7E86" height="25" rx="2" width="25"></rect> <path d="M4 7.41304V16.8361L9.81729 12.5233L4 7.41304Z" fill="white"></path> <path d="M13.2171 12.834L20.3738 6.5625H4.64368L11.7829 12.834C12.205 13.2041 12.7949 13.2041 13.2171 12.834Z" fill="white"></path> <path d="M15.1842 12.5248L20.9999 16.8411V7.42834L15.1842 12.5248Z" fill="white"></path> <path d="M13.8318 13.7099C13.4398 14.0535 12.9698 14.2254 12.5 14.2254C12.0301 14.2254 11.5603 14.0536 11.1681 13.7099L10.6421 13.2477L4 18.172V18.4375H21V18.1774L14.3586 13.2484L13.8318 13.7099Z" fill="white"></path> </svg> </a>
540 </div>
541 </div>
542 </div>
543</div>
544
545
546<style type="text/css">
547img.img-3{
548 max-width: 100%;
549 }
550.linkdoc:after {
551 content: "\f182";
552 font: normal normal normal 36px/1 "LineAwesome";
553 position: absolute;
554 top: calc(50% - 18px);
555 right: .938rem;
556 color: #182d4f;
557 }
558 .listcorp.listCorpAbajo li a:before {
559 font-family: "LineAwesome";
560 font-size: 1.125rem;
561 content: "\f121";
562 position: absolute;
563 right: calc(100% + 1.25rem);
564 top: 0;
565 font-weight: bold;
566 line-height: 1.3;
567 -moz-transform: rotate(90deg) !important;
568 -ms-transform: rotate(90deg) !important;
569 -o-transform: rotate(90deg) !important;
570 -webkit-transform: rotate(90deg) !important;
571 }
572
573 .listcorp.listcorp-featured.listCorpDerecha li a:before {
574 position: absolute;
575 right: calc(100% + 1.125rem);
576 top: -6px;
577 font-size: 1.750rem;
578 -moz-transform: rotate(0deg) !important;
579 -ms-transform: rotate(0deg) !important;
580 -o-transform: rotate(0deg) !important;
581 -webkit-transform: rotate(0deg) !important;
582 }
583
584 .listcorp.listcorp-featured {
585 font-family: "OpenSans";
586 font-size: 1.25rem;
587 line-height: 1.2;
588 /* padding-left: 2.6rem; */
589 }
590 .fondo-blanco{
591 background-color: white;
592 border-radius: 2%;
593 }
594
595 .titulo-box-blanco{
596 color: #0f1d34;
597 font-size: 1rem;
598 overflow: hidden;
599 position: relative;
600 font-family: "OpenSans";
601 }
602
603 .borde-abajo {
604 border-bottom-color: #8c97a8;
605 border-bottom-width: 2px;
606 border-bottom-style: solid;
607 }
608
609 .listcorp-dos {
610 margin: 0;
611 padding-left: 2.188rem;
612 list-style-type: none;
613 /* font-family: "OpenSans"; */
614 font-size: 1.25rem;
615 line-height: 1.6;
616 }
617
618 .listcorp-dos li a {
619 display: block;
620 color: #cc3e43;
621 margin-bottom: 3px;
622 position: relative;
623 }
624
625 .listcorp-dos li a:before {
626 font-family: "LineAwesome";
627 font-size: 1.125rem;
628 content: "\f121";
629 position: absolute;
630 right: calc(100% + 1.250rem);
631 top: 0;
632 font-weight: bold;
633 line-height: 1.3;
634 }
635
636 .box-acordeon-header {
637 padding: 15px 30px;
638 border-radius: 3px;
639 cursor: pointer;
640 background-color: #182d4f;
641 margin-bottom: 10px;
642 }
643
644 .c-white {
645 color: white !important;
646 }
647 .col-md-4.plan {
648 top: 200px;
649}
650</style>
651
652<script>
653 AUI().use('liferay-session', function(A) {
654 Liferay.Session = new Liferay.SessionBase(
655 {
656 autoExtend: true,
657 redirectOnExpire: false,
658 redirectUrl: 'http\x3a\x2f\x2f10\x2e55\x2e1\x2e31\x3a8080http\x3a\x2f\x2f10\x2e55\x2e1\x2e31\x3a8080\x2fhome',
659 sessionLength: 890,
660 warningLength: 0
661 }
662 );
663 })
664</script>
665
666<#attempt>
667<#if encuesta?has_content >
668 <#if getterUtil.getBoolean(encuesta.getData()) >
669 <div id="encuesta-modal" style="display:none" class="modal-open">
670 <div class="modal fade in" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel">
671 <div class="modal-dialog" role="document">
672 <div class="modal-content">
673 <div class="modal-body">
674 <@liferay_portlet["runtime"] defaultPreferences="${freeMarkerPortletPreferences}" portletProviderAction=portletProviderAction.VIEW instanceId="portlet_com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormPortlet_INSTANCE_${.vars['reserved-article-id'].data}" portletName="com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormPortlet"/>
675 <div class="mensaje-fin portlet-forms ">
676 <a id="no-responder" href="javascript:cerrar_encuesta();" >Saltar encuesta</a>
677 </div>
678 </div>
679 </div>
680 </div>
681 </div>
682 </div>
683 </#if>
684</#if>
685<#recover>
686 <p style="display:none">${.error}</p>
687</#attempt>
688
689<script>
690 function cerrar_encuesta(){
691 jQuery("#encuesta-modal").remove();
692 }
693
694 $(document).ready(function() {
695 console.log('ready')
696 var url = window.location.href;
697
698 if(url.indexOf("/-/detalle")<0 && url.indexOf("/-/details")<0){
699 $(".visor-buscador").hide();
700 }
701
702 setTimeout(function(){
703 var url = window.location.href;
704 if(url.indexOf("?")==-1){
705 jQuery("#encuesta-modal").css("display","block")
706 }
707
708 var $target = jQuery(".lfr-ddm-form-field-container");
709 var observer = new MutationObserver(function(mutations) {
710 mutations.forEach(function(mutation) {
711 if (mutation.attributeName === "class") {
712 var attributeValue = jQuery(mutation.target).prop(mutation.attributeName);
713 if (attributeValue.indexOf("lfr-ddm-form-field-container") >= 0){
714 $('.lfr-ddm-form-field-container').find('label').each(function(){
715 if($(this).text().split(' ')[0].length == 1 && $(this).text().length > 1){
716 var num = $(this).text().split(' ')[0]
717 var txt = $(this).text().split(num)[1]
718 $(this).html("<span class='text-numb'>" + num + "</span>" + txt);
719 }
720
721 if($(this).text().split(' ')[0] == 3){
722 $(this).closest('div').next('.custom-control').attr('style', 'display: none');
723 }
724 if ($(window).width() > 768) {
725 if($(this).text().split(' ')[0].indexOf('3.') >= 0){
726 $(this).attr('style', 'margin-left: 30px');
727 }
728 }
729 })
730 }
731 }
732 });
733 });
734 observer.observe($target[1], {
735 attributes: true
736 });
737
738 $('.lfr-ddm-form-field-container').find('label').each(function(){
739 if($(this).text().split(' ')[0].length == 1 && $(this).text().length > 1){
740 var num = $(this).text().split(' ')[0]
741 var txt = $(this).text().split(num)[1]
742 $(this).html("<span class='text-numb'>" + num + "</span>" + txt);
743 }
744
745 if($(this).text().split(' ')[0] == 3){
746 $(this).closest('div').next('.custom-control').attr('style', 'display: none');
747 }
748
749 if ($(window).width() > 768) {
750 if($(this).text().split(' ')[0].indexOf('3.') >= 0){
751 $(this).attr('style', 'margin-left: 30px');
752 }
753 }
754 })
755
756 $('.required-warning').prepend('<img src="/documents/33528/0/warning+%281%29.png/ce00599e-0c29-5707-1411-9b740e5dbd59?t=1573236433177" style="width: 35px;">');
757 },1500)
758 });
759</script>
760
761<style>
762
763@media (min-width: 993px){
764.sliderboxset {
765 padding: 30px 20px !important;
766 min-height: 637px !important;
767}
768}
769
770
771@media (max-width: 990px){
772.sliderboxset {
773 min-height: 490px !important;
774}
775}
776
777.carousel-control-prev{
778 display:none! important;
779}
780
781.carousel-control-next{
782 display:none! important;
783}
784
785.img-ancla:hover {
786 opacity: 0.5;
787}
788 #encuesta-modal .modal-content {
789 overflow: hidden;
790 -ms-overflow-y: auto !important;
791 max-height: 600px;
792 max-width: 800px;
793 margin-left: auto;
794 margin-right: auto;
795 }
796
797 #encuesta-modal .modal.fade .modal-dialog {
798 transition: transform .3s ease-out;
799 transform: translate(0,0);
800 width: 100%;
801 }
802
803 .modal{
804 background-color:rgba(0,0,0,0.5)!important;
805 }
806
807 .ddm-form-name {
808 text-align: center;
809 color: #182d4f !important;
810 font-family: "Lato_Bold";
811 line-height: 1.2;
812 }
813
814 .ddm-form-description {
815 font-family: "OpenSans";
816 font-size: 1em;
817 color: #182d4f !important;
818 margin-top: 0;
819 text-align: center;
820 }
821
822 #no-responder {
823 float: right;
824 text-decoration: underline;
825 color: #cc3e43;
826 margin-top: -8px;
827 margin-right: 22px;
828 }
829
830 #encuesta-modal .btn-primary {
831 background-color: #cc3e43;
832 border: 1px solid #cc3e43;
833 color: white;
834 border-radius: 5px;
835 font-size: 1em;
836 cursor: pointer;
837 font-family: "OpenSans";
838 font-weight: 400;
839 line-height: 1.188rem;
840 text-align: center;
841 padding: .5em 1em;
842 width: 7.5rem;
843 }
844
845 #encuesta-modal .lfr-ddm-form-page-title {
846 display: none;
847 }
848
849 #encuesta-modal .required-warning {
850 text-align: center;
851 color: tomato;
852 border: tomato 1px solid;
853 padding-top: 4px;
854 padding-bottom: 4px;
855 margin-left: 150px;
856 margin-right: 150px;
857 border-radius: 20px;
858 padding-left: inherit;
859 }
860
861 #encuesta-modal .lfr-ddm-form-field-container {
862 font-family: "OpenSans";
863 font-size: 1em;
864 color: #4b4b4b;
865 margin-top: 0;
866 }
867
868 #encuesta-modal .custom-control.custom-radio .custom-control-label {
869 padding: 7px;
870 background-color: white;
871 color: #182d4f;
872 border-radius: 5px;
873 min-width: 150px;
874 display: inline-block;
875 text-align:center;
876 font-size:12px;
877 border: #182d4f 1px solid;
878 }
879
880 #encuesta-modal .custom-control.custom-radio .custom-control-label:before,
881 #encuesta-modal .custom-control.custom-radio .custom-control-label:after {
882 display:none;
883 }
884
885 #encuesta-modal .custom-control.custom-radio .custom-control-label .custom-control-label-text {
886 padding-left:0;
887 }
888
889 #encuesta-modal .custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label {
890 background-color: #182d4f;
891 color:white;
892 }
893
894 #encuesta-modal .lexicon-icon {
895 color: tomato;
896 font-size: 0.5rem;
897 }
898
899 #encuesta-modal .lfr-icon-item {
900 color: #182d4f;
901 text-decoration: underline;
902 }
903
904 #encuesta-modal .lfr-ddm-form-field-container label {
905 color: #182d4f;
906 }
907
908 #encuesta-modal .text-numb {
909 border: #182d4f 1px solid;
910 color: white;
911 background-color: #182d4f;
912 padding-left: 7px;
913 padding-right: 7px;
914 border-radius: 15px;
915 }
916
917 @media (max-width: 768px) {
918 #encuesta-modal .required-warning {
919 width: 100%;
920 margin-left: 0;
921 margin-right: 0;
922 }
923
924 #encuesta-modal .modal.fade .modal-dialog {
925 width:96%;
926 position: relative;
927 }
928
929 #encuesta-modal .modal-content {
930 max-height: 90vh;
931 margin-top: 5vh;
932 }
933
934 #encuesta-modal .container-fluid-1280 {
935 padding-left:0;
936 padding-right:0;
937 }
938
939 #encuesta-modal .lfr-ddm-form-page row {
940 margin-left:0;
941 margin-right:0;
942 }
943
944 #encuesta-modal .lfr-ddm-form-page row [class*="col-"] {
945 margin-left:0;
946 margin-right:0;
947 }
948
949 #encuesta-modal .custom-control.custom-radio .custom-control-label {
950 display:block;
951 }
952
953 #encuesta-modal .liferay-ddm-form-field-radio .custom-control-inline.custom-control {
954 display:block;
955 margin-bottom:10px;
956 margin-left:0;
957 }
958 }
959</style>
960 <script>
961 $(document).ready(function() {
962
963 $('.ancla').click(function(e){
964 // Evitamos que se haga el scroll
965 e.preventDefault();
966 //console.log("nos detenemos");
967 // Capturamos el ancla
968 var ancla = $(this).attr('href');
969 //console.log("el ancla es"+ancla);
970 // Le quitamos el numeral # para solo quedarnos con el nombre de la sección
971 ancla = ancla.substring(1);
972 // Obtenemos la posición de la sección
973 var position = $('#'+ancla).position();
974 //console.log("bajamos");
975 // Hacemos el efecto scroll y le restamos algunos pixeles, en este caso 180
976 $('html, body').animate({scrollTop: (position.top - 180)}, 500);
977 });
978
979 });
980</script>
981<br><br><br>