|
Seguridad

Implementan operativo de seguridad por Día de la Virgen en Culiacán

En el operativo participan 250 elementos de la SSPyTM, además de paramédicos de Cruz Roja y personal de Protección Civil, a fin de salvaguardar la integridad de las personas
An error occurred while processing the template.
Invocation of method 'substring' in  class java.lang.String threw exception java.lang.StringIndexOutOfBoundsException: String index out of range: -2 at VM_global_iter.vm[line 5945, column 54]
1##----TEMPLATE-NO-3----
 
2#set($shareUrl = "#siteUrl()#printAcCanonicalUrl()")
 
3#set($title = "")
 
4
 
5
 
6
 
7#set($alltext = "#getTextFlow_noroeste('crop_full','1000','562','100%')") 
 
8
 
9#set($alltext = $alltext.replaceAll("noreferrer",""))
 
10#set($alltext = $alltext.replaceAll("noopener",""))
 
11
 
12#if(!$shareUrl.contains("10684106"))
 
13    #set($alltext = $alltext.replaceAll("nofollow","dofollow"))
 
14#end
 
15
 
16
 
17<div class="template-no-3" id="acceder">
 
18	<div class="line"></div>
 
19	<!-- itemprop="text" -->
 
20	<div class="text resizable font-2 fs15">
 
21		## #set($vFraseWeb = $!articleToolbox.getTag(null, "Frase_Web"))
 
22		## #if($vFraseWeb && $vFraseWeb != "")
 
23		## <div class="frase-web font-2 bold fs16">$vFraseWeb.data</div>
 
24		## #end
 
25
 
26		#set($vCintillo = $!articleToolbox.getTag(null, "Cintillo_Epigrafe"))
 
27		#if($vCintillo && $vCintillo.data != "")
 
28		<div class="cintillo-epigrafe font-2 fs16 mb-3">$vCintillo.data</div>
 
29		#end
 
30
 
31		##getTextFlow_noroeste("crop_full","1000","562", "100%")
 
32		## #getTextFlow_noroeste("crop_56_100_M","1000","562", "100%")
 
33		$!alltext
 
34	</div>	
 
35	
 
36	#set($documento = $articleToolbox.getTag(null,'Generico'))
 
37	#if($documento)
 
38		<div class="font-2 bold fs12">Adjuntos</div>
 
39		#set($separador = "")
 
40		#foreach($item in $documento.getSiblings())
 
41		    #set($name = $item.data)
 
42		    #if($item.Cutline && $item.Cutline.data != "")
 
43			#set($name = $item.Cutline.data)
 
44		    #end
 
45		    $separador<a href="$item.Document.data" target="_blank">$name</a>
 
46		    #set($separador = " / ")
 
47		#end
 
48	#end
 
49
 
50
 
51	<div class="cl"></div>
 
52</div>
 
53
 
54
 
55
 
56