Perfil
Categorías
Resultados de búsqueda (2871)
Se ha producido un error al procesar la plantilla.
The string doesn't match the expected date/time/date-time format. The string to parse was: "vie, 05 feb 2010 10:23:00 +0000". The expected format was: "EEE, dd MMM yyyy HH:mm:ss Z".
The nested reason given follows:
Unparseable date: "vie, 05 feb 2010 10:23:00 +0000"

----
FTL stack trace ("~" means nesting-related):
	- Failed at: #assign publishDate = publishDate?dat...  [in template "84823072840842#33034#TPL_ACRONIMO" at line 14, column 1]
----
1<#-- TEMPLATE VERSION: 1.0.0 --> 
2<#-- RESOURCE IMPORTER VERSION: 2.7.0 --> 
3<#assign dlFileEntryLocalService = serviceLocator.findService("com.liferay.document.library.kernel.service.DLFileEntryLocalService") 
4		 journalArticleLocalService = serviceLocator.findService("com.liferay.journal.service.JournalArticleLocalService") 
5		 assetEntryLocalService = serviceLocator.findService("com.liferay.asset.kernel.service.AssetEntryLocalService") 
6		 assetTagLocalService = serviceLocator.findService("com.liferay.asset.kernel.service.AssetTagLocalService") 
7/>  
8<#if .vars['reserved-article-display-date']?? && (.vars['reserved-article-display-date'].data?has_content)> 
9	<#assign publishDate = .vars['reserved-article-display-date'].data /> 
10<#else> 
11	<#assign publishDate = .vars['reserved-article-create-date'].data /> 
12</#if> 
13<#assign formatoFechaBarras = languageUtil.get(locale, 'general.fecha-formato-barras')> 
14<#assign publishDate = publishDate?datetime("EEE, dd MMM yyyy HH:mm:ss Z")> 
15<#assign publishDate = publishDate?string(formatoFechaBarras)> 
16 
17<#-- Javascript para las imágenes --> 
18<link rel="stylesheet" href="${themeDisplay.getPathThemeRoot()}/javascript/slimbox-2.03/css/slimbox2.css" type="text/css" media="screen" /> 
19<script type="text/javascript" src="${themeDisplay.getPathThemeRoot()}/javascript/slimbox-2.03/js/slimbox2.js"></script> 
20 
21<#-- Javascript para la ordenación --> 
22<script type="text/javascript" src="${themeDisplay.getPathThemeRoot()}/javascript/ordenarTablas/script.js"></script> 
23<link rel="stylesheet" href="${themeDisplay.getPathThemeRoot()}/javascript/ordenarTablas/style.css" /> 
24 
25<#-- Definir días --> 
26<#assign diasNoticias = -400 
27		 diasAnuncios = -60 
28		 diasLegislacion = -60 
29		 diasPublicacion = -60 
30		 diasArticulosGenericos = -60 
31		 diasDirectorioAmbiental = -60  
32		 diasAcronimos = -60 
33		 diasLugares = -60 
34		 diasEspecies = -60 
35		 diasHabitats = -60 
36		 diasIndicadores = -60 
37/>   
38 
39<#-- Orden de las etiquetas --> 
40<#assign listaTipologias = [] /> 
41 
42<#assign tags_ = assetTagLocalService.getGroupTags(groupId) /> 
43<#list tags_ as tag> 
44    <#if tag?lower_case?starts_with("tipología -")> 
45        <#assign listaTipologias += [tag] /> 
46    </#if> 
47</#list> 
48 
49<#assign article = journalArticleLocalService.getArticle(groupId, .vars["reserved-article-id"].data) /> 
50 
51<table summary="${languageUtil.get(locale,'tabla.estructura')}" title="${languageUtil.get(locale,'tabla.estructura')}" class="tablaContenido" > 
52	<tbody> 
53			<tr> 
54				<td class="setentaSup" style=""> 
55					<table summary="${languageUtil.get(locale,'tabla.estructura')}" title="${languageUtil.get(locale,'tabla.estructura')}" class="hundred"> 
56						<thead></thead> 
57						<tbody> 
58							<tr> 
59								<td class="fecha_medio_natural">${publishDate} </td> 
60							</tr> 
61							<tr> 
62								<td class="tituloContenido">${.vars["reserved-article-title"].data}</td> 
63							</tr> 
64							<tr> 
65								<td class="formatoTemas"> 
66									${languageUtil.get(locale,'contenido.temas')} 
67									<#assign countTags = 0 /> 
68									<#assign tags = assetTagLocalService.getTags("com.liferay.journal.model.JournalArticle", article.getResourcePrimKey()) /> 
69									<#list tags as tag> 
70									    <#if tag.getName()?lower_case?contains("temas -")> 
71									    	<#if countTags gt 0 > 
72									    		${languageUtil.get(locale,'caracter.separacion.temas')} 
73									    	</#if> 
74									        ${tag.getName()} 
75									        <#assign countTags = countTags + 1 /> 
76									    </#if> 
77									</#list> 
78								</td> 
79							</tr> 
80							<tr> 
81					  			<td> 
82					 	 			${.vars["reserved-article-description"].data} 
83					  			</td> 
84					  		</tr> 
85						</tbody> 
86					</table> 
87				</td> 
88				<#if imagen_fieldset_22302.imagen_22302.getData()?has_content> 
89					<td> 
90						<a rel="lightbox-imagenes" href="${imagen_fieldset_22302.imagen_22302.getData()}" target="_blank" title="${imagen_fieldset_22302.imagen_22302_textoImagen_22302.getData()}. ${languageUtil.get(locale,'general.external-doc')}"> 
91				  			<img class="imagenContenidoGrande" src="${imagen_fieldset_22302.imagen_22302.getData()}" alt="${imagen_fieldset_22302.imagen_22302_textoImagen_22302.getData()}. ${languageUtil.get(locale,'general.external-doc')}"/> 
92				  		</a> <br /> 
93				  		<span class="letraImagen">${imagen_fieldset_22302.imagen_22302_textoImagen_22302.getData()}</span> 
94					</td> 
95				</#if> 
96			</tr> 
97			<tr> 
98				<#if imagen_fieldset_22302.imagen_22302.getData()?has_content> 
99					<td colspan="2"> 
100				<#else> 
101					<td> 
102				</#if> 
103				<table summary="${languageUtil.get(locale,'tabla.estructura')}" title="${languageUtil.get(locale,'tabla.estructura')}" class="hundred"> 
104					<thead></thead>  
105					<tbody>  
106						<tr> 
107							<td> 
108								${contenido_22302.getData()} 
109							</td> 
110						</tr> 
111						<tr> 
112							<td> 
113								<table summary="${languageUtil.get(locale,'tabla.estructura')}" title="${languageUtil.get(locale,'tabla.estructura')}" class="hundred"> 
114									<thead></thead> 
115									<tbody>  
116										<#if documento_fieldset_22302.getSiblings()?has_content> 
117											<tr> 
118												<td> 
119													<div class="tituloDocumentosRelacionados"> 
120														${languageUtil.get(locale,'glosario.ref_doc')} 
121								 					</div> 
122								 					<ul> 
123														<#list documento_fieldset_22302.getSiblings() as cur_documento> 
124															<#if cur_documento.documento_22302.getData()?has_content> 
125		 														<li> 
126		 															<a target="_blank" href="${cur_documento.documento_22302.getData()}" title="${cur_documento.documento_22302_tituloDocumento_22302.getData()}. ${languageUtil.get(locale,'general.external-doc')}"> 
127		 																${cur_documento.documento_22302_tituloDocumento_22302.getData()} 
128		 															</a> 
129			 														</br>${cur_documento.documento_22302_descripcionDocumento_22302.getData()} 
130			 													</li> 
131															</#if> 
132														</#list> 
133													</ul> 
134												</td> 
135											</tr> 
136										</#if> 
137										<#if enlacesExternos_fieldset_22302.getSiblings()?has_content || enlacesInternos_fieldset_22302.getSiblings()?has_content || enlacesContenidosInternos_fieldset_22302.getSiblings()?has_content> 
138											<tr> 
139												<td colspan="4"> 
140													<div class="tituloEnlacesRelacionados"> 
141														${languageUtil.get(locale,'enlacesRelacionados')} 
142													</div> 
143													<ul> 
144														<#if enlacesExternos_fieldset_22302.getSiblings()?has_content> 
145															<#list enlacesExternos_fieldset_22302.getSiblings() as cur_enlacesExternos> 
146																<#if cur_enlacesExternos.enlacesExternos_22302.getData()?has_content> 
147																	<li> 
148																		<a target="_blank" href="${cur_enlacesExternos.enlacesExternos_22302.getData()}" title="${cur_enlacesExternos.enlacesExternos_22302_textoEnlacesExternos_22302.getData()}. ${languageUtil.get(locale,'general.external-doc')}">${cur_enlacesExternos.enlacesExternos_22302_textoEnlacesExternos_22302.getData()}</a> 
149																	</li> 
150																</#if> 
151															</#list> 
152														</#if> 
153														<#if enlacesInternos_fieldset_22302.getSiblings()?has_content> 
154															<#list enlacesInternos_fieldset_22302.getSiblings() as cur_enlacesInternos> 
155																<#if cur_enlacesInternos.enlacesInternos_22302.getData()?has_content> 
156																	<li> 
157																		<a href="${cur_enlacesInternos.enlacesInternos_22302.getFriendlyUrl()}" title="${cur_enlacesInternos.enlacesInternos_22302_textoEnlacesInternos_22302.getData()?html}">${cur_enlacesInternos.enlacesInternos_22302_textoEnlacesInternos_22302.getData()}</a> 
158																	</li> 
159																</#if> 
160															</#list> 
161														</#if> 
162														<#if enlacesContenidosInternos_fieldset_22302.getSiblings()?has_content> 
163															<#list enlacesContenidosInternos_fieldset_22302.getSiblings() as cur_enlacesContenidosInternos> 
164																<#if cur_enlacesContenidosInternos.enlacesContenidosInternos_22302.getData()?has_content> 
165																	<li> 
166																		<a href="${cur_enlacesContenidosInternos.enlacesContenidosInternos_22302.getData()}" title="${cur_enlacesContenidosInternos.enlacesContenidosInternos_22302_textoEnlacesContenidosInternos_22302.getData()}">${cur_enlacesContenidosInternos.enlacesContenidosInternos_22302_textoEnlacesContenidosInternos_22302.getData()}</a>				 
167																	</li> 
168																</#if> 
169															</#list> 
170														</#if> 
171													</ul> 
172												</td> 
173											</tr> 
174											<#if imagenes_fieldset_22302.getSiblings()?has_content> 
175												<tr> 
176													<td> 
177														<#list imagenes_fieldset_22302.getSiblings() as cur_imagenes> 
178															<#if cur_imagenes.imagenes_22302.getData()?has_content> 
179																<a rel="lightbox-imagenes" href="${cur_imagenes.imagenes_22302.getData()}" target="_blank" title="${cur_imagenes.imagenes_22302_textoImagen_22302.getData()}. ${languageUtil.get(locale,'general.external-doc')}"> 
180								 									<img class="imagenContenidoPequeno" src="${cur_imagenes.imagenes_22302.getData()}" alt="${cur_imagenes.imagenes_22302_textoImagen_22302.getData()}. ${languageUtil.get(locale,'general.external-doc')}"/> 
181								 								</a> 
182															</#if> 
183														</#list> 
184													</td> 
185												</tr> 
186											</#if> 
187										</#if> 
188									</tbody> 
189								</table> 
190							</td> 
191						</tr> 
192					</tbody> 
193				</table> 
194			</tr> 
195									</tbody> 
196								</table> 
197							</td> 
198						</tr> 
199					</tbody> 
200				</table> 
201			</td> 
202		</tr> 
203	</tbody> 
204</table> 
Vegetación y fauna de los espacios naturales de interior
Vegetacin y fauna de los espacios naturales de interior
Los espacios naturales de interior son ricos en especies, tanto de fauna como de flora, los cuales se recogen en este cartel, en forma de dibujos acompañados con su nombre común y científico.

