|
"XV años"

"Hoy cumplen 15"

"Alina Breceda, Mirna Podesta, Florencia Duarte, Alessandra Bazúa, Lucía Pico y Aracely Yáñez, festejarán juntas su aniversario."
Se ha producido un error al procesar la plantilla.
Invocation of method 'format' in  class org.apache.velocity.tools.generic.DateTool threw exception java.lang.IllegalArgumentException: Illegal pattern character 'i' at VM_global_iter.vm[line 6065, column 29]
1##----TEMPLATE-NO-1----
 
2#set($shareUrl = "#siteUrl()#printAcCanonicalUrl()")
 
3#set($shareUrl = $shareUrl.replaceAll("http:","https:"))
 
4#set($title = $!articleToolbox.getTag(null,"Headline").data)
 
5
 
6#set($hmAutores = {})
 
7#getAcAssignedCatExtended($hmAutores "Author")
 
8
 
9<div class="template-no-1">
 
10	##<div class="section">
 
11	##	<a class="font-2 fs15" href="#printURLAssignedSection">#printAssignedSection</a>
 
12	##</div> 
 
13
 
14	#TopInfo_noroeste("section","fs12")
 
15	<h1 class="headline font-1 bold fs26">#getFullContentTitleGeneral_v1</h1>
 
16	##set($vSubheadline = $!articleToolbox.getTag(null, "Subheadline"))
 
17	###if($vSubheadline && $vSubheadline.data != "")
 
18	##<div class="subheadline font-1 fs18">$vSubheadline.data</div>
 
19	###end
 
20	#set($vLead = $!articleToolbox.getTag(null, "Lead"))
 
21	#if($vLead && $vLead.data != "")
 
22	<div class="lead font-1 fs18">$vLead.data</div>
 
23	#end
 
24
 
25	<div class="block">
 
26
 
27		## OPINION
 
28		#if($hmAutores.size() > 0)
 
29			#set($hmAutor = $hmAutores.get(0))
 
30			#set($catId = $hmAutor.id)
 
31			#set($aboutAuthor = $aboutCategoryArticles.getArticle($catId))
 
32			#if($aboutAuthor.Headline.data)	
 
33				<div class="title font-1 bold fs12">
 
34					$aboutAuthor.Headline.data
 
35				</div>
 
36			#end
 
37		#end
 
38
 
39		<div class="info">
 
40			    #set($separator = "")
 
41			    #if($hmAutores && $hmAutores.size() > 0)
 
42				<div class="bylines font-2 bold fs12">
 
43					#foreach ($hmAutor in $hmAutores)
 
44						<div class="byline text-uppercase">
 
45						#set($catId = $hmAutor.id)
 
46						#set($aboutAuthor = $aboutCategoryArticles.getArticle($catId))
 
47						#set($imgAuthor = $!aboutAuthor.getImageTag("Image","0","crop_90x90","","","","true", "$!hmAutor.name", "$!hmAutor.name","10%"))
 
48						#if($imgAuthor)
 
49							<div class="img-author">$imgAuthor</div>
 
50						#end
 
51
 
52			
 
53						<!-- <a href="#metadataUrl_noroeste${hmAutor.friendlyname}">$hmAutor.name</a>  -->
 
54						</div>
 
55
 
56					#end
 
57				<!--	<span class="separator">|&nbsp;</span> -->
 
58
 
59#set($hmAutores = {})
 
60#getAcAssignedCatExtended($hmAutores "Author")
 
61#set($hmAutores2 = {})
 
62#getAcAssignedExtendedAllCat($hmAutores2 "Author")
 
63
 
64##IF ONE AUTHOR IS SELECTED, SHOW HIM
 
65				#if($hmAutores.size() == 1)
 
66					#foreach( $name in $hmAutores )
 
67					#set($hmAutor = $hmAutores.get(0))
 
68					<a href="#metadataUrl_noroeste${hmAutor.friendlyname}"> $hmAutor.name </a>  | 
 
69												    
 
70					#set($hmAutor2 = $hmAutores2.get($hmAutor2.name))
 
71					#set($bar = " | ")
 
72						#foreach($hmAutor2 in $sortTool.sort($hmAutores2, 'name:asc'))
 
73							#if($hmAutor2.name == $hmAutor.name) 
 
74								#set($hmAutor2.name  = "")
 
75								#set($bar  = "")
 
76							#end
 
77
 
78							<a href="#metadataUrl_noroeste()$hmAutor.friendlyname">$hmAutor2.name $bar </a>    
 
