Atrás
Paz Santos Santiago. La doble mirada de Alicia
Se ha producido un error al procesar la plantilla.
No signature of method decode matches the arguments
1<style>
2
3 #detalle-contenidos{
4 width: 100%;
5 height: auto;
6 }
7
8 #detalle-contenidos .detalle-container{
9 position: relative;
10 display: block;
11 }
12
13 #detalle-contenidos .titulo-contenido{
14 position: relative;
15 background: white;
16 margin-top: 10px;
17 margin-bottom: 5px;
18 padding: 0 5px;
19 }
20
21 #detalle-contenidos .titulo-contenido span{
22 position: relative;
23 font-family: Arial, Helvetica, sans-serif !important;
24 font-weight: bold;
25 display: block;
26 width: 100%;
27 color: black;
28 text-align: center;
29 font-size: 2.75em;
30 line-height: 30px;
31 }
32
33 #detalle-contenidos hr{
34 border-top: 1px solid #0e72b5!important;
35 margin: 10px 0px 10px 0px!important;
36 }
37
38 #detalle-contenidos .date-social-media-container{
39 position: relative;
40 width: 100%;
41 height: 31px;
42 }
43
44 #detalle-contenidos .social-media-bar{
45 height: 31px;
46 display: inline-block;
47 float: right;
48 }
49
50 #detalle-contenidos .fa {
51 padding: 7px;
52 font-size: 17px;
53 width: 17px;
54 text-align: center;
55 text-decoration: none;
56 border-radius: 50%;
57 }
58
59 #detalle-contenidos .fa-facebook{
60 background: #3B5998;
61 color: white;
62 }
63
64 #detalle-contenidos .fa-x-twitter {
65 background: black;
66 color: white;
67 }
68
69 #detalle-contenidos .fa-envelope {
70 background: #97bf0d;
71 color: white;
72 }
73
74 #detalle-contenidos .fa-print {
75 background: #ea620d;
76 color: white;
77 }
78
79 #detalle-contenidos .descripcion-contenido{
80 position: relative;
81 width: 100%;
82 background: white;
83 margin-bottom: 15px;
84 }
85
86 #detalle-contenidos .descripcion-contenido span{
87 position: relative;
88 display: block;
89 width: auto;
90 color: black;
91 text-align: justify;
92 overflow: hidden;
93 }
94
95 #detalle-contenidos .contenidos-adicionales{
96 position: relative;
97 width: 100%;
98 height: auto;
99 }
100
101 #detalle-contenidos .ficheros-asociados{
102 position: relative;
103 display: inline-block;
104 top: 0px;
105 right: 0px;
106 width: 100%;
107 }
108
109 #detalle-contenidos .ficheros-label{
110 position: relative;
111 width: 100%;
112 background: white;
113 margin: 20px 0px;
114 }
115
116 #detalle-contenidos .ficheros-label span{
117 font-family: Arial, Helvetica, sans-serif !important;
118 font-size: 20px;
119 font-weight: 400;
120 color: white;
121 background: #0e72b5;
122 padding: 9px;
123 border-radius: 0px 40px 40px 0px;
124 user-select: none;
125 }
126
127 #detalle-contenidos .contenedor-ficheros{
128 display: inline-block;
129 position: relative;
130 background-color: #efefee;
131 width: 100%;
132 height: auto;
133 border-radius: 10px;
134 padding-bottom: 10px;
135 overflow: hidden;
136 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
137 }
138
139 #detalle-contenidos .enlace-fichero{
140 position: relative;
141 width: 100%;
142 margin-top: 10px;
143 margin-left: 10px;
144 }
145
146 #detalle-contenidos .slider-nav-btn{
147 display: inline-block;
148 position: absolute;
149 top: 0;
150 width: 30px;
151 height: 30px;
152 }
153
154 #detalle-contenidos .ficheros-nav-pdf{
155 background: url("/Diputacion-theme/images/cultura_dipva/icono-pdf.png") no-repeat;
156 left: 0;
157 background-position: center;
158 }
159
160 #detalle-contenidos .ficheros-nav-doc{
161 background: url("/Diputacion-theme/images/cultura_dipva/icono-documento.png") no-repeat;
162 left: 0;
163 background-position: center;
164 }
165
166 #detalle-contenidos .ficheros-nav-zip-rar{
167 background: url("/Diputacion-theme/images/cultura_dipva/icono-zip.png") no-repeat;
168 left: 0;
169 background-position: center;
170 }
171
172 #detalle-contenidos .ficheros-nav-enlace{
173 background: url("/Diputacion-theme/images/cultura_dipva/icono-enlace.png") no-repeat;
174 left: 0;
175 background-position: center;
176 }
177
178 #detalle-contenidos .contenedor-ficheros span{
179 position: relative;
180 font-family: Arial, Helvetica, sans-serif !important;
181 font-weight: bold;
182 display: block;
183 width: 100%;
184 color: #282828;
185 left: 30px;
186 text-align: left;
187 font-size: 0.75em;
188 line-height: 30px;
189 }
190
191 #detalle-contenidos .contenedor-ficheros a{
192 text-decoration: none;
193 }
194
195 #detalle-contenidos .contenedor-ficheros a:hover span{
196 text-decoration: none;
197 color: #0e72b5;
198 }
199
200 #detalle-contenidos .imagenes-asociadas{
201 position: relative;
202 display: inline-block;
203 width: 100%;
204 }
205
206 #detalle-contenidos .imagenes-label{
207 position: relative;
208 width: 100%;
209 background: white;
210 margin: 20px 0px;
211 }
212
213 #detalle-contenidos .imagenes-label span{
214 font-family: Arial, Helvetica, sans-serif !important;
215 font-size: 20px;
216 font-weight: 400;
217 color: white;
218 background: #0e72b5;
219 padding: 9px;
220 border-radius: 0px 40px 40px 0px;
221 user-select: none;
222 }
223
224 #detalle-contenidos .contenedor-imagenes{
225 display: inline-block;
226 position: relative;
227 background-color: #282828;
228 width: 100%;
229 height: auto;
230 border-radius: 10px;
231 text-align: center;
232 }
233
234 #detalle-contenidos .imagenes{
235 position: relative;
236 display: inline-block;
237 width: auto;
238 max-width: 300px;
239 height: 150px;
240 overflow: hidden;
241 padding: 10px 10px 5px 10px;
242 }
243
244 #detalle-contenidos .imagenes:hover{
245 transform: scale(1.05);
246 }
247
248 #detalle-contenidos .imagenes img{
249 position: relative;
250 height: 100%;
251 }
252
253 #detalle-contenidos .descripcion-contenido img{
254 float: right;
255 z-index: 100;
256 padding: 8px 0px 10px 12px;
257 }
258
259 .print-action{
260 display: none;
261 }
262
263 @media print{
264 #detalle-contenidos .social-media-bar{
265 display: none;
266 }
267
268 #banner, nav#breadcrumbs, #footer, .taglib-header{
269 display: none!important;
270 margin: 0px!important;
271 }
272
273 #detalle-contenidos .contenidos-adicionales{
274 display:none;
275 }
276
277 #contenido-noticia a[href]:after{
278 content: none!important;
279 }
280
281 #contenido-noticia .img-principal{
282 width: 150px!important;
283 }
284 }
285</style>
286
287<#assign serviceContext = staticUtil["com.liferay.portal.service.ServiceContextThreadLocal"].getServiceContext() >
288<#assign themeDisplay = serviceContext.getThemeDisplay() />
289<#assign instancia= themeDisplay.getPortletDisplay().getId()>
290<#assign currentURL = themeDisplay.getURLPortal()+themeDisplay.getURLCurrent()>
291
292<div id="detalle-contenidos">
293 <div class="detalle-container">
294 <div class="titulo-contenido">
295 <span>${titulo.getData()}</span>
296 </div>
297 <hr>
298 <div class="date-social-media-container">
299 <div class="social-media-bar">
300 <a href="https://www.facebook.com/sharer/sharer.php?u=${currentURL}" class="fa fa-facebook"><span style="display:none" >Facebook</span></a>
301 <a href="https://twitter.com/share?url=${currentURL}&text=${titulo.getData()}" class="fa fa-x-twitter"><span style="display:none" >Twitter</span></a>
302 <a href="mailto:?&subject=${titulo.getData()}-Cultura-Diputación%20de%20Valladolid&body=${currentURL}" class="fa fa-envelope"><span style="display:none" >Correo</span></a>
303 <a href="#" class="fa fa-print" onclick="window.print();"><span style="display:none" >Imprimir</span></a>
304 </div>
305 </div>
306 <div class="descripcion-contenido">
307 <span>
308 <#if imagen_principal.getData()!="" >
309 <img class="img-principal" src="${imagen_principal.getData()}" />
310 </#if>
311 ${contenido.getData()}
312 </span>
313 </div>
314 <div class="contenidos-adicionales">
315 <#if ficheros_externos.getSiblings()?has_content>
316 <#assign fchs = ficheros_externos.getSiblings()>
317 <#if (fchs?size >=1)&&(fchs[0].getData()?length>10)>
318 <div class="ficheros-asociados">
319 <div class="ficheros-label">
320 <span>Ficheros asociados</span>
321 </div>
322 <div class="contenedor-ficheros">
323 <#list ficheros_externos.getSiblings() as cur_ficheros_externos>
324 <a href="${cur_ficheros_externos.getData()}" target="_blank">
325 <#assign array = cur_ficheros_externos.getData()?split('/')>
326 <div class="enlace-fichero">
327 <#assign tipo_documento = cur_ficheros_externos.getData()>
328 <#if tipo_documento?contains('.pdf')>
329 <div class="slider-nav-btn ficheros-nav-pdf"></div>
330 <#elseif tipo_documento?contains('.doc')>
331 <div class="slider-nav-btn ficheros-nav-doc"></div>
332 <#elseif tipo_documento?contains('www')>
333 <div class="slider-nav-btn ficheros-nav-enlace"></div>
334 <#elseif tipo_documento?contains('.zip') || tipo_documento?contains('.rar')>
335 <div class="slider-nav-btn ficheros-nav-zip-rar"></div>
336 <#else>
337 <div class="slider-nav-btn ficheros-nav-zip-rar"></div>
338 </#if>
339 <#assign decoder = objectUtil("java.net.URLDecoder")>
340 <#assign fileTitle = decoder.decode(array[4], "UTF-8")>
341 <span>${fileTitle}</span>
342 </div>
343 </a>
344 </#list>
345 </div>
346 </div>
347 </#if>
348 </#if>
349
350 <#if imagenes.getSiblings()?has_content>
351 <#assign imgs = imagenes.getSiblings()>
352 <#if (imgs?size >=1)&&(imgs[0].getData()?length>10)>
353 <div class="imagenes-asociadas">
354 <div class="imagenes-label">
355 <span>Imágenes asociadas</span>
356 </div>
357 <div class="contenedor-imagenes">
358 <#list imagenes.getSiblings() as cur_imagenes>
359 <div class="imagenes">
360 <a href="${cur_imagenes.getData()}" target="_blank">
361 <img src="${cur_imagenes.getData()}">
362 </a>
363 </div>
364 </#list>
365 </div>
366 </div>
367 </#if>
368 </#if>
369 </div>
370 </div>
371</div>