Los espacios naturales de interior son ricos en especies, tanto de fauna como de flora, los cuales se recogen en este cartel, en forma de dibujos acompaados con su nombre comn y cientfico.

  • Fecha de publicación 05 de febrero de 2010
Tipo
Cartel
Editor
Direccin General del Medio Natural. Consejera de Agricultura, Agua y Medio Ambiente

Normativas relacionadas

Publicaciones relacionadas

Se ha producido un error al procesar la plantilla.
The string doesn't match the expected date/time/date-time format. The string to parse was: "vie, 05 feb 2010 10:20:00 +0000". The expected format was: "EEE, dd MMM yyyy HH:mm:ss Z".
The nested reason given follows:
Unparseable date: "vie, 05 feb 2010 10:20:00 +0000"

----
FTL stack trace ("~" means nesting-related):
	- Failed at: #assign publishDate = publishDate?dat...  [in template "84823072840842#33034#TPL_ACRONIMO" at line 14, column 1]
----
1<#-- TEMPLATE VERSION: 1.0.0 --> 
2<#-- RESOURCE IMPORTER VERSION: 2.7.0 --> 
3<#assign dlFileEntryLocalService = serviceLocator.findService("com.liferay.document.library.kernel.service.DLFileEntryLocalService") 
4		 journalArticleLocalService = serviceLocator.findService("com.liferay.journal.service.JournalArticleLocalService") 
5		 assetEntryLocalService = serviceLocator.findService("com.liferay.asset.kernel.service.AssetEntryLocalService") 
6		 assetTagLocalService = serviceLocator.findService("com.liferay.asset.kernel.service.AssetTagLocalService") 
7/>  
8<#if .vars['reserved-article-display-date']?? && (.vars['reserved-article-display-date'].data?has_content)> 
9	<#assign publishDate = .vars['reserved-article-display-date'].data /> 
10<#else> 
11	<#assign publishDate = .vars['reserved-article-create-date'].data /> 
12</#if> 
13<#assign formatoFechaBarras = languageUtil.get(locale, 'general.fecha-formato-barras')> 
14<#assign publishDate = publishDate?datetime("EEE, dd MMM yyyy HH:mm:ss Z")> 
15<#assign publishDate = publishDate?string(formatoFechaBarras)> 
16 
17<#-- Javascript para las imágenes --> 
18<link rel="stylesheet" href="${themeDisplay.getPathThemeRoot()}/javascript/slimbox-2.03/css/slimbox2.css" type="text/css" media="screen" /> 
19<script type="text/javascript" src="${themeDisplay.getPathThemeRoot()}/javascript/slimbox-2.03/js/slimbox2.js"></script> 
20 
21<#-- Javascript para la ordenación --> 
22<script type="text/javascript" src="${themeDisplay.getPathThemeRoot()}/javascript/ordenarTablas/script.js"></script> 
23<link rel="stylesheet" href="${themeDisplay.getPathThemeRoot()}/javascript/ordenarTablas/style.css" /> 
24 
25<#-- Definir días --> 
26<#assign diasNoticias = -400 
27		 diasAnuncios = -60 
28		 diasLegislacion = -60 
29		 diasPublicacion = -60 
30		 diasArticulosGenericos = -60 
31		 diasDirectorioAmbiental = -60  
32		 diasAcronimos = -60 
33		 diasLugares = -60 
34		 diasEspecies = -60 
35		 diasHabitats = -60 
36		 diasIndicadores = -60 
37/>   
38 
39<#-- Orden de las etiquetas --> 
40<#assign listaTipologias = [] /> 
41 
42<#assign tags_ = assetTagLocalService.getGroupTags(groupId) /> 
43<#list tags_ as tag> 
44    <#if tag?lower_case?starts_with("tipología -")> 
45        <#assign listaTipologias += [tag] /> 
46    </#if> 
47</#list> 
48 
49<#assign article = journalArticleLocalService.getArticle(groupId, .vars["reserved-article-id"].data) /> 
50 
51<table summary="${languageUtil.get(locale,'tabla.estructura')}" title="${languageUtil.get(locale,'tabla.estructura')}" class="tablaContenido" > 
52	<tbody> 
53			<tr> 
54				<td class="setentaSup" style=""> 
55					<table summary="${languageUtil.get(locale,'tabla.estructura')}" title="${languageUtil.get(locale,'tabla.estructura')}" class="hundred"> 
56						<thead></thead> 
57						<tbody> 
58							<tr> 
59								<td class="fecha_medio_natural">${publishDate} </td> 
60							</tr> 
61							<tr> 
62								<td class="tituloContenido">${.vars["reserved-article-title"].data}</td> 
63							</tr> 
64							<tr> 
65								<td class="formatoTemas"> 
66									${languageUtil.get(locale,'contenido.temas')} 
67									<#assign countTags = 0 /> 
68									<#assign tags = assetTagLocalService.getTags("com.liferay.journal.model.JournalArticle", article.getResourcePrimKey()) /> 
69									<#list tags as tag> 
70									    <#if tag.getName()?lower_case?contains("temas -")> 
71									    	<#if countTags gt 0 > 
72									    		${languageUtil.get(locale,'caracter.separacion.temas')} 
73									    	</#if> 
74									        ${tag.getName()} 
75									        <#assign countTags = countTags + 1 /> 
76									    </#if> 
77									</#list> 
78								</td> 
79							</tr> 
80							<tr> 
81					  			<td> 
82					 	 			${.vars["reserved-article-description"].data} 
83					  			</td> 
84					  		</tr> 
85						</tbody> 
86					</table> 
87				</td> 
88				<#if imagen_fieldset_22302.imagen_22302.getData()?has_content> 
89					<td> 
90						<a rel="lightbox-imagenes" href="${imagen_fieldset_22302.imagen_22302.getData()}" target="_blank" title="${imagen_fieldset_22302.imagen_22302_textoImagen_22302.getData()}. ${languageUtil.get(locale,'general.external-doc')}"> 
91				  			<img class="imagenContenidoGrande" src="${imagen_fieldset_22302.imagen_22302.getData()}" alt="${imagen_fieldset_22302.imagen_22302_textoImagen_22302.getData()}. ${languageUtil.get(locale,'general.external-doc')}"/> 
92				  		</a> <br /> 
93				  		<span class="letraImagen">${imagen_fieldset_22302.imagen_22302_textoImagen_22302.getData()}</span> 
94					</td> 
95				</#if> 
96			</tr> 
97			<tr> 
98				<#if imagen_fieldset_22302.imagen_22302.getData()?has_content> 
99					<td colspan="2"> 
100				<#else> 
101					<td> 
102				</#if> 
103				<table summary="${languageUtil.get(locale,'tabla.estructura')}" title="${languageUtil.get(locale,'tabla.estructura')}" class="hundred"> 
104					<thead></thead>  
105					<tbody>  
106						<tr> 
107							<td> 
108								${contenido_22302.getData()} 
109							</td> 
110						</tr> 
111						<tr> 
112							<td> 
113								<table summary="${languageUtil.get(locale,'tabla.estructura')}" title="${languageUtil.get(locale,'tabla.estructura')}" class="hundred"> 
114									<thead></thead> 
115									<tbody>  
116										<#if documento_fieldset_22302.getSiblings()?has_content> 
117											<tr> 
118												<td> 
119													<div class="tituloDocumentosRelacionados"> 
120														${languageUtil.get(locale,'glosario.ref_doc')} 
121								 					</div> 
122								 					<ul> 
123														<#list documento_fieldset_22302.getSiblings() as cur_documento> 
124															<#if cur_documento.documento_22302.getData()?has_content> 
125		 														<li> 
126		 															<a target="_blank" href="${cur_documento.documento_22302.getData()}" title="${cur_documento.documento_22302_tituloDocumento_22302.getData()}. ${languageUtil.get(locale,'general.external-doc')}"> 
127		 																${cur_documento.documento_22302_tituloDocumento_22302.getData()} 
128		 															</a> 
129			 														</br>${cur_documento.documento_22302_descripcionDocumento_22302.getData()} 
130			 													</li> 
131															</#if> 
132														</#list> 
133													</ul> 
134												</td> 
135											</tr> 
136										</#if> 
137										<#if enlacesExternos_fieldset_22302.getSiblings()?has_content || enlacesInternos_fieldset_22302.getSiblings()?has_content || enlacesContenidosInternos_fieldset_22302.getSiblings()?has_content> 
138											<tr> 
139												<td colspan="4"> 
140													<div class="tituloEnlacesRelacionados"> 
141														${languageUtil.get(locale,'enlacesRelacionados')} 
142													</div> 
143													<ul> 
144														<#if enlacesExternos_fieldset_22302.getSiblings()?has_content> 
145															<#list enlacesExternos_fieldset_22302.getSiblings() as cur_enlacesExternos> 
146																<#if cur_enlacesExternos.enlacesExternos_22302.getData()?has_content> 
147																	<li> 
148																		<a target="_blank" href="${cur_enlacesExternos.enlacesExternos_22302.getData()}" title="${cur_enlacesExternos.enlacesExternos_22302_textoEnlacesExternos_22302.getData()}. ${languageUtil.get(locale,'general.external-doc')}">${cur_enlacesExternos.enlacesExternos_22302_textoEnlacesExternos_22302.getData()}</a> 
149																	</li> 
150																</#if> 
151															</#list> 
152														</#if> 
153														<#if enlacesInternos_fieldset_22302.getSiblings()?has_content> 
154															<#list enlacesInternos_fieldset_22302.getSiblings() as cur_enlacesInternos> 
155																<#if cur_enlacesInternos.enlacesInternos_22302.getData()?has_content> 
156																	<li> 
157																		<a href="${cur_enlacesInternos.enlacesInternos_22302.getFriendlyUrl()}" title="${cur_enlacesInternos.enlacesInternos_22302_textoEnlacesInternos_22302.getData()?html}">${cur_enlacesInternos.enlacesInternos_22302_textoEnlacesInternos_22302.getData()}</a> 
158																	</li> 
159																</#if> 
160															</#list> 
161														</#if> 
162														<#if enlacesContenidosInternos_fieldset_22302.getSiblings()?has_content> 
163															<#list enlacesContenidosInternos_fieldset_22302.getSiblings() as cur_enlacesContenidosInternos> 
164																<#if cur_enlacesContenidosInternos.enlacesContenidosInternos_22302.getData()?has_content> 
165																	<li> 
166																		<a href="${cur_enlacesContenidosInternos.enlacesContenidosInternos_22302.getData()}" title="${cur_enlacesContenidosInternos.enlacesContenidosInternos_22302_textoEnlacesContenidosInternos_22302.getData()}">${cur_enlacesContenidosInternos.enlacesContenidosInternos_22302_textoEnlacesContenidosInternos_22302.getData()}</a>				 
167																	</li> 
168																</#if> 
169															</#list> 
170														</#if> 
171													</ul> 
172												</td> 
173											</tr> 
174											<#if imagenes_fieldset_22302.getSiblings()?has_content> 
175												<tr> 
176													<td> 
177														<#list imagenes_fieldset_22302.getSiblings() as cur_imagenes> 
178															<#if cur_imagenes.imagenes_22302.getData()?has_content> 
179																<a rel="lightbox-imagenes" href="${cur_imagenes.imagenes_22302.getData()}" target="_blank" title="${cur_imagenes.imagenes_22302_textoImagen_22302.getData()}. ${languageUtil.get(locale,'general.external-doc')}"> 
180								 									<img class="imagenContenidoPequeno" src="${cur_imagenes.imagenes_22302.getData()}" alt="${cur_imagenes.imagenes_22302_textoImagen_22302.getData()}. ${languageUtil.get(locale,'general.external-doc')}"/> 
181								 								</a> 
182															</#if> 
183														</#list> 
184													</td> 
185												</tr> 
186											</#if> 
187										</#if> 
188									</tbody> 
189								</table> 
190							</td> 
191						</tr> 
192					</tbody> 
193				</table> 
194			</tr> 
195									</tbody> 
196								</table> 
197							</td> 
198						</tr> 
199					</tbody> 
200				</table> 
201			</td> 
202		</tr> 
203	</tbody> 
204</table> 
Se ha producido un error al procesar la plantilla.
The string doesn't match the expected date/time/date-time format. The string to parse was: "vie, 05 feb 2010 10:19:00 +0000". The expected format was: "EEE, dd MMM yyyy HH:mm:ss Z".
The nested reason given follows:
Unparseable date: "vie, 05 feb 2010 10:19:00 +0000"