79
 
80								#set($bar = " |&nbsp;")
 
81						#end
 
82					#end
 
83
 
84##OTHERWISE SHOW OTHERS
 
85	
 
86				#else
 
87
 
88					#set($hmAutor2 = $hmAutores2.get($hmAutor2.name))
 
89
 
90					#foreach($hmAutor2 in $sortTool.sort($hmAutores2, 'name:asc'))
 
91						  
 
92					<a href="#metadataUrl_noroeste${hmAutor.friendlyname}"> $hmAutor2.name </a>  |   
 
93
 
94					#end
 
95				#end
 
96
 
97
 
98
 
99
 
100
 
101
 
102
 
103				</div>
 
104			    #end
 
105			    
 
106			#*
 
107			    #if($hmAutores.size() > 0)
 
108				#set($hmAutor = $hmAutores.get(0))
 
109				#set($catId = $hmAutor.id)
 
110				#set($aboutAuthor = $aboutCategoryArticles.getArticle($catId))
 
111				#set($imgAuthor = $!aboutAuthor.getImageTag("Image","0","crop_90x90","","","","true", "$!hmAutor.name", "$!hmAutor.name","10%"))
 
112				#if($imgAuthor)
 
113					<div class="img-author">$imgAuthor</div>
 
114				#end
 
115				<a href="#metadataUrl_noroeste${hmAutor.friendlyname}">$hmAutor.name</a>
 
116				<span class="separator">|</span>
 
117			    #end
 
118			*#
 
119
 
120			<div class="date font-2 fs12">
 
121				#printDateMod_noroeste("dd/MM/yyyy h:i a")
 
122			</div>
 
123		</div>
 
124		<div class="socialIcons">
 
125			<div class="social disqus" title="Comentarios">
 
126				## #renderDisqusComments()
 
127				<a href="#disqus_thread">
 
128					<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chat-text" viewBox="0 0 16 16">
 
129					  <path d="M2.678 11.894a1 1 0 0 1 .287.801 10.97 10.97 0 0 1-.398 2c1.395-.323 2.247-.697 2.634-.893a1 1 0 0 1 .71-.074A8.06 8.06 0 0 0 8 14c3.996 0 7-2.807 7-6 0-3.192-3.004-6-7-6S1 4.808 1 8c0 1.468.617 2.83 1.678 3.894zm-.493 3.905a21.682 21.682 0 0 1-.713.129c-.2.032-.352-.176-.273-.362a9.68 9.68 0 0 0 .244-.637l.003-.01c.248-.72.45-1.548.524-2.319C.743 11.37 0 9.76 0 8c0-3.866 3.582-7 8-7s8 3.134 8 7-3.582 7-8 7a9.06 9.06 0 0 1-2.347-.306c-.52.263-1.639.742-3.468 1.105z"/>
 
130					  <path d="M4 5.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zM4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8zm0 2.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5z"/>
 
131					</svg>
 
132				</a>
 
133			</div>
 
134			<div class="social twitter">
 
135				<a rel="external" href="http://twitter.com/share?url=$shareUrl&text=$title vía @noroestemx" target="_blank" title="Twitter">
 
136					<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-twitter" viewBox="0 0 16 16">
 
137					  <path d="M5.026 15c6.038 0 9.341-5.003 9.341-9.334 0-.14 0-.282-.006-.422A6.685 6.685 0 0 0 16 3.542a6.658 6.658 0 0 1-1.889.518 3.301 3.301 0 0 0 1.447-1.817 6.533 6.533 0 0 1-2.087.793A3.286 3.286 0 0 0 7.875 6.03a9.325 9.325 0 0 1-6.767-3.429 3.289 3.289 0 0 0 1.018 4.382A3.323 3.323 0 0 1 .64 6.575v.045a3.288 3.288 0 0 0 2.632 3.218 3.203 3.203 0 0 1-.865.115 3.23 3.23 0 0 1-.614-.057 3.283 3.283 0 0 0 3.067 2.277A6.588 6.588 0 0 1 .78 13.58a6.32 6.32 0 0 1-.78-.045A9.344 9.344 0 0 0 5.026 15z"/>
 
138					</svg>
 
139				</a>
 
140			</div>
 
141			<div class="social facebook">
 
142				<a rel="external" href="http://m.facebook.com/sharer.php?u=$shareUrl" target="_blank" title="Facebook">
 
143					<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-facebook" viewBox="0 0 16 16">
 
