Errorea gertatu da txantiloia prozesatzerakoan.
Error on line 81, column 9 in 20902#20940#7173337
journalArticleLocalService.getDisplayArticle(getterUtil.getLong(groupId), journalArticleId) is undefined.
It cannot be assigned to articleById
1<style> 
2/*h2 a.descarga{ 
3	font-size: 20px; 
4}*/ 
5.descarga.botonEnlace { 
6    border-radius: 5px; 
7    border: 0; 
8    background: #fabd48; 
9    padding: 0px 10px; 
10    color: #fff !important; 
11    display: inline-block; 
12
13.descarga.botonEnlace:hover { 
14  -webkit-box-shadow: 0 0 5px 0 #fabd48; 
15  -moz-box-shadow: 0 0 5px 0 #fabd48; 
16  box-shadow: 0 0 5px 0 #fabd48; 
17  background: #fff; 
18  color: #fabd48 !important; } 
19 
20.descarga.botonEnlace i { 
21    color: #fff !important; 
22    font-size: 18px; 
23    vertical-align: middle; 
24    margin-left: 0; 
25
26.descarga.botonEnlace:hover i { 
27  color: #fabd48 !important; } 
28  
29</style> 
30 
31<#assign objDidacticos = "Objetivos Didácticos"> 
32<#assign anexoEtq = "Eranskina"> 
33<#assign bajar = "Jaitsi"> 
34<#assign disponible = "Aurki eskuragarri."> 
35<#assign palabrasClave="Hitz gakoak"> 
36 
37<#if locale=='en_US'> 
38	<#assign objDidacticos = "Objetivos Didácticos"> 
39	<#assign anexoEtq = "Annex"> 
40	<#assign bajar = "Download"> 
41	<#assign disponible = "Available soon."> 
42	<#assign palabrasClave="Keywords"> 
43</#if> 
44<#if locale=='fr_FR'> 
45	<#assign objDidacticos = "Objetivos Didácticos"> 
46	<#assign anexoEtq = "Annexe"> 
47	<#assign bajar = "Télécharger"> 
48	<#assign disponible = "Bientôt disponible."> 
49	<#assign palabrasClave="Mots-clés"> 
50</#if> 
51<#if locale=='es_ES'> 
52	<#assign objDidacticos = "Objetivos Didácticos"> 
53	<#assign anexoEtq = "Anexo"> 
54	<#assign bajar = "Bajar"> 
55	<#assign disponible = "Disponible próximamente."> 
56	<#assign palabrasClave="Palabras clave"> 
57</#if> 
58 
59<#-- Id del vocabulario objetivos didacticos--> 
60<#assign assetVocabularyLocalServiceUtil = staticUtil["com.liferay.portlet.asset.service.AssetVocabularyLocalServiceUtil"]> 
61<#assign lisVocabularios=assetVocabularyLocalServiceUtil.getGroupVocabularies(getterUtil.getLong(groupId))/>  
62<#assign objetivosId=""> 
63<#list lisVocabularios as vocabulario> 
64	<#if vocabulario.getName() == "Objetivos Didácticos">	 
65		<#assign objetivosId=vocabulario.getVocabularyId()/>  
66	</#if> 
67</#list> 
68 
69 
70<#assign url = request.attributes['CURRENT_URL']> 
71 
72<#assign journalArticleId = httpUtil.getParameter(url, "articleId", false)> 
73 
74<#assign journalArticleLocalService = serviceLocator.findService("com.liferay.portlet.journal.service.JournalArticleLocalService")> 
75 
76<#assign getterUtil = staticUtil["com.liferay.portal.kernel.util.GetterUtil"] /> 
77 
78<#if journalArticleId?has_content> 
79   <#if journalArticleLocalService??> 
80 
81        <#assign articleById = journalArticleLocalService.getDisplayArticle(getterUtil.getLong(groupId), journalArticleId) />    
82        <#assign document = saxReaderUtil.read(articleById.getContentByLocale(locale)) > 
83        <#assign azala = document.valueOf("//dynamic-element[@name='azala']/dynamic-content/text()") /> 
84		<#assign anexoa = document.valueOf("//dynamic-element[@name='anexoa']/dynamic-content/text()") /> 
85		<#assign aldizkari_zenbakia = document.valueOf("//dynamic-element[@name='aldizkari_zenbakia']/dynamic-content/text()") /> 
86		<#assign aldizkaria = document.valueOf("//dynamic-element[@name='aldizkaria']/dynamic-content/text()") /> 
87		<#assign laburpena = document.valueOf("//dynamic-element[@name='laburpena']/dynamic-content/text()") /> 
88		<#assign deskribapena = document.valueOf("//dynamic-element[@name='deskribapena']/dynamic-content/text()") /> 
89		 
90		 
91		<#assign assetCategoryLocalServiceUtil = staticUtil["com.liferay.portlet.asset.service.AssetCategoryLocalServiceUtil"]> 
92		<#assign journalArticleResourceLocalServiceUtil = staticUtil["com.liferay.portlet.journal.service.JournalArticleResourceLocalServiceUtil"]> 
93		<#assign articleResourcePK = journalArticleResourceLocalServiceUtil.getArticleResourcePrimKey(groupId, journalArticleId)/> 
94		<#assign categoryList=assetCategoryLocalServiceUtil.getCategories("com.liferay.portlet.journal.model.JournalArticle",articleResourcePK) > 
95		 
96		<#assign assetCategoryPropertyLocalServiceUtil = staticUtil["com.liferay.portlet.asset.service.AssetCategoryPropertyLocalServiceUtil"]> 
97		 
98		 
99		 
100			  
101       <div class="col-xs-12 col-md-12 col-lg-12 separadorDerecho" id="detalle-fitxa"> 
102			<#--PARTE IZQUIERDA-->	 
103			<div class="col-xs-12 col-md-3 col-lg-3"> 
104				<#if azala !=""> 
105					<img id="imgDetalle" src=${azala}/> 
106				<#else> 
107					<img id="imgDetalle" src="/x61tThemeIkasbil-theme/images/Logo_Sin_resultados_Habe.jpg"/> 
108				</#if> 
109				<br/> 
110				 
111			</div> 
112			<#--PARTE DERECHA--> 
113            <div class="col-xs-12 col-md-9 col-lg-9">  
114				<h2>${aldizkari_zenbakia}. zenbakia. 
115					<#if aldizkaria != ""> 
116						<a href="${aldizkaria}" target="_blank" class="descarga botonEnlace"> 
117							<i class="fa fa-download"></i>  
118						</a> 
119					<#elseif aldizkaria == ""> 
120						${disponible} 
121					</#if> 
122				</h2> 
123				 
124				<#if laburpena != ""> 
125					<p>${laburpena}</p> 
126				</#if> 
127				 
128				<#if deskribapena != ""> 
129					<p>${deskribapena}</p> 
130				</#if> 
131			</div> 
132        </div> 
133    </#if> 
134</#if> 
Errorea gertatu da txantiloia prozesatzerakoan.
Error on line 137, column 9 in 20902#20940#7191376
journalArticleLocalService.getDisplayArticle(getterUtil.getLong(groupId), id) is undefined.
It cannot be assigned to articleById
1<!--Ocultamos la fuente y el autor y por jquery lo visualizamos si existe el div fuenteAutor--> 
2<style> 
3.embebido{ 
4	display:none 
5
6div.span3#column-2 .journal-content-article > div {    border-left: 2px solid #870d56;    border-right: 2px solid #870d56;} 
7.col-xs-12.col-md-12.col-lg-12.separacionComunConTop.sinMargenIzq {    border-top: 2px solid #870d56;} 
8.col-xs-12.col-md-12.col-lg-12.separacionComunConBottom.sinMargenIzq { border-bottom: 2px solid #870d56;} 
9 
10</style> 
11 
12<#assign numero = "Zenbakia"> 
13<#assign objDid = "Helburu didaktikoak"> 
14<#assign numVisitas = "Bisita kopurua"> 
15<#assign calendario = "Fecha de publicación_eu"> 
16<#assign niveles = "Mailak"> 
17<#assign formatos = "Formatuak"> 
18<#assign fuente = "Iturria"> 
19<#assign dialecto = "Euskalkia"> 
20<#assign duracion = "Iraupena"> 
21 
22<#assign parcial = "parcial"> 
23 
24<#if locale=='en_US'> 
25	<#assign numero = "Number"> 
26	<#assign objDid = "Learning objectives"> 
27	<#assign numVisitas = "Number of visits"> 
28	<#assign calendario = "Fecha de publicación_en"> 
29	<#assign niveles = "Niveles_en"> 
30	<#assign formatos = "Formatos_en"> 
31	<#assign fuente = "Source"> 
32	<#assign dialecto = "Dialect"> 
33	<#assign duracion = "Duration"> 
34</#if> 
35<#if locale=='fr_FR'> 
36	<#assign numero = "Nombre"> 
37	<#assign objDid = "Objectifs d'apprentissage"> 
38	<#assign numVisitas = "Nombre de visites"> 
39	<#assign calendario = "Fecha de publicación_fr"> 
40	<#assign niveles = "Niveles_FR"> 
41	<#assign formatos = "Formatos_FR"> 
42	<#assign fuente = "Source"> 
43	<#assign dialecto = "Dialecte"> 
44	<#assign duracion = "Durée"> 
45</#if> 
46<#if locale=='es_ES'> 
47	<#assign numero = "Número"> 
48	<#assign objDid = "Objetivos didácticos"> 
49	<#assign numVisitas = "Número de visitas"> 
50	<#assign calendario = "Fecha de publicación"> 
51	<#assign niveles = "Niveles"> 
52	<#assign formatos = "Formatos"> 
53	<#assign fuente = "Fuente"> 
54	<#assign dialecto = "Dialecto"> 
55	<#assign duracion = "Duración"> 
56</#if> 
57 
58 
59<#assign url = request.attributes['CURRENT_URL']> 
60 
61<#assign id = httpUtil.getParameter(url, "articleId", false)> 
62<#if !id?has_content> 
63    <#assign serviceContext = staticUtil["com.liferay.portal.service.ServiceContextThreadLocal"].getServiceContext()> 
64    <#assign themeDisplay = serviceContext.getThemeDisplay() /> 
65    <#assign layout=themeDisplay.getLayout()> 
66    <#assign querystring=layout.getTypeSettingsProperty("query-string")> 
67    <#assign hayArticleId= querystring?index_of("articleId") > 
68 
69   <#if hayArticleId?has_content > 
70        <#assign indiceInicio=(querystring?index_of("articleId"))+10> 
71     
72        <#assign indiceFinal=querystring.length()> 
73     
74        <#assign id=querystring?substring(indiceInicio,indiceFinal) > 
75    </#if> 
76</#if> 
77<#assign journalArticleLocalService = serviceLocator.findService("com.liferay.portlet.journal.service.JournalArticleLocalService")> 
78<#assign journalArticleResourceLocalServiceUtil = staticUtil["com.liferay.portlet.journal.service.JournalArticleResourceLocalServiceUtil"]> 
79<#assign assetCategoryLocalServiceUtil = staticUtil["com.liferay.portlet.asset.service.AssetCategoryLocalServiceUtil"]> 
80<#assign artResourcePK = journalArticleResourceLocalServiceUtil.getArticleResourcePrimKey(groupId, id)/> 
81<#assign categoryList=assetCategoryLocalServiceUtil.getCategories("com.liferay.portlet.journal.model.JournalArticle",artResourcePK) > 
82<#assign getterUtil = staticUtil["com.liferay.portal.kernel.util.GetterUtil"]> 
83 
84<!--Lista de vocabularios--> 
85<#assign idVocabuOD=0> 
86<#assign idVocabuDialecto=0> 
87<#assign idTipoDocumento=0> 
88 
89<#assign assetVocabularyLocalServiceUtil = staticUtil["com.liferay.portlet.asset.service.AssetVocabularyLocalServiceUtil"]> 
90<#assign vocabularioList=assetVocabularyLocalServiceUtil.getGroupVocabularies(groupId) > 
91<#list vocabularioList as vocabulario> 
92	<#if vocabulario.getName() == "Objetivos Didácticos"> 
93		<#assign idVocabuOD=vocabulario.getVocabularyId() > 
94	</#if> 
95	<#if vocabulario.getName() == "Eduki_Motak"> 
96		<#assign idTipoDocumento=vocabulario.getVocabularyId() > 
97	</#if> 
98	<#if vocabulario.getName() == "Euskalkia"> 
99		<#assign idVocabuDialecto=vocabulario.getVocabularyId() > 
100	</#if> 
101</#list> 
102 
103 
104<!-- Propiedades de una categorias--> 
105<#assign assetCategoryPropertyLocalServiceUtil =staticUtil["com.liferay.portlet.asset.service.AssetCategoryPropertyLocalServiceUtil"]> 
106 
107<#assign idioma = locale.toString()/>	 
108<#assign property_value=""/>		 
109<#assign urlVuelta=""/> 
110<!--Tipo de documento--> 
111<#assign hrefEM ="&filtros=Eduki_mota"> 
112<#list categoryList as catEdukiMota>				 
113	<#if catEdukiMota.getVocabularyId() == idTipoDocumento> 
114		<#assign assetCategoryPropertyList =assetCategoryPropertyLocalServiceUtil.getCategoryProperties(catEdukiMota.getCategoryId())/> 
115		<#list assetCategoryPropertyList as assetCategoryProperty> 
116			<#assign assetCategoryKey = assetCategoryProperty.getKey()/> 
117			<#if (assetCategoryKey == idioma)> 
118				<#assign property_value=assetCategoryProperty.getValue()/> 
119			</#if>  
120		</#list>   
121		<#assign hrefEM ="${hrefEM}&Eduki_mota=${catEdukiMota.getCategoryId()}"> 
122 
123		 
124	</#if>  
125</#list>									 
126<#if hrefEM?has_content> 
127    <#assign urlAux=hrefEM?substring(1)> 
128    <#assign url2="&bsczmb=&id_structure_autor=16131006&filtros=Formatua&filtros=Helburu_didaktikoa&filtros=Ikasteredua&filtros=Bildumak&filtros=Aldizkaria&filtros=Baliabideak&ordenarPor=Pub.+data&bsctags=&bscAutor=" /> 
129    <#assign urlVuelta="/bilatzaile-orokorra?_x61pbuscadorGeneralWAR_WAR_x61pbuscadorGeneralWARportlet_formDate=1576593315033&bscfilterby=&filtros=Maila&${urlAux}${url2}"/> 
130	<#assign urlVueltaDoc="/bilatzaile-orokorra?_x61pbuscadorGeneralWAR_WAR_x61pbuscadorGeneralWARportlet_formDate=1576593315033&bscfilterby=&filtros=Eduki_mota&Eduki_mota=20576121"/> 
131	 
132   
133</#if>  
134<#if id?has_content> 
135    <#if journalArticleLocalService??> 
136	 
137        <#assign articleById = journalArticleLocalService.getDisplayArticle(getterUtil.getLong(groupId), id) /> 
138         
139        <#assign document = saxReaderUtil.read(articleById.getContentByLocale(locale)) > 
140		 
141		<#assign hrefCategorias ="&filtros=Maila"> 
142          
143		<!-- Para saber si mostrar el bloque o no-->  
144		<#assign mostrarBloqueNivel = "NO"> 
145		<#assign mostrarBloqueFormato = "NO"> 
146		<#assign mostrarBloqueObjDidacticos = "NO"> 
147		<#assign mostrarBloqueObjDidacticosBakarka = "NO"> 
148		<#assign mostrarBloqueObjDidacticosTaldeLana = "NO"> 
149		<#assign mostrarBloqueObjDidacticosJardunbikoa = "NO"> 
150		<#assign mostrarBloqueDialecto="NO"/> 
151				 
152		<#list categoryList as category> 
153			<#if category.getName() == "A1" || category.getName() == "A2" ||  
154				 category.getName() == "B1" || category.getName() == "B2" || 
155				 category.getName() == "C1" || category.getName() == "C2"> 
156				<#assign mostrarBloqueNivel = "SI"> 
157			</#if>	  
158			<#if category.getName() == "Entzungaiak" ||  category.getName() == "Bideoak" || category.getName() == "Idatziak"> 
159				<#assign mostrarBloqueFormato = "SI"> 
160			</#if> 
161			<#if category.getVocabularyId() == idVocabuOD> 
162				<#assign mostrarBloqueObjDidacticos = "SI"> 
163			</#if> 
164			<#if category.getVocabularyId() == idVocabuDialecto> 
165				<#assign mostrarBloqueDialecto="SI"/> 
166			</#if>  
167		</#list>  
168	 
169		<!--categorias nivel-->		 
170		<#if mostrarBloqueNivel == "SI">		 
171			<div class="col-xs-12 col-md-12 col-lg-12 separacionComunConTop sinMargenIzq"> 
172				<div class="col-xs-2 col-md-2 col-lg-2"> 
173					<i class="fa fa-signal-G" aria-hidden="true" title="${niveles}"></i> 
174				</div> 
175				<div class="col-xs-10 col-md-10 col-lg-10"> 
176					<#list categoryList as category> 
177						<#if category.getName() == "A1" || category.getName() == "A2" ||  
178							 category.getName() == "B1" || category.getName() == "B2" || 
179							 category.getName() == "C1" || category.getName() == "C2"> 
180							<a href="/bilatzaile-orokorra?_x61pbuscadorGeneralWAR_WAR_x61pbuscadorGeneralWARportlet_formDate=1569830512685&filtros=Maila&Maila=${category.getCategoryId()}&ordenarPor=Pub.+data" class="${category.getName()}" title="${category.getName()}">${category.getName()}</a> 
181							<#assign hrefCategorias ="${hrefCategorias}&Maila=${category.getCategoryId()}"> 
182						</#if> 
183					</#list>	 
184				</div> 
185			</div> 
186		</#if> 
187		 
188		<!--categorias formato --> 
189		<#if mostrarBloqueFormato == "SI">	 
190			<#if mostrarBloqueNivel == "SI">	 
191			<div class="col-xs-12 col-md-12 col-lg-12 separacionComun sinMargenIzq"> 
192                         <#else> 
193				<div class="col-xs-12 col-md-12 col-lg-12 separacionComunConTop sinMargenIzq"> 
194			</#if> 
195				<div class="col-xs-2 col-md-2 col-lg-2"> 
196					<i class="fa fa-info-circle-G" aria-hidden="true" title="${formatos}"></i> 
197				</div> 
198				<div class="col-xs-10 col-md-10 col-lg-10"> 
199					<#list categoryList as category> 
200						<#if category.getName() == "Entzungaiak"> 
201							<#assign assetCategoryPropertyList =assetCategoryPropertyLocalServiceUtil.getCategoryProperties(category.getCategoryId())/> 
202							<#list assetCategoryPropertyList as assetCategoryProperty> 
203								<#assign assetCategoryKey = assetCategoryProperty.getKey()/> 
204								<#if (assetCategoryKey == idioma)> 
205									<#assign property_value=assetCategoryProperty.getValue()/> 
206								</#if>  
207							</#list>   
208							<a href="/bilatzaile-orokorra?_x61pbuscadorGeneralWAR_WAR_x61pbuscadorGeneralWARportlet_formDate=1569830512685&filtros=Formato&Formato=${category.getCategoryId()}${hrefCategorias}${hrefEM}&ordenarPor=Pub.+data" class="fa fa-headphones-H" title="${property_value}"></a> 
209						</#if> 
210						<#if category.getName() == "Bideoak"> 
211							<#assign assetCategoryPropertyList =assetCategoryPropertyLocalServiceUtil.getCategoryProperties(category.getCategoryId())/> 
212							<#list assetCategoryPropertyList as assetCategoryProperty> 
213								<#assign assetCategoryKey = assetCategoryProperty.getKey()/> 
214								<#if (assetCategoryKey == idioma)> 
215									<#assign property_value=assetCategoryProperty.getValue()/> 
216								</#if>  
217							</#list>   
218							<a href="/bilatzaile-orokorra?_x61pbuscadorGeneralWAR_WAR_x61pbuscadorGeneralWARportlet_formDate=1569830512685&filtros=Formato&Formato=${category.getCategoryId()}${hrefCategorias}${hrefEM}&ordenarPor=Pub.+data" class="fa fa-television-H" title="${property_value}"></a> 
219						</#if> 
220						<#if category.getName() == "Idatziak"> 
221							<#assign assetCategoryPropertyList =assetCategoryPropertyLocalServiceUtil.getCategoryProperties(category.getCategoryId())/> 
222							<#list assetCategoryPropertyList as assetCategoryProperty> 
223								<#assign assetCategoryKey = assetCategoryProperty.getKey()/> 
224								<#if (assetCategoryKey == idioma)> 
225									<#assign property_value=assetCategoryProperty.getValue()/> 
226								</#if>  
227							</#list>   
228							<a href="/bilatzaile-orokorra?_x61pbuscadorGeneralWAR_WAR_x61pbuscadorGeneralWARportlet_formDate=1569830512685&filtros=Formato&Formato=${category.getCategoryId()}${hrefCategorias}${hrefEM}&ordenarPor=Pub.+data" class="fa fa-newspaper-o-H" title="${property_value}"></a> 
229						</#if> 
230					</#list> 
231				</div> 
232			</div> 
233		</#if> 
234		 
235		<!-- Fecha de visualización --> 
236		<#assign date =articleById.getDisplayDate()?date/> 
237		<#if mostrarBloqueFormato == "SI">	 
238			<div class="col-xs-12 col-md-12 col-lg-12 separacionComun sinMargenIzq"> 
239		<#elseif mostrarBloqueNivel == "SI"> 
240			<div class="col-xs-12 col-md-12 col-lg-12 separacionComun sinMargenIzq"> 
241		<#else> 
242			<div class="col-xs-12 col-md-12 col-lg-12 separacionComunConTop sinMargenIzq"> 
243		</#if> 
244			<div class="col-xs-2 col-md-2 col-lg-2"> 
245				<i class="fa fa-clock-o-G" aria-hidden="true" title="${calendario}"></i> 
246			</div> 
247			<div class="col-xs-10 col-md-10 col-lg-10"> 
248				 
249				<#if locale=='es_ES'> 
250					${date?string["dd-MM-yyyy"]} 
251				</#if> 
252				<#if locale=='eu_ES'> 
253					${date?string["yyyy-MM-dd"]} 
254				</#if> 
255				<#if locale=='fr_FR'> 
256					${date?string["dd-MM-yyyy"]} 
257				</#if> 
258				<#if locale=='en_US'> 
259					${date?string["MM-dd-yyyy"]} 
260				</#if> 
261			</div>	 
262		</div> 
263		 
264		<!--Fuente y Autor--> 
265		<div id="embedded-articlenextevents-portlet" class="col-xs-12 col-md-12 col-lg-12 separacionComun sinMargenIzq embebido"> 
266			<runtime-portlet name="x61pRelaContWAR_WAR_x61pRelaContWARportlet" queryString="idArticulo=${id}&amp;visualizacion=${parcial}"/> 
267		</div> 
268		 
269		<!-- Id article del contenido --> 
270		<div class="col-xs-12 col-md-12 col-lg-12 separacionComun sinMargenIzq"> 
271			<div class="col-xs-2 col-md-2 col-lg-2"> 
272				<i class="fa fa-key-G" aria-hidden="true" title="${numero}"></i> 
273			</div> 
274			<div class="col-xs-10 col-md-10 col-lg-10"> 
275				${id} 
276			</div> 
277		</div> 
278 
279		 
280		<!-- Objetivos didacticos--> 
281		<#if mostrarBloqueObjDidacticos == "SI">	 
282			<div class="col-xs-12 col-md-12 col-lg-12 separacionComun sinMargenIzq"> 
283				<div class="col-xs-2 col-md-2 col-lg-2"> 
284					<i class="fa fa-bullseye-G" aria-hidden="true" title="${objDid}"></i> 
285				</div> 
286				<div class="col-xs-10 col-md-10 col-lg-10"> 
287					<ul class="sinPunto"> 
288						<#list categoryList as catOD>				 
289							<#if catOD.getVocabularyId() == idVocabuOD> 
290								<#assign assetCategoryPropertyList =assetCategoryPropertyLocalServiceUtil.getCategoryProperties(catOD.getCategoryId())/> 
291								<#list assetCategoryPropertyList as assetCategoryProperty> 
292									<#assign assetCategoryKey = assetCategoryProperty.getKey()/> 
293									<#if (assetCategoryKey == idioma)> 
294										<#assign property_value=assetCategoryProperty.getValue()/> 
295									</#if>  
296								</#list> 
297								<#if (property_value == "Bakarka" || property_value == "Tarea individual" || property_value == "Individual task" || property_value == "Tâche individuel")>	 
298									<#assign mostrarBloqueObjDidacticosBakarka = "SI"> 
299								<#elseif (property_value == "Talde-lana" || property_value == "Tarea colaborativa" || property_value == "Teamwork" || property_value == "Tâche collaborative")>	 
300									<#assign mostrarBloqueObjDidacticosTaldeLana = "SI"> 
301								<#elseif (property_value == "Jardun bikoa" || property_value == "Aprendizaje semipresencial" || property_value == "Blended learnig" || property_value == "Apprentissage semipresentiel")>	 
302									<#assign mostrarBloqueObjDidacticosJardunbikoa = "SI"> 
303								<#else>										 
304									<li> 
305										<a href="/bilatzaile-orokorra?_x61pbuscadorGeneralWAR_WAR_x61pbuscadorGeneralWARportlet_formDate=1554897302092&filtros=Formato&Formato=${catOD.getCategoryId()}${hrefCategorias}${hrefEM}&ordenarPor=Pub.+data" title="${property_value}">${property_value}</a> 
306									</li> 
307								</#if>  
308							</#if>  
309						</#list>	 
310					</ul> 
311				</div> 
312			</div> 
313		</#if>  
314		 
315		<!-- Objetivos didacticos Bakarka--> 
316		<#if mostrarBloqueObjDidacticosBakarka == "SI"> 
317			<div class="col-xs-12 col-md-12 col-lg-12 separacionComun sinMargenIzq"> 
318				<div class="col-xs-2 col-md-2 col-lg-2"> 
319					<i class="fa-bakarka-G" aria-hidden="true"></i> 
320				</div> 
321				<div class="col-xs-10 col-md-10 col-lg-10"> 
322					<ul class="sinPunto"> 
323						<#list categoryList as catOD>				 
324							<#if catOD.getVocabularyId() == idVocabuOD> 
325								<#assign assetCategoryPropertyList =assetCategoryPropertyLocalServiceUtil.getCategoryProperties(catOD.getCategoryId())/> 
326								<#list assetCategoryPropertyList as assetCategoryProperty> 
327									<#assign assetCategoryKey = assetCategoryProperty.getKey()/> 
328									<#if (assetCategoryKey == idioma)> 
329										<#assign property_value=assetCategoryProperty.getValue()/> 
330									</#if>  
331								</#list> 
332								<#if (property_value == "Bakarka" || property_value == "Tarea individual" || property_value == "Individual task" || property_value == "Tâche individuel")>  
333								<li> 
334									<a href="/bilatzaile-orokorra?_x61pbuscadorGeneralWAR_WAR_x61pbuscadorGeneralWARportlet_formDate=1554897302092&filtros=Formato&Formato=${catOD.getCategoryId()}${hrefCategorias}${hrefEM}&ordenarPor=Pub.+data" title="${property_value}">${property_value}</a> 
335								</li> 
336							</#if>  
337							</#if>  
338						</#list>	 
339					</ul> 
340				</div> 
341			</div> 
342		</#if>  
343		<!-- Objetivos didacticos Talde-Lana--> 
344		<#if mostrarBloqueObjDidacticosTaldeLana == "SI"> 
345			<div class="col-xs-12 col-md-12 col-lg-12 separacionComun sinMargenIzq"> 
346				<div class="col-xs-2 col-md-2 col-lg-2"> 
347					<i class="fa-taldeLana-G" aria-hidden="true"></i> 
348				</div> 
349				<div class="col-xs-10 col-md-10 col-lg-10"> 
350					<ul class="sinPunto"> 
351						<#list categoryList as catOD>				 
352							<#if catOD.getVocabularyId() == idVocabuOD> 
353								<#assign assetCategoryPropertyList =assetCategoryPropertyLocalServiceUtil.getCategoryProperties(catOD.getCategoryId())/> 
354								<#list assetCategoryPropertyList as assetCategoryProperty> 
355									<#assign assetCategoryKey = assetCategoryProperty.getKey()/> 
356									<#if (assetCategoryKey == idioma)> 
357										<#assign property_value=assetCategoryProperty.getValue()/> 
358									</#if>  
359								</#list> 
360								<#if (property_value == "Talde-lana" || property_value == "Tarea colaborativa" || property_value == "Teamwork" || property_value == "Tâche collaborative")>	 
361									<li> 
362										<a href="/bilatzaile-orokorra?_x61pbuscadorGeneralWAR_WAR_x61pbuscadorGeneralWARportlet_formDate=1554897302092&filtros=Formato&Formato=${catOD.getCategoryId()}${hrefCategorias}${hrefEM}&ordenarPor=Pub.+data" title="${property_value}">${property_value}</a> 
363									</li> 
364								</#if> 								 
365							</#if>  
366								</#list>   
367					</ul> 
368				</div> 
369			</div> 
370		</#if>  
371		<!-- Objetivos didacticos Jardunbikoa--> 
372		<#if mostrarBloqueObjDidacticosJardunbikoa == "SI"> 
373			<div class="col-xs-12 col-md-12 col-lg-12 separacionComun sinMargenIzq"> 
374				<div class="col-xs-2 col-md-2 col-lg-2"> 
375					<i class="fa-jardunbikoa-G" aria-hidden="true"></i> 
376				</div> 
377				<div class="col-xs-10 col-md-10 col-lg-10"> 
378					<ul class="sinPunto"> 
379						<#list categoryList as catOD>				 
380							<#if catOD.getVocabularyId() == idVocabuOD> 
381								<#assign assetCategoryPropertyList =assetCategoryPropertyLocalServiceUtil.getCategoryProperties(catOD.getCategoryId())/> 
382								<#list assetCategoryPropertyList as assetCategoryProperty> 
383									<#assign assetCategoryKey = assetCategoryProperty.getKey()/> 
384									<#if (assetCategoryKey == idioma)> 
385										<#assign property_value=assetCategoryProperty.getValue()/> 
386									</#if>  
387								</#list> 
388								<#if (property_value == "Jardun bikoa" || property_value == "Aprendizaje semipresencial" || property_value == "Blended learnig" || property_value == "Apprentissage semipresentiel")>	 
389								<li> 
390									<a href="/bilatzaile-orokorra?_x61pbuscadorGeneralWAR_WAR_x61pbuscadorGeneralWARportlet_formDate=1554897302092&filtros=Formato&Formato=${catOD.getCategoryId()}${hrefCategorias}${hrefEM}&ordenarPor=Pub.+data" title="${property_value}">${property_value}</a> 
391								</li> 
392							</#if>  
393							</#if>  
394						</#list>	 
395					</ul> 
396				</div> 
397			</div> 
398		</#if>  
399	 
400		 
401		<!-- Dialecto-->  
402		<#if (mostrarBloqueDialecto == "SI")> 
403			<div class="col-xs-12 col-md-12 col-lg-12 separacionComun sinMargenIzq"> 
404				<div class="col-xs-2 col-md-2 col-lg-2"> 
405					<i class="fa fa-file-o-G" aria-hidden="true" title="${dialecto}"></i> 
406				</div> 
407				<div class="col-xs-10 col-md-10 col-lg-10"> 
408					<ul class="sinPunto"> 
409						<#list categoryList as catDialecto>				 
410							<#if catDialecto.getVocabularyId() == idVocabuDialecto> 
411								<#assign assetCategoryPropertyList =assetCategoryPropertyLocalServiceUtil.getCategoryProperties(catDialecto.getCategoryId())/> 
412								<#list assetCategoryPropertyList as assetCategoryProperty> 
413									<#assign assetCategoryKey = assetCategoryProperty.getKey()/> 
414									<#if (assetCategoryKey == idioma)> 
415										<#assign property_value=assetCategoryProperty.getValue()/> 
416									</#if>  
417								</#list>   
418								<li> 
419									<a href="/bilatzaile-orokorra?_x61pbuscadorGeneralWAR_WAR_x61pbuscadorGeneralWARportlet_formDate=1554897302092&Nivel=${catDialecto.getCategoryId()}&ordenarPor=Pub.+data" title="${property_value}">${property_value}</a> 
420								</li> 
421							</#if>  
422						</#list>	 
423					</ul> 
424				</div> 
425			</div> 
426		</#if>  
427		 
428		<!--Duración --> 
429		<#assign iraupena = document.valueOf("//dynamic-element[@name='iraupena']/dynamic-content/text()") /> 
430		<#if iraupena!=''> 
431			<div class="col-xs-12 col-md-12 col-lg-12 separacionComun sinMargenIzq"> 
432				<div class="col-xs-2 col-md-2 col-lg-2"> 
433					<i class="fa fa-duracion-G" aria-hidden="true" title="${duracion}"></i> 
434				</div> 
435				<div class="col-xs-10 col-md-10 col-lg-10"> 
436					${iraupena} 
437				</div> 
438			</div> 
439		</#if> 
440	<!-- Incrementamos el valor de las visitas cada vez que se entra en el detalle--> 
441	     <#if artResourcePK !=0 > 
442		      <#assign assetEntryLocalServiceUtil = staticUtil['com.liferay.portlet.asset.service.AssetEntryLocalServiceUtil']> 
443	    	<#assign assetEntry = assetEntryLocalServiceUtil.getEntry("com.liferay.portlet.journal.model.JournalArticle", artResourcePK)> 
444			 
445	    	<#assign assetEntryIncrementado =assetEntryLocalServiceUtil.incrementViewCounter(assetEntry.getUserId(), assetEntry.getClassName(), artResourcePK)> 
446 
447	    	<!-- Numero de visitas pendiente de mirar Hegoa como sacarlo--> 
448	    	<div class="col-xs-12 col-md-12 col-lg-12 separacionComunConBottom sinMargenIzq"> 
449		    	<div class="col-xs-2 col-md-2 col-lg-2"> 
450		    		<i class="fa fa-users-G" aria-hidden="true" title="${numVisitas}"></i> 
451	    		</div> 
452	    		<div class="col-xs-10 col-md-10 col-lg-10"> 
453	    			<runtime-portlet name="x61pViewCountWAR_WAR_x61pViewCountWARportlet" queryString="idArticulo=${id}"/> 
454	    		</div> 
455	    	</div> 
456	    	<div class="hidden tipoFicha"><span class="urlVuelta"><a href="${urlVuelta}"> </a></span><span class="urlVueltaDoc"><a href="${urlVueltaDoc}"> </a></span></div> 
457			 
458	     </#if> 
459 
460    </#if> 
461</#if> 
462 
463<script> 
464if($("#embedded-articlenextevents-portlet.embebido ul li div.fuenteAutor").length){ 
465	$("#embedded-articlenextevents-portlet.embebido ul li div.fuenteAutor").parents("#embedded-articlenextevents-portlet").show(); 
466}  
467</script>