----
FTL stack trace ("~" means nesting-related):
	- Failed at: #assign publishDate = publishDate?dat...  [in template "84823072840842#33034#TPL_ACRONIMO" at line 14, column 1]
----
1<#-- TEMPLATE VERSION: 1.0.0 --> 
2<#-- RESOURCE IMPORTER VERSION: 2.7.0 --> 
3<#assign dlFileEntryLocalService = serviceLocator.findService("com.liferay.document.library.kernel.service.DLFileEntryLocalService") 
4		 journalArticleLocalService = serviceLocator.findService("com.liferay.journal.service.JournalArticleLocalService") 
5		 assetEntryLocalService = serviceLocator.findService("com.liferay.asset.kernel.service.AssetEntryLocalService") 
6		 assetTagLocalService = serviceLocator.findService("com.liferay.asset.kernel.service.AssetTagLocalService") 
7/>  
8<#if .vars['reserved-article-display-date']?? && (.vars['reserved-article-display-date'].data?has_content)> 
9	<#assign publishDate = .vars['reserved-article-display-date'].data /> 
10<#else> 
11	<#assign publishDate = .vars['reserved-article-create-date'].data /> 
12</#if> 
13<#assign formatoFechaBarras = languageUtil.get(locale, 'general.fecha-formato-barras')> 
14<#assign publishDate = publishDate?datetime("EEE, dd MMM yyyy HH:mm:ss Z")> 
15<#assign publishDate = publishDate?string(formatoFechaBarras)> 
16 
17<#-- Javascript para las imágenes --> 
18<link rel="stylesheet" href="${themeDisplay.getPathThemeRoot()}/javascript/slimbox-2.03/css/slimbox2.css" type="text/css" media="screen" /> 
19<script type="text/javascript" src="${themeDisplay.getPathThemeRoot()}/javascript/slimbox-2.03/js/slimbox2.js"></script> 
20 
21<#-- Javascript para la ordenación --> 
22<script type="text/javascript" src="${themeDisplay.getPathThemeRoot()}/javascript/ordenarTablas/script.js"></script> 
23<link rel="stylesheet" href="${themeDisplay.getPathThemeRoot()}/javascript/ordenarTablas/style.css" /> 
24 
25<#-- Definir días --> 
26<#assign diasNoticias = -400 
27		 diasAnuncios = -60 
28		 diasLegislacion = -60 
29		 diasPublicacion = -60 
30		 diasArticulosGenericos = -60 
31		 diasDirectorioAmbiental = -60  
32		 diasAcronimos = -60 
33		 diasLugares = -60 
34		 diasEspecies = -60 
35		 diasHabitats = -60 
36		 diasIndicadores = -60 
37/>   
38 
39<#-- Orden de las etiquetas --> 
40<#assign listaTipologias = [] /> 
41 
42<#assign tags_ = assetTagLocalService.getGroupTags(groupId) /> 
43<#list tags_ as tag> 
44    <#if tag?lower_case?starts_with("tipología -")> 
45        <#assign listaTipologias += [tag] /> 
46    </#if> 
47</#list> 
48 
49<#assign article = journalArticleLocalService.getArticle(groupId, .vars["reserved-article-id"].data) /> 
50 
51<table summary="${languageUtil.get(locale,'tabla.estructura')}" title="${languageUtil.get(locale,'tabla.estructura')}" class="tablaContenido" > 
52	<tbody> 
53			<tr> 
54				<td class="setentaSup" style=""> 
55					<table summary="${languageUtil.get(locale,'tabla.estructura')}" title="${languageUtil.get(locale,'tabla.estructura')}" class="hundred"> 
56						<thead></thead> 
57						<tbody> 
58							<tr> 
59								<td class="fecha_medio_natural">${publishDate} </td> 
60							</tr> 
61							<tr> 
62								<td class="tituloContenido">${.vars["reserved-article-title"].data}</td> 
63							</tr> 
64							<tr> 
65								<td class="formatoTemas"> 
66									${languageUtil.get(locale,'contenido.temas')} 
67									<#assign countTags = 0 /> 
68									<#assign tags = assetTagLocalService.getTags("com.liferay.journal.model.JournalArticle", article.getResourcePrimKey()) /> 
69									<#list tags as tag> 
70									    <#if tag.getName()?lower_case?contains("temas -")> 
71									    	<#if countTags gt 0 > 
72									    		${languageUtil.get(locale,'caracter.separacion.temas')} 
73									    	</#if> 
74									        ${tag.getName()} 
75									        <#assign countTags = countTags + 1 /> 
76									    </#if> 
77									</#list> 
78								</td> 
79							</tr> 
80							<tr> 
81					  			<td> 
82					 	 			${.vars["reserved-article-description"].data} 
83					  			</td> 
84					  		</tr> 
85						</tbody> 
86					</table> 
87				</td> 
88				<#if imagen_fieldset_22302.imagen_22302.getData()?has_content> 
89					<td> 
90						<a rel="lightbox-imagenes" href="${imagen_fieldset_22302.imagen_22302.getData()}" target="_blank" title="${imagen_fieldset_22302.imagen_22302_textoImagen_22302.getData()}. ${languageUtil.get(locale,'general.external-doc')}"> 
91				  			<img class="imagenContenidoGrande" src="${imagen_fieldset_22302.imagen_22302.getData()}" alt="${imagen_fieldset_22302.imagen_22302_textoImagen_22302.getData()}. ${languageUtil.get(locale,'general.external-doc')}"/> 
92				  		</a> <br /> 
93				  		<span class="letraImagen">${imagen_fieldset_22302.imagen_22302_textoImagen_22302.getData()}</span> 
94					</td> 
95				</#if> 
96			</tr> 
97			<tr> 
98				<#if imagen_fieldset_22302.imagen_22302.getData()?has_content> 
99					<td colspan="2"> 
100				<#else> 
101					<td> 
102				</#if> 
103				<table summary="${languageUtil.get(locale,'tabla.estructura')}" title="${languageUtil.get(locale,'tabla.estructura')}" class="hundred"> 
104					<thead></thead>  
105					<tbody>  
106						<tr> 
107							<td> 
108								${contenido_22302.getData()} 
109							</td> 
110						</tr> 
111						<tr> 
112							<td> 
113								<table summary="${languageUtil.get(locale,'tabla.estructura')}" title="${languageUtil.get(locale,'tabla.estructura')}" class="hundred"> 
114									<thead></thead> 
115									<tbody>  
116										<#if documento_fieldset_22302.getSiblings()?has_content> 
117											<tr> 
118												<td> 
119													<div class="tituloDocumentosRelacionados"> 
120														${languageUtil.get(locale,'glosario.ref_doc')} 
121								 					</div> 
122								 					<ul> 
123														<#list documento_fieldset_22302.getSiblings() as cur_documento> 
124															<#if cur_documento.documento_22302.getData()?has_content> 
125		 														<li> 
126		 															<a target="_blank" href="${cur_documento.documento_22302.getData()}" title="${cur_documento.documento_22302_tituloDocumento_22302.getData()}. ${languageUtil.get(locale,'general.external-doc')}"> 
127		 																${cur_documento.documento_22302_tituloDocumento_22302.getData()} 
128		 															</a> 
129			 														</br>${cur_documento.documento_22302_descripcionDocumento_22302.getData()} 
130			 													</li> 
131															</#if> 
132														</#list> 
133													</ul> 
134												</td> 
135											</tr> 
136										</#if> 
137										<#if enlacesExternos_fieldset_22302.getSiblings()?has_content || enlacesInternos_fieldset_22302.getSiblings()?has_content || enlacesContenidosInternos_fieldset_22302.getSiblings()?has_content> 
138											<tr> 
139												<td colspan="4"> 
140													<div class="tituloEnlacesRelacionados"> 
141														${languageUtil.get(locale,'enlacesRelacionados')} 
142													</div> 
143													<ul> 
144														<#if enlacesExternos_fieldset_22302.getSiblings()?has_content> 
145															<#list enlacesExternos_fieldset_22302.getSiblings() as cur_enlacesExternos> 
146																<#if cur_enlacesExternos.enlacesExternos_22302.getData()?has_content> 
147																	<li> 
148																		<a target="_blank" href="${cur_enlacesExternos.enlacesExternos_22302.getData()}" title="${cur_enlacesExternos.enlacesExternos_22302_textoEnlacesExternos_22302.getData()}. ${languageUtil.get(locale,'general.external-doc')}">${cur_enlacesExternos.enlacesExternos_22302_textoEnlacesExternos_22302.getData()}</a> 
149																	</li> 
150																</#if> 
151															</#list> 
152														</#if> 
153														<#if enlacesInternos_fieldset_22302.getSiblings()?has_content> 
154															<#list enlacesInternos_fieldset_22302.getSiblings() as cur_enlacesInternos> 
155																<#if cur_enlacesInternos.enlacesInternos_22302.getData()?has_content> 
156																	<li> 
157																		<a href="${cur_enlacesInternos.enlacesInternos_22302.getFriendlyUrl()}" title="${cur_enlacesInternos.enlacesInternos_22302_textoEnlacesInternos_22302.getData()?html}">${cur_enlacesInternos.enlacesInternos_22302_textoEnlacesInternos_22302.getData()}</a> 
158																	</li> 
159																</#if> 
160															</#list> 
161														</#if> 
162														<#if enlacesContenidosInternos_fieldset_22302.getSiblings()?has_content> 
163															<#list enlacesContenidosInternos_fieldset_22302.getSiblings() as cur_enlacesContenidosInternos> 
164																<#if cur_enlacesContenidosInternos.enlacesContenidosInternos_22302.getData()?has_content> 
165																	<li> 
166																		<a href="${cur_enlacesContenidosInternos.enlacesContenidosInternos_22302.getData()}" title="${cur_enlacesContenidosInternos.enlacesContenidosInternos_22302_textoEnlacesContenidosInternos_22302.getData()}">${cur_enlacesContenidosInternos.enlacesContenidosInternos_22302_textoEnlacesContenidosInternos_22302.getData()}</a>				 
167																	</li> 
168																</#if> 
169															</#list> 
170														</#if> 
171													</ul> 
172												</td> 
173											</tr> 
174											<#if imagenes_fieldset_22302.getSiblings()?has_content> 
175												<tr> 
176													<td> 
177														<#list imagenes_fieldset_22302.getSiblings() as cur_imagenes> 
178															<#if cur_imagenes.imagenes_22302.getData()?has_content> 
179																<a rel="lightbox-imagenes" href="${cur_imagenes.imagenes_22302.getData()}" target="_blank" title="${cur_imagenes.imagenes_22302_textoImagen_22302.getData()}. ${languageUtil.get(locale,'general.external-doc')}"> 
180								 									<img class="imagenContenidoPequeno" src="${cur_imagenes.imagenes_22302.getData()}" alt="${cur_imagenes.imagenes_22302_textoImagen_22302.getData()}. ${languageUtil.get(locale,'general.external-doc')}"/> 
181								 								</a> 
182															</#if> 
183														</#list> 
184													</td> 
185												</tr> 
186											</#if> 
187										</#if> 
188									</tbody> 
189								</table> 
190							</td> 
191						</tr> 
192					</tbody> 
193				</table> 
194			</tr> 
195									</tbody> 
196								</table> 
197							</td> 
198						</tr> 
199					</tbody> 
200				</table> 
201			</td> 
202		</tr> 
203	</tbody> 
204</table> 
Fartet vive
Fartet, vive
Cartel divulgativo del Proyecto LIFE Naturaleza sobre "Conservación de los stocks genéticos de Aphanius iberus en Murcia".

