templates/home_desk.html.twig line 1

Open in your IDE?
  1. {% extends 'inicio.html.twig' %}
  2. {% block head_title %}
  3.     {{ titulo_app }} - Iniciar Sesión
  4. {% endblock %}
  5. {% block body %}
  6. <div align="center">
  7.     <img name="index_nav" src="{{ asset('images/inicio/index_nav.png')}}" width="1000" height="647" border="0" id="index_nav" usemap="#m_index_nav" alt="" />
  8.     <map name="m_index_nav" id="m_index_nav">
  9.     <area shape="poly" coords="928,41,958,41,958,75,928,75,928,41" href="https://www.instagram.com/registropba/" target="_blank" title="Instagram RPP" alt="Instagram RPP" />
  10.     <area shape="poly" coords="905,41,927,41,927,75,905,75,905,41" href="https://www.facebook.com/registropba/" target="_blank" title="Facebook RPP" alt="Facebook RPP" />
  11.     <area shape="poly" coords="869,41,904,41,904,75,869,75,869,41" href="https://twitter.com/registropba" target="_blank" title="Twitter RPP" alt="Twitter RPP" />
  12.     <area shape="poly" coords="74,537,413,537,413,593,74,593,74,537" href="https://pol.gob.gba.gob.ar/" target="_self" alt="" />
  13.     <area shape="poly" coords="48,298,356,298,356,357,48,357,48,298" href="{{ path('app_login_publico') }}" target="_self" alt="" />
  14.     <area shape="poly" coords="361,297,601,297,601,357,361,357,361,297" href="https://www.gdeba.gba.gob.ar/consultagedo/" target="_blank" alt="" />
  15.     <area shape="poly" coords="40,22,263,22,263,97,40,97,40,22" href="https://www.gba.gob.ar/registrodelaspersonas" target="_self" title="Registro de las Personas - Home" alt="Registro de las Personas - Home" />
  16.     </map>
  17.     
  18.         <h5>¿Cómo solicitar una Partida Digital?</h5>
  19.         <div align="center" style="background-color: #edefef;">
  20.             <iframe width="560" height="315" src="{{ url_video_presentacion }}" title="¿Cómo solicitar una Partida Digital?" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
  21.     </div>
  22.         
  23.         {% if (url_video_presentacion_2 is not empty)  %}
  24.             
  25.             <h5>¿Cuáles son los datos importantes de una partida?</h5>
  26.             <div align="center" style="background-color: #edefef;">
  27.             <iframe width="560" height="315" src="{{ url_video_presentacion_2 }}" title="¿Cuáles son los datos importantes de una partida?" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
  28.             </div>
  29.         {% endif %}    
  30.         
  31. </div>
  32. {% endblock %}