1#set($sectionID = "#printAssignedSectionID")
2#set ($sectionName = $!iterVelocityTools.getVariable($sectionID , "PubliSectionName") )
3
4<!-- Inicio META TAG AUTOR -->
5#set($hmAutores = {})
6#getAcAssignedCatExtended($hmAutores "Autores")
7
8#set($hmAutor = $hmAutores.get(0))
9#set ($catId = $hmAutor.id)
10#if($catId)
11 #set ($aboutAuthor = $aboutCategoryArticles.getArticle($catId))
12#end
13
14#set($metaAuthor = {})
15#set($temp = $metaAuthor.put("name","author"))
16#if($aboutAuthor)
17 #set($temp = $metaAuthor.put("content",$!aboutAuthor.Instrumental_Autor.data))
18#else
19 #set($temp = $metaAuthor.put("content",""))
20#end
21$iterVelocityTools.addMetaTag($metaAuthor )
22<!-- Fin META TAG AUTOR -->
23
24<!-- Inicio META TAGS CXSENSE -->
25#set($metaPageClass = {})
26#set($temp = $metaPageClass.put("name","cXenseParse:pageclass"))
27#set($temp = $metaPageClass.put("content","article"))
28$iterVelocityTools.addMetaTag($metaPageClass)
29
30#set($metaArticleId = {})
31#set($temp = $metaArticleId.put("name","cXenseParse:recs:articleid"))
32#set($temp = $metaArticleId.put("content",$reserved-article-id.data))
33$iterVelocityTools.addMetaTag($metaArticleId)
34
35#set ($portalBeanLocator = $portal.getClass().forName('com.liferay.portal.kernel.bean.PortalBeanLocatorUtil'))
36#set ($dateFormatFactory = $portalBeanLocator.locate('com.liferay.portal.kernel.util.DateFormatFactoryUtil'))
37#set ($indexFormat = $dateFormatFactory.getSimpleDateFormat('yyyy/MM/dd HH:mm:ss'))
38#set($ac-sectionDateFrom = $articleContext.selectNodes('articlectx/sections//section[@from]'))
39#if($ac-sectionDateFrom.size() > 0)
40 #foreach ($atrib in $ac-sectionDateFrom.get(0).attributes() )
41 #if($atrib.name == "from")
42 #set ($dResultado = $indexFormat.parse("$atrib.data"))
43 #end
44 #end
45#end
46
47#if($dResultado && $dResultado != "")
48#set($metaPublishTime = {})
49#set($temp = $metaPublishTime.put("name","cXenseParse:recs:publishtime"))
50#set($temp = $metaPublishTime.put("content",$dateTool.format("yyyy-MM-d'T'hh:mm:ss.000'Z'",$dResultado)))
51$iterVelocityTools.addMetaTag($metaPublishTime)
52#end
53
54#set($metaCategory = {})
55#set($temp = $metaCategory.put("name","cXenseParse:recs:category"))
56#set($temp = $metaCategory.put("content","$sectionName"))
57$iterVelocityTools.addMetaTag($metaCategory)
58
59<!-- Fin META TAGS CXSENSE -->
60
61<!-- Inicio DAX -->
62<!-- DAX para los detalles de los artículos -->
63<script type="text/javascript">
64 // <+1)for(o=0,n=d.split(";"),p=n[h];o<p;o++)m=n[o][f](b),m+1&&(e=l+unescape(n[o][g](m+b[h])));a+=k+"_t="+ +(new Date)+k+"c="+(c.characterSet||c.defaultCharset||"")+"&c8="+r(c.title)+e+"&c7="+r(c.URL)+"&c9="+r(c.referrer),a[h]>i&&a[f](l)>0&&(j=a[g](0,i-8).lastIndexOf(l),a=(a[g](0,j)+k+"cut="+r(a[g](j+1)))[g](0,i)),c.images?(m=new Image,q.ns_p||(ns_p=m),m.src=a):c.write("<","p","><",'img src="',a,'" height="1" width="1" alt="*"',"><","/p",">")}
67 udm_('http'+(document.location.href.charAt(4)=='s'?'s://sb':'://b')+'.scorecardresearch.com/p?c1=2&c2=6035166&ns_site=el-colombiano&name=$sectionName.$reserved-article-url-title.data');
68 // ]]>
69</script>
70<noscript><p><img src="http://b.scorecardresearch.com/p?c1=2&c2=6035166&ns_site=el-colombiano&name=$sectionName.$reserved-article-url-title.data" height="1" width="1" alt="*"></p></noscript>
71<!-- Fin DAX -->