Cartel divulgativo del Proyecto LIFE Naturaleza sobre "Conservacin de los stocks genticos de Aphanius iberus en Murcia".

  • Fecha de publicación 05 de febrero de 2010
Tipo
Cartel
Editor
Regin de Murcia
Se ha producido un error al procesar la plantilla.
The string doesn't match the expected date/time/date-time format. The string to parse was: "vie, 05 feb 2010 09:57:00 +0000". The expected format was: "EEE, dd MMM yyyy HH:mm:ss Z".
The nested reason given follows:
Unparseable date: "vie, 05 feb 2010 09:57:00 +0000"

----
FTL stack trace ("~" means nesting-related):
	- Failed at: #assign publishDate = publishDate?dat...  [in template "84823072840842#33034#TPL_ACRONIMO" at line 14, column 1]
----
1<#-- TEMPLATE VERSION: 1.0.0 --> 
2<#-- RESOURCE IMPORTER VERSION: 2.7.0 --> 
3<#assign dlFileEntryLocalService = serviceLocator.findService("com.liferay.document.library.kernel.service.DLFileEntryLocalService") 
4		 journalArticleLocalService = serviceLocator.findService("com.liferay.journal.service.JournalArticleLocalService") 
5		 assetEntryLocalService = serviceLocator.findService("com.liferay.asset.kernel.service.AssetEntryLocalService") 
6		 assetTagLocalService = serviceLocator.findService("com.liferay.asset.kernel.service.AssetTagLocalService") 
7/>  
8<#if .vars['reserved-article-display-date']?? && (.vars['reserved-article-display-date'].data?has_content)> 
9	<#assign publishDate = .vars['reserved-article-display-date'].data /> 
10<#else> 
11	<#assign publishDate = .vars['reserved-article-create-date'].data /> 
12</#if> 
13<#assign formatoFechaBarras = languageUtil.get(locale, 'general.fecha-formato-barras')> 
14<#assign publishDate = publishDate?datetime("EEE, dd MMM yyyy HH:mm:ss Z")> 
15<#assign publishDate = publishDate?string(formatoFechaBarras)> 
16 
17<#-- Javascript para las imágenes --> 
18<link rel="stylesheet" href="${themeDisplay.getPathThemeRoot()}/javascript/slimbox-2.03/css/slimbox2.css" type="text/css" media="screen" /> 
19<script type="text/javascript" src="${themeDisplay.getPathThemeRoot()}/javascript/slimbox-2.03/js/slimbox2.js"></script> 
20 
21<#-- Javascript para la ordenación --> 
22<script type="text/javascript" src="${themeDisplay.getPathThemeRoot()}/javascript/ordenarTablas/script.js"></script> 
23<link rel="stylesheet" href="${themeDisplay.getPathThemeRoot()}/javascript/ordenarTablas/style.css" /> 
24 
25<#-- Definir días --> 
26<#assign diasNoticias = -400 
27		 diasAnuncios = -60 
28		 diasLegislacion = -60 
29		 diasPublicacion = -60 
30		 diasArticulosGenericos = -60 
31		 diasDirectorioAmbiental = -60  
32		 diasAcronimos = -60 
33		 diasLugares = -60 
34		 diasEspecies = -60 
35		 diasHabitats = -60 
36		 diasIndicadores = -60 
37/>   
38 
39<#-- Orden de las etiquetas --> 
40<#assign listaTipologias = [] /> 
41 
42<#assign tags_ = assetTagLocalService.getGroupTags(groupId) /> 
43<#list tags_ as tag> 
44    <#if tag?lower_case?starts_with("tipología -")> 
45        <#assign listaTipologias += [tag] /> 
46    </#if> 
47</#list> 
48 
49<#assign article = journalArticleLocalService.getArticle(groupId, .vars["reserved-article-id"].data) /> 
50 
51<table summary="${languageUtil.get(locale,'tabla.estructura')}" title="${languageUtil.get(locale,'tabla.estructura')}" class="tablaContenido" > 
52	<tbody> 
53			<tr> 
54				<td class="setentaSup" style=""> 
55					<table summary="${languageUtil.get(locale,'tabla.estructura')}" title="${languageUtil.get(locale,'tabla.estructura')}" class="hundred"> 
56						<thead></thead> 
57						<tbody> 
58							<tr> 
59								<td class="fecha_medio_natural">${publishDate} </td> 
60							</tr> 
61							<tr> 
62								<td class="tituloContenido">${.vars["reserved-article-title"].data}</td> 
63							</tr> 
64							<tr> 
65								<td class="formatoTemas"> 
66									${languageUtil.get(locale,'contenido.temas')} 
67									<#assign countTags = 0 /> 
68									<#assign tags = assetTagLocalService.getTags("com.liferay.journal.model.JournalArticle", article.getResourcePrimKey()) /> 
69									<#list tags as tag> 
70									    <#if tag.getName()?lower_case?contains("temas -")> 
71									    	<#if countTags gt 0 > 
72									    		${languageUtil.get(locale,'caracter.separacion.temas')} 
73									    	</#if> 
74									        ${tag.getName()} 
75									        <#assign countTags = countTags + 1 /> 
76									    </#if> 
77									</#list> 
78								</td> 
79							</tr> 
80							<tr> 
81					  			<td> 
82					 	 			${.vars["reserved-article-description"].data} 
83					  			</td> 
84					  		</tr> 
85						</tbody> 
86					</table> 
87				</td> 
88				<#if imagen_fieldset_22302.imagen_22302.getData()?has_content> 
89					<td> 
90						<a rel="lightbox-imagenes" href="${imagen_fieldset_22302.imagen_22302.getData()}" target="_blank" title="${imagen_fieldset_22302.imagen_22302_textoImagen_22302.getData()}. ${languageUtil.get(locale,'general.external-doc')}"> 
91				  			<img class="imagenContenidoGrande" src="${imagen_fieldset_22302.imagen_22302.getData()}" alt="${imagen_fieldset_22302.imagen_22302_textoImagen_22302.getData()}. ${languageUtil.get(locale,'general.external-doc')}"/> 
92				  		</a> <br /> 
93				  		<span class="letraImagen">${imagen_fieldset_22302.imagen_22302_textoImagen_22302.getData()}</span> 
94					</td> 
95				</#if> 
96			</tr> 
97			<tr> 
98				<#if imagen_fieldset_22302.imagen_22302.getData()?has_content> 
99					<td colspan="2"> 
100				<#else> 
101					<td> 
102				</#if> 
103				<table summary="${languageUtil.get(locale,'tabla.estructura')}" title="${languageUtil.get(locale,'tabla.estructura')}" class="hundred"> 
104					<thead></thead>  
105					<tbody>  
106						<tr> 
107							<td> 
108								${contenido_22302.getData()} 
109							</td> 
110						</tr> 
111						<tr> 
112							<td> 
113								<table summary="${languageUtil.get(locale,'tabla.estructura')}" title="${languageUtil.get(locale,'tabla.estructura')}" class="hundred"> 
114									<thead></thead> 
115									<tbody>  
116										<#if documento_fieldset_22302.getSiblings()?has_content> 
117											<tr> 
118												<td> 
119													<div class="tituloDocumentosRelacionados"> 
120														${languageUtil.get(locale,'glosario.ref_doc')} 
121								 					</div> 
122								 					<ul> 
123														<#list documento_fieldset_22302.getSiblings() as cur_documento> 
124															<#if cur_documento.documento_22302.getData()?has_content> 
125		 														<li> 
126		 															<a target="_blank" href="${cur_documento.documento_22302.getData()}" title="${cur_documento.documento_22302_tituloDocumento_22302.getData()}. ${languageUtil.get(locale,'general.external-doc')}"> 
127		 																${cur_documento.documento_22302_tituloDocumento_22302.getData()} 
128		 															</a> 
129			 														</br>${cur_documento.documento_22302_descripcionDocumento_22302.getData()} 
130			 													</li> 
131															</#if> 
132														</#list> 
133													</ul> 
134												</td> 
135											</tr> 
136										</#if> 
137										<#if enlacesExternos_fieldset_22302.getSiblings()?has_content || enlacesInternos_fieldset_22302.getSiblings()?has_content || enlacesContenidosInternos_fieldset_22302.getSiblings()?has_content> 
138											<tr> 
139												<td colspan="4"> 
140													<div class="tituloEnlacesRelacionados"> 
141														${languageUtil.get(locale,'enlacesRelacionados')} 
142													</div> 
143													<ul> 
144														<#if enlacesExternos_fieldset_22302.getSiblings()?has_content> 
145															<#list enlacesExternos_fieldset_22302.getSiblings() as cur_enlacesExternos> 
146																<#if cur_enlacesExternos.enlacesExternos_22302.getData()?has_content> 
147																	<li> 
148																		<a target="_blank" href="${cur_enlacesExternos.enlacesExternos_22302.getData()}" title="${cur_enlacesExternos.enlacesExternos_22302_textoEnlacesExternos_22302.getData()}. ${languageUtil.get(locale,'general.external-doc')}">${cur_enlacesExternos.enlacesExternos_22302_textoEnlacesExternos_22302.getData()}</a> 
149																	</li> 
150																</#if> 
151															</#list> 
152														</#if> 
153														<#if enlacesInternos_fieldset_22302.getSiblings()?has_content> 
154															<#list enlacesInternos_fieldset_22302.getSiblings() as cur_enlacesInternos> 
155																<#if cur_enlacesInternos.enlacesInternos_22302.getData()?has_content> 
156																	<li> 
157																		<a href="${cur_enlacesInternos.enlacesInternos_22302.getFriendlyUrl()}" title="${cur_enlacesInternos.enlacesInternos_22302_textoEnlacesInternos_22302.getData()?html}">${cur_enlacesInternos.enlacesInternos_22302_textoEnlacesInternos_22302.getData()}</a> 
158																	</li> 
159																</#if> 
160															</#list> 
161														</#if> 
162														<#if enlacesContenidosInternos_fieldset_22302.getSiblings()?has_content> 
163															<#list enlacesContenidosInternos_fieldset_22302.getSiblings() as cur_enlacesContenidosInternos> 
164																<#if cur_enlacesContenidosInternos.enlacesContenidosInternos_22302.getData()?has_content> 
165																	<li> 
166																		<a href="${cur_enlacesContenidosInternos.enlacesContenidosInternos_22302.getData()}" title="${cur_enlacesContenidosInternos.enlacesContenidosInternos_22302_textoEnlacesContenidosInternos_22302.getData()}">${cur_enlacesContenidosInternos.enlacesContenidosInternos_22302_textoEnlacesContenidosInternos_22302.getData()}</a>				 
167																	</li> 
168																</#if> 
169															</#list> 
170														</#if> 
171													</ul> 
172												</td> 
173											</tr> 
174											<#if imagenes_fieldset_22302.getSiblings()?has_content> 
175												<tr> 
176													<td> 
177														<#list imagenes_fieldset_22302.getSiblings() as cur_imagenes> 
178															<#if cur_imagenes.imagenes_22302.getData()?has_content> 
179																<a rel="lightbox-imagenes" href="${cur_imagenes.imagenes_22302.getData()}" target="_blank" title="${cur_imagenes.imagenes_22302_textoImagen_22302.getData()}. ${languageUtil.get(locale,'general.external-doc')}"> 
180								 									<img class="imagenContenidoPequeno" src="${cur_imagenes.imagenes_22302.getData()}" alt="${cur_imagenes.imagenes_22302_textoImagen_22302.getData()}. ${languageUtil.get(locale,'general.external-doc')}"/> 
181								 								</a> 
182															</#if> 
183														</#list> 
184													</td> 
185												</tr> 
186											</#if> 
187										</#if> 
188									</tbody> 
189								</table> 
190							</td> 
191						</tr> 
192					</tbody> 
193				</table> 
194			</tr> 
195									</tbody> 
196								</table> 
197							</td> 
198						</tr> 
199					</tbody> 
200				</table> 
201			</td> 
202		</tr> 
203	</tbody> 
204</table> 
Se ha producido un error al procesar la plantilla.
The string doesn't match the expected date/time/date-time format. The string to parse was: "vie, 05 feb 2010 09:55:00 +0000". The expected format was: "EEE, dd MMM yyyy HH:mm:ss Z".
The nested reason given follows:
Unparseable date: "vie, 05 feb 2010 09:55:00 +0000"

