-
Prefabricados Delta
> Corporate Area
> Organisation
>
Team
#if($validator.isNotNull($enlace.getChild('Title_accesibilidad').getData()))
#set($tituloAcc = $enlace.getChild('Title_accesibilidad').getData())
#else
#set($tituloAcc = $titulo_img.getData())
#end
#if($enlace.getChild('Target').getData()=="_blank")
#if ($locale == "es_ES")
#set($target = "(Se abre en una nueva ventana)")
#elseif ($locale == "en_US")
#set($target = "(Opens in new window)")
#end
#else
#set($target = "")
#end
#if ($validator.isNotNull($enlace.getChild('Enlace_externo').getData()))
#if ($validator.isNotNull($Imagen.getData()))
#else
#end
#elseif ($validator.isNotNull($enlace.getFriendlyUrl()))
#if ($validator.isNotNull($Imagen.getData()))
#else
#end
#else
#if ($validator.isNotNull($Imagen.getData()))
#else
#if ($validator.isNotNull($subtitulo.getData()))
#end
#end
$titulo_img.getData()
#if($validator.isNotNull($subtitulo.getData()) && ($subtitulo.getData().length() > 74))$subtitulo.getData().substring(0,71)...
#elseif ($validator.isNotNull($subtitulo.getData()) && ($subtitulo.getData().length() <= 74))$subtitulo.getData()
#end #else$titulo_img.getData()
#end