-
Construcción
> Sostenibilidad
> Comprometidos con la sociedad
>
Impacto positivo sobre la comunidad
#if($validator.isNotNull($texto.getData()))
#end
$texto.getData()
#end #if($validator.isNotNull($descripcion.getChild('titulo').getData()))$descripcion.getChild('titulo').getData()
#end
#if($validator.isNotNull($descripcion.getChild('necesidades').getData()))
#end
#if($validator.isNotNull($descripcion.getChild('soluciones').getData()))
#end
#if($validator.isNotNull($descripcion.getChild('resultados').getData()))
#end
## Variables para i18n
#if($locale == "en_US")
#set($str-download = "Download")
#set($str-previous = "Previous")
#set($str-next = "Next")
#else
#set($str-download = "Descargar")
#set($str-previous = "Anterior")
#set($str-next = "Siguiente")
#end
## Galeria de imagenes ##
#if($validator.isNotNull($galeriaImagenes.getChild('imagen').getData()))
$descripcion.getChild('necesidadesTitulo').getData():
$descripcion.getChild('necesidades').getData()$descripcion.getChild('solucionesTitulo').getData():
$descripcion.getChild('soluciones').getData()$descripcion.getChild('resultadosTitulo').getData():
$descripcion.getChild('resultados').getData()-
#foreach ( $img in $galeriaImagenes.getChild('imagen').getSiblings() )
## Mostramos el titulo de accesibilidad en cada indicador,
## si no lo tiene mostramos el titulo de la imagen sin extension
#set($titAcc=$img.getChild('tituloAcc').getData())
#set($titImagen=$img.getChild('tituloImagen').getData())
#if($validator.isNull($titAcc))
#if($validator.isNotNull($tituloImagen))
#set($titAcc=$img.getChild('tituloImagen'))
#else
## Get the file title
#set ($fileTitle = $img.getData().split("/").get(4))
#set ($lastIndex = $fileTitle.lastIndexOf("."))
#set ($fileTitle = $fileTitle.substring(0, $lastIndex))
## Since the file title is URL encoded, we need to decode it first
## (I assume you are using UTF-8 as charset)
#set ($tmp = {})
#set ($decoder = $tmp.class.forName("java.net.URLDecoder").newInstance())
#set ($fileTitle = $decoder.decode($fileTitle, "UTF-8"))
#set($titAcc = $fileTitle)
#end
#end
#if($velocityCount == 1)
#else
#end
#end
#foreach ( $img in $galeriaImagenes.getChild('imagen').getSiblings() )
#if($velocityCount == 1)
#set($item-active="active")
#else
#set($item-active="")
#end
#if($validator.isNotNull($img.getData()))
## Mostramos el titulo de accesibilidad en cada imagen,
## si no lo tiene mostramos el titulo de la imagen sin extension
#set($titAcc=$img.getChild('tituloAcc').getData())
#set($titImagen=$img.getChild('tituloImagen').getData())
#if($validator.isNull($titAcc))
#if($validator.isNotNull($tituloImagen))
#set($titAcc=$img.getChild('tituloImagen'))
#else
## Get the file title
#set ($fileTitle = $img.getData().split("/").get(4))
#set ($lastIndex = $fileTitle.lastIndexOf("."))
#set ($fileTitle = $fileTitle.substring(0, $lastIndex))
## Since the file title is URL encoded, we need to decode it first
## (I assume you are using UTF-8 as charset)
#set ($tmp = {})
#set ($decoder = $tmp.class.forName("java.net.URLDecoder").newInstance())
#set ($fileTitle = $decoder.decode($fileTitle, "UTF-8"))
#set($titAcc = $fileTitle)
#end
#end
#if($validator.isNotNull($titImagen))
#end
#end
$titImagen
#end #set($src = $img.getData())