----
FTL stack trace ("~" means nesting-related):
	- Failed at: #assign publishDate = publishDate?dat...  [in template "84823072840842#33034#TPL_ACRONIMO" at line 14, column 1]
----
1<#-- TEMPLATE VERSION: 1.0.0 --> 
2<#-- RESOURCE IMPORTER VERSION: 2.7.0 --> 
3<#assign dlFileEntryLocalService = serviceLocator.findService("com.liferay.document.library.kernel.service.DLFileEntryLocalService") 
4		 journalArticleLocalService = serviceLocator.findService("com.liferay.journal.service.JournalArticleLocalService") 
5		 assetEntryLocalService = serviceLocator.findService("com.liferay.asset.kernel.service.AssetEntryLocalService") 
6		 assetTagLocalService = serviceLocator.findService("com.liferay.asset.kernel.service.AssetTagLocalService") 
7/>  
8<#if .vars['reserved-article-display-date']?? && (.vars['reserved-article-display-date'].data?has_content)> 
9	<#assign publishDate = .vars['reserved-article-display-date'].data /> 
10<#else> 
11	<#assign publishDate = .vars['reserved-article-create-date'].data /> 
12</#if> 
13<#assign formatoFechaBarras = languageUtil.get(locale, 'general.fecha-formato-barras')> 
14<#assign publishDate = publishDate?datetime("EEE, dd MMM yyyy HH:mm:ss Z")> 
15<#assign publishDate = publishDate?string(formatoFechaBarras)> 
16 
17<#-- Javascript para las imágenes --> 
18<link rel="stylesheet" href="${themeDisplay.getPathThemeRoot()}/javascript/slimbox-2.03/css/slimbox2.css" type="text/css" media="screen" /> 
19<script type="text/javascript" src="${themeDisplay.getPathThemeRoot()}/javascript/slimbox-2.03/js/slimbox2.js"></script> 
20 
21<#-- Javascript para la ordenación --> 
22<script type="text/javascript" src="${themeDisplay.getPathThemeRoot()}/javascript/ordenarTablas/script.js"></script> 
23<link rel="stylesheet" href="${themeDisplay.getPathThemeRoot()}/javascript/ordenarTablas/style.css" /> 
24 
25<#-- Definir días --> 
26<#assign diasNoticias = -400 
27		 diasAnuncios = -60 
28		 diasLegislacion = -60 
29		 diasPublicacion = -60 
30		 diasArticulosGenericos = -60 
31		 diasDirectorioAmbiental = -60  
32		 diasAcronimos = -60 
33		 diasLugares = -60 
34		 diasEspecies = -60 
35		 diasHabitats = -60 
36		 diasIndicadores = -60 
37/>   
38 
39<#-- Orden de las etiquetas --> 
40<#assign listaTipologias = [] /> 
41 
42<#assign tags_ = assetTagLocalService.getGroupTags(groupId) /> 
43<#list tags_ as tag> 
44    <#if tag?lower_case?starts_with("tipología -")> 
45        <#assign listaTipologias += [tag] /> 
46    </#if> 
47</#list> 
48 
49<#assign article = journalArticleLocalService.getArticle(groupId, .vars["reserved-article-id"].data) /> 
50 
51<table summary="${languageUtil.get(locale,'tabla.estructura')}" title="${languageUtil.get(locale,'tabla.estructura')}" class="tablaContenido" > 
52	<tbody> 
53			<tr> 
54				<td class="setentaSup" style=""> 
55					<table summary="${languageUtil.get(locale,'tabla.estructura')}" title="${languageUtil.get(locale,'tabla.estructura')}" class="hundred"> 
56						<thead></thead> 
57						<tbody> 
58							<tr> 
59								<td class="fecha_medio_natural">${publishDate} </td> 
60							</tr> 
61							<tr> 
62								<td class="tituloContenido">${.vars["reserved-article-title"].data}</td> 
63							</tr> 
64							<tr> 
65								<td class="formatoTemas"> 
66									${languageUtil.get(locale,'contenido.temas')} 
67									<#assign countTags = 0 /> 
68									<#assign tags = assetTagLocalService.getTags("com.liferay.journal.model.JournalArticle", article.getResourcePrimKey()) /> 
69									<#list tags as tag> 
70									    <#if tag.getName()?lower_case?contains("temas -")> 
71									    	<#if countTags gt 0 > 
72									    		${languageUtil.get(locale,'caracter.separacion.temas')} 
73									    	</#if> 
74									        ${tag.getName()} 
75									        <#assign countTags = countTags + 1 /> 
76									    </#if> 
77									</#list> 
78								</td> 
79							</tr> 
80							<tr> 
81					  			<td> 
82					 	 			${.vars["reserved-article-description"].data} 
83					  			</td> 
84					  		</tr> 
85						</tbody> 
86					</table> 
87				</td> 
88				<#if imagen_fieldset_22302.imagen_22302.getData()?has_content> 
89					<td> 
90						<a rel="lightbox-imagenes" href="${imagen_fieldset_22302.imagen_22302.getData()}" target="_blank" title="${imagen_fieldset_22302.imagen_22302_textoImagen_22302.getData()}. ${languageUtil.get(locale,'general.external-doc')}"> 
91				  			<img class="imagenContenidoGrande" src="${imagen_fieldset_22302.imagen_22302.getData()}" alt="${imagen_fieldset_22302.imagen_22302_textoImagen_22302.getData()}. ${languageUtil.get(locale,'general.external-doc')}"/> 
92				  		</a> <br /> 
93				  		<span class="letraImagen">${imagen_fieldset_22302.imagen_22302_textoImagen_22302.getData()}</span> 
94					</td> 
95				</#if> 
96			</tr> 
97			<tr> 
98				<#if imagen_fieldset_22302.imagen_22302.getData()?has_content> 
99					<td colspan="2"> 
100				<#else> 
101					<td> 
102				</#if> 
103				<table summary="${languageUtil.get(locale,'tabla.estructura')}" title="${languageUtil.get(locale,'tabla.estructura')}" class="hundred"> 
104					<thead></thead>  
105					<tbody>  
106						<tr> 
107							<td> 
108								${contenido_22302.getData()} 
109							</td> 
110						</tr> 
111						<tr> 
112							<td> 
113								<table summary="${languageUtil.get(locale,'tabla.estructura')}" title="${languageUtil.get(locale,'tabla.estructura')}" class="hundred"> 
114									<thead></thead> 
115									<tbody>  
116										<#if documento_fieldset_22302.getSiblings()?has_content> 
117											<tr> 
118												<td> 
119													<div class="tituloDocumentosRelacionados"> 
120														${languageUtil.get(locale,'glosario.ref_doc')} 
121								 					</div> 
122								 					<ul> 
123														<#list documento_fieldset_22302.getSiblings() as cur_documento> 
124															<#if cur_documento.documento_22302.getData()?has_content> 
125		 														<li> 
126		 															<a target="_blank" href="${cur_documento.documento_22302.getData()}" title="${cur_documento.documento_22302_tituloDocumento_22302.getData()}. ${languageUtil.get(locale,'general.external-doc')}"> 
127		 																${cur_documento.documento_22302_tituloDocumento_22302.getData()} 
128		 															</a> 
129			 														</br>${cur_documento.documento_22302_descripcionDocumento_22302.getData()} 
130			 													</li> 
131															</#if> 
132														</#list> 
133													</ul> 
134												</td> 
135											</tr> 
136										</#if> 
137										<#if enlacesExternos_fieldset_22302.getSiblings()?has_content || enlacesInternos_fieldset_22302.getSiblings()?has_content || enlacesContenidosInternos_fieldset_22302.getSiblings()?has_content> 
138											<tr> 
139												<td colspan="4"> 
140													<div class="tituloEnlacesRelacionados"> 
141														${languageUtil.get(locale,'enlacesRelacionados')} 
142													</div> 
143													<ul> 
144														<#if enlacesExternos_fieldset_22302.getSiblings()?has_content> 
145															<#list enlacesExternos_fieldset_22302.getSiblings() as cur_enlacesExternos> 
146																<#if cur_enlacesExternos.enlacesExternos_22302.getData()?has_content> 
147																	<li> 
148																		<a target="_blank" href="${cur_enlacesExternos.enlacesExternos_22302.getData()}" title="${cur_enlacesExternos.enlacesExternos_22302_textoEnlacesExternos_22302.getData()}. ${languageUtil.get(locale,'general.external-doc')}">${cur_enlacesExternos.enlacesExternos_22302_textoEnlacesExternos_22302.getData()}</a> 
149																	</li> 
150																</#if> 
151															</#list> 
152														</#if> 
153														<#if enlacesInternos_fieldset_22302.getSiblings()?has_content> 
154															<#list enlacesInternos_fieldset_22302.getSiblings() as cur_enlacesInternos> 
155																<#if cur_enlacesInternos.enlacesInternos_22302.getData()?has_content> 
156																	<li> 
157																		<a href="${cur_enlacesInternos.enlacesInternos_22302.getFriendlyUrl()}" title="${cur_enlacesInternos.enlacesInternos_22302_textoEnlacesInternos_22302.getData()?html}">${cur_enlacesInternos.enlacesInternos_22302_textoEnlacesInternos_22302.getData()}</a> 
158																	</li> 
159																</#if> 
160															</#list> 
161														</#if> 
162														<#if enlacesContenidosInternos_fieldset_22302.getSiblings()?has_content> 
163															<#list enlacesContenidosInternos_fieldset_22302.getSiblings() as cur_enlacesContenidosInternos> 
164																<#if cur_enlacesContenidosInternos.enlacesContenidosInternos_22302.getData()?has_content> 
165																	<li> 
166																		<a href="${cur_enlacesContenidosInternos.enlacesContenidosInternos_22302.getData()}" title="${cur_enlacesContenidosInternos.enlacesContenidosInternos_22302_textoEnlacesContenidosInternos_22302.getData()}">${cur_enlacesContenidosInternos.enlacesContenidosInternos_22302_textoEnlacesContenidosInternos_22302.getData()}</a>				 
167																	</li> 
168																</#if> 
169															</#list> 
170														</#if> 
171													</ul> 
172												</td> 
173											</tr> 
174											<#if imagenes_fieldset_22302.getSiblings()?has_content> 
175												<tr> 
176													<td> 
177														<#list imagenes_fieldset_22302.getSiblings() as cur_imagenes> 
178															<#if cur_imagenes.imagenes_22302.getData()?has_content> 
179																<a rel="lightbox-imagenes" href="${cur_imagenes.imagenes_22302.getData()}" target="_blank" title="${cur_imagenes.imagenes_22302_textoImagen_22302.getData()}. ${languageUtil.get(locale,'general.external-doc')}"> 
180								 									<img class="imagenContenidoPequeno" src="${cur_imagenes.imagenes_22302.getData()}" alt="${cur_imagenes.imagenes_22302_textoImagen_22302.getData()}. ${languageUtil.get(locale,'general.external-doc')}"/> 
181								 								</a> 
182															</#if> 
183														</#list> 
184													</td> 
185												</tr> 
186											</#if> 
187										</#if> 
188									</tbody> 
189								</table> 
190							</td> 
191						</tr> 
192					</tbody> 
193				</table> 
194			</tr> 
195									</tbody> 
196								</table> 
197							</td> 
198						</tr> 
199					</tbody> 
200				</table> 
201			</td> 
202		</tr> 
203	</tbody> 
204</table> 
Se ha producido un error al procesar la plantilla.
The string doesn't match the expected date/time/date-time format. The string to parse was: "vie, 05 feb 2010 09:46:00 +0000". The expected format was: "EEE, dd MMM yyyy HH:mm:ss Z".
The nested reason given follows:
Unparseable date: "vie, 05 feb 2010 09:46:00 +0000"

----
FTL stack trace ("~" means nesting-related):
	- Failed at: #assign publishDate = publishDate?dat...  [in template "84823072840842#33034#TPL_ACRONIMO" at line 14, column 1]
----
1<#-- TEMPLATE VERSION: 1.0.0 --> 
2<#-- RESOURCE IMPORTER VERSION: 2.7.0 --> 
3<#assign dlFileEntryLocalService = serviceLocator.findService("com.liferay.document.library.kernel.service.DLFileEntryLocalService") 
4		 journalArticleLocalService = serviceLocator.findService("com.liferay.journal.service.JournalArticleLocalService") 
5		 assetEntryLocalService = serviceLocator.findService("com.liferay.asset.kernel.service.AssetEntryLocalService") 
6		 assetTagLocalService = serviceLocator.findService("com.liferay.asset.kernel.service.AssetTagLocalService") 
7/>  
8<#if .vars['reserved-article-display-date']?? && (.vars['reserved-article-display-date'].data?has_content)> 
9	<#assign publishDate = .vars['reserved-article-display-date'].data /> 
10<#else> 
11	<#assign publishDate = .vars['reserved-article-create-date'].data /> 
12</#if> 
13<#assign formatoFechaBarras = languageUtil.get(locale, 'general.fecha-formato-barras')> 
14<#assign publishDate = publishDate?datetime("EEE, dd MMM yyyy HH:mm:ss Z")> 
15<#assign publishDate = publishDate?string(formatoFechaBarras)> 
16 
17<#-- Javascript para las imágenes --> 
18<link rel="stylesheet" href="${themeDisplay.getPathThemeRoot()}/javascript/slimbox-2.03/css/slimbox2.css" type="text/css" media="screen" /> 
19<script type="text/javascript" src="${themeDisplay.getPathThemeRoot()}/javascript/slimbox-2.03/js/slimbox2.js"></script> 
20 
21<#-- Javascript para la ordenación --> 
22<script type="text/javascript" src="${themeDisplay.getPathThemeRoot()}/javascript/ordenarTablas/script.js"></script> 
23<link rel="stylesheet" href="${themeDisplay.getPathThemeRoot()}/javascript/ordenarTablas/style.css" /> 
24 
25<#-- Definir días --> 
26<#assign diasNoticias = -400 
27		 diasAnuncios = -60 
28		 diasLegislacion = -60 
29		 diasPublicacion = -60 
30		 diasArticulosGenericos = -60 
31		 diasDirectorioAmbiental = -60  
32		 diasAcronimos = -60 
33		 diasLugares = -60 
34		 diasEspecies = -60 
35		 diasHabitats = -60 
36		 diasIndicadores = -60 
37/>   
38 
39<#-- Orden de las etiquetas --> 
40<#assign listaTipologias = [] /> 
41 
42<#assign tags_ = assetTagLocalService.getGroupTags(groupId) /> 
43<#list tags_ as tag> 
44    <#if tag?lower_case?starts_with("tipología -")> 
45        <#assign listaTipologias += [tag] /> 
46    </#if> 
47</#list> 
48 
49<#assign article = journalArticleLocalService.getArticle(groupId, .vars["reserved-article-id"].data) /> 
50 
51<table summary="${languageUtil.get(locale,'tabla.estructura')}" title="${languageUtil.get(locale,'tabla.estructura')}" class="tablaContenido" > 
52	<tbody> 
53			<tr> 
54				<td class="setentaSup" style=""> 
55					<table summary="${languageUtil.get(locale,'tabla.estructura')}" title="${languageUtil.get(locale,'tabla.estructura')}" class="hundred"> 
56						<thead></thead> 
57						<tbody> 
58							<tr> 
59								<td class="fecha_medio_natural">${publishDate} </td> 
60							</tr> 
61							<tr> 
62								<td class="tituloContenido">${.vars["reserved-article-title"].data}</td> 
63							</tr> 
64							<tr> 
65								<td class="formatoTemas"> 
66									${languageUtil.get(locale,'contenido.temas')} 
67									<#assign countTags = 0 /> 
68									<#assign tags = assetTagLocalService.getTags("com.liferay.journal.model.JournalArticle", article.getResourcePrimKey()) /> 
69									<#list tags as tag> 
70									    <#if tag.getName()?lower_case?contains("temas -")> 
71									    	<#if countTags gt 0 > 
72									    		${languageUtil.get(locale,'caracter.separacion.temas')} 
73									    	</#if> 
74									        ${tag.getName()} 
75									        <#assign countTags = countTags + 1 /> 
76									    </#if> 
77									</#list> 
78								</td> 
79							</tr> 
80							<tr> 
81					  			<td> 
82					 	 			${.vars["reserved-article-description"].data} 
83					  			</td> 
84					  		</tr> 
85						</tbody> 
86					</table> 
87				</td> 
88				<#if imagen_fieldset_22302.imagen_22302.getData()?has_content> 
89					<td> 
90						<a rel="lightbox-imagenes" href="${imagen_fieldset_22302.imagen_22302.getData()}" target="_blank" title="${imagen_fieldset_22302.imagen_22302_textoImagen_22302.getData()}. ${languageUtil.get(locale,'general.external-doc')}"> 
91				  			<img class="imagenContenidoGrande" src="${imagen_fieldset_22302.imagen_22302.getData()}" alt="${imagen_fieldset_22302.imagen_22302_textoImagen_22302.getData()}. ${languageUtil.get(locale,'general.external-doc')}"/> 
92				  		</a> <br /> 
93				  		<span class="letraImagen">${imagen_fieldset_22302.imagen_22302_textoImagen_22302.getData()}</span> 
94					</td> 
95				</#if> 
96			</tr> 
97			<tr> 
98				<#if imagen_fieldset_22302.imagen_22302.getData()?has_content> 
99					<td colspan="2"> 
100				<#else> 
101					<td> 
102				</#if> 
103				<table summary="${languageUtil.get(locale,'tabla.estructura')}" title="${languageUtil.get(locale,'tabla.estructura')}" class="hundred"> 
104					<thead></thead>  
105					<tbody>  
106						<tr> 
107							<td> 
108								${contenido_22302.getData()} 
109							</td> 
110						</tr> 
111						<tr> 
112							<td> 
113								<table summary="${languageUtil.get(locale,'tabla.estructura')}" title="${languageUtil.get(locale,'tabla.estructura')}" class="hundred"> 
114									<thead></thead> 
115									<tbody>  
116										<#if documento_fieldset_22302.getSiblings()?has_content> 
117											<tr> 
118												<td> 
119													<div class="tituloDocumentosRelacionados"> 
120														${languageUtil.get(locale,'glosario.ref_doc')} 
121								 					</div> 
122								 					<ul> 
123														<#list documento_fieldset_22302.getSiblings() as cur_documento> 
124															<#if cur_documento.documento_22302.getData()?has_content> 
125		 														<li> 
126		 															<a target="_blank" href="${cur_documento.documento_22302.getData()}" title="${cur_documento.documento_22302_tituloDocumento_22302.getData()}. ${languageUtil.get(locale,'general.external-doc')}"> 
127		 																${cur_documento.documento_22302_tituloDocumento_22302.getData()} 
128		 															</a> 
129			 														</br>${cur_documento.documento_22302_descripcionDocumento_22302.getData()} 
130			 													</li> 
131															</#if> 
132														</#list> 
133													</ul> 
134												</td> 
135											</tr> 
136										</#if> 
137										<#if enlacesExternos_fieldset_22302.getSiblings()?has_content || enlacesInternos_fieldset_22302.getSiblings()?has_content || enlacesContenidosInternos_fieldset_22302.getSiblings()?has_content> 
138											<tr> 
139												<td colspan="4"> 
140													<div class="tituloEnlacesRelacionados"> 
141														${languageUtil.get(locale,'enlacesRelacionados')} 
142													</div> 
143													<ul> 
144														<#if enlacesExternos_fieldset_22302.getSiblings()?has_content> 
145															<#list enlacesExternos_fieldset_22302.getSiblings() as cur_enlacesExternos> 
146																<#if cur_enlacesExternos.enlacesExternos_22302.getData()?has_content> 
147																	<li> 
148																		<a target="_blank" href="${cur_enlacesExternos.enlacesExternos_22302.getData()}" title="${cur_enlacesExternos.enlacesExternos_22302_textoEnlacesExternos_22302.getData()}. ${languageUtil.get(locale,'general.external-doc')}">${cur_enlacesExternos.enlacesExternos_22302_textoEnlacesExternos_22302.getData()}</a> 
149																	</li> 
150																</#if> 
151															</#list> 
152														</#if> 
153														<#if enlacesInternos_fieldset_22302.getSiblings()?has_content> 
154															<#list enlacesInternos_fieldset_22302.getSiblings() as cur_enlacesInternos> 
155																<#if cur_enlacesInternos.enlacesInternos_22302.getData()?has_content> 
156																	<li> 
157																		<a href="${cur_enlacesInternos.enlacesInternos_22302.getFriendlyUrl()}" title="${cur_enlacesInternos.enlacesInternos_22302_textoEnlacesInternos_22302.getData()?html}">${cur_enlacesInternos.enlacesInternos_22302_textoEnlacesInternos_22302.getData()}</a> 
158																	</li> 
159																</#if> 
160															</#list> 
161														</#if> 
162														<#if enlacesContenidosInternos_fieldset_22302.getSiblings()?has_content> 
163															<#list enlacesContenidosInternos_fieldset_22302.getSiblings() as cur_enlacesContenidosInternos> 
164																<#if cur_enlacesContenidosInternos.enlacesContenidosInternos_22302.getData()?has_content> 
165																	<li> 
166																		<a href="${cur_enlacesContenidosInternos.enlacesContenidosInternos_22302.getData()}" title="${cur_enlacesContenidosInternos.enlacesContenidosInternos_22302_textoEnlacesContenidosInternos_22302.getData()}">${cur_enlacesContenidosInternos.enlacesContenidosInternos_22302_textoEnlacesContenidosInternos_22302.getData()}</a>				 
167																	</li> 
168																</#if> 
169															</#list> 
170														</#if> 
171													</ul> 
172												</td> 
173											</tr> 
174											<#if imagenes_fieldset_22302.getSiblings()?has_content> 
175												<tr> 
176													<td> 
177														<#list imagenes_fieldset_22302.getSiblings() as cur_imagenes> 
178															<#if cur_imagenes.imagenes_22302.getData()?has_content> 
179																<a rel="lightbox-imagenes" href="${cur_imagenes.imagenes_22302.getData()}" target="_blank" title="${cur_imagenes.imagenes_22302_textoImagen_22302.getData()}. ${languageUtil.get(locale,'general.external-doc')}"> 
180								 									<img class="imagenContenidoPequeno" src="${cur_imagenes.imagenes_22302.getData()}" alt="${cur_imagenes.imagenes_22302_textoImagen_22302.getData()}. ${languageUtil.get(locale,'general.external-doc')}"/> 
181								 								</a> 
182															</#if> 
183														</#list> 
184													</td> 
185												</tr> 
186											</#if> 
187										</#if> 
188									</tbody> 
189								</table> 
190							</td> 
191						</tr> 
192					</tbody> 
193				</table> 
194			</tr> 
195									</tbody> 
196								</table> 
197							</td> 
198						</tr> 
199					</tbody> 
200				</table> 
201			</td> 
202		</tr> 
203	</tbody> 
204</table>