144					  <path d="M16 8.049c0-4.446-3.582-8.05-8-8.05C3.58 0-.002 3.603-.002 8.05c0 4.017 2.926 7.347 6.75 7.951v-5.625h-2.03V8.05H6.75V6.275c0-2.017 1.195-3.131 3.022-3.131.876 0 1.791.157 1.791.157v1.98h-1.009c-.993 0-1.303.621-1.303 1.258v1.51h2.218l-.354 2.326H9.25V16c3.824-.604 6.75-3.934 6.75-7.951z"/>
 
145					</svg>
 
146				</a>
 
147			</div>
 
148			<div class="social mail" title="Enviar por correo">
 
149				<a href="mailto:?subject=Noroeste.com.mx - $title&body=$title - $shareUrl">
 
150					<svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-envelope" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
 
151					  <path fill-rule="evenodd" d="M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4zm2-1a1 1 0 0 0-1 1v.217l7 4.2 7-4.2V4a1 1 0 0 0-1-1H2zm13 2.383l-4.758 2.855L15 11.114v-5.73zm-.034 6.878L9.271 8.82 8 9.583 6.728 8.82l-5.694 3.44A1 1 0 0 0 2 13h12a1 1 0 0 0 .966-.739zM1 11.114l4.758-2.876L1 5.383v5.73z"/>
 
152					</svg>
 
153				</a>
 
154			</div>
 
155			<div class="social template-favorite-action" data-articleid="$!reserved-article-id.data" title="Guardar en Mis Favoritos">
 
156				<svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-star" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
 
157				  <path fill-rule="evenodd" d="M2.866 14.85c-.078.444.36.791.746.593l4.39-2.256 4.389 2.256c.386.198.824-.149.746-.592l-.83-4.73 3.523-3.356c.329-.314.158-.888-.283-.95l-4.898-.696L8.465.792a.513.513 0 0 0-.927 0L5.354 5.12l-4.898.696c-.441.062-.612.636-.283.95l3.523 3.356-.83 4.73zm4.905-2.767l-3.686 1.894.694-3.957a.565.565 0 0 0-.163-.505L1.71 6.745l4.052-.576a.525.525 0 0 0 .393-.288l1.847-3.658 1.846 3.658a.525.525 0 0 0 .393.288l4.052.575-2.906 2.77a.564.564 0 0 0-.163.506l.694 3.957-3.686-1.894a.503.503 0 0 0-.461 0z"/>
 
158				</svg>
 
159				<svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-star-fill" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
 
160				  <path d="M3.612 15.443c-.386.198-.824-.149-.746-.592l.83-4.73L.173 6.765c-.329-.314-.158-.888.283-.95l4.898-.696L7.538.792c.197-.39.73-.39.927 0l2.184 4.327 4.898.696c.441.062.612.636.283.95l-3.523 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256z"/>
 
161				</svg>	
 
162			</div>
 
163			<div class="social template-readlater-action" data-articleid="$!reserved-article-id.data" onclick="read_later_action($!reserved-article-id.data,'');" title="Guardar para leer más tarde">
 
164				<svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-bookmarks" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
 
165				  <path fill-rule="evenodd" d="M2 4a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v11.5a.5.5 0 0 1-.777.416L7 13.101l-4.223 2.815A.5.5 0 0 1 2 15.5V4zm2-1a1 1 0 0 0-1 1v10.566l3.723-2.482a.5.5 0 0 1 .554 0L11 14.566V4a1 1 0 0 0-1-1H4z"/>
 
166				  <path fill-rule="evenodd" d="M4.268 1H12a1 1 0 0 1 1 1v11.768l.223.148A.5.5 0 0 0 14 13.5V2a2 2 0 0 0-2-2H6a2 2 0 0 0-1.732 1z"/>
 
167				</svg>
 
168				<svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-bookmarks-fill" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
 
169				  <path fill-rule="evenodd" d="M2 4a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v11.5a.5.5 0 0 1-.777.416L7 13.101l-4.223 2.815A.5.5 0 0 1 2 15.5V4z"/>
 
170				  <path fill-rule="evenodd" d="M4.268 1H12a1 1 0 0 1 1 1v11.768l.223.148A.5.5 0 0 0 14 13.5V2a2 2 0 0 0-2-2H6a2 2 0 0 0-1.732 1z"/>
 
171				</svg>
 
172			</div>
 
173		</div>
 
174
 
175	</div>
 
176	
 
177	<div class="cl"></div>
 
178</div> 

    Hoy cumplen 15