src/Aviatur/TwigBundle/Resources/views/aval/Flux/App/front.html.twig line 1

Open in your IDE?
  1. {% extends twig_exists('@AviaturTwig/'~ agency_folder.twigFlux() ~'/App/base.html.twig') %}
  2. {# head #}
  3. {% block head_title %}{% if seo_title is defined %}{{seo_title}}{% else %}Tiquetes baratos, hoteles y paquetes turísticos en línea - tuplús {% endif %}{% endblock head_title %}
  4. {% block head_description_content %}{% if seo_description is defined %}{{seo_description}}{% else %}Agencia de viajes en línea en Colombia! Reserva vuelos, hoteles, autos, cruceros y paquetes. Programa tus próximas vacaciones con tuplús{% endif %}{% endblock head_description_content %}
  5. {% block head_meta_title %}{% if seo_meta_title is defined %}{{seo_meta_title}}{% endif %}{% endblock head_meta_title %}
  6. {% block head_keywords %}{% if seo_keywords is defined %}{{seo_keywords}}{% endif %}{% endblock head_keywords %}
  7. {% if is_mobile() %}
  8.     {% block head_viewport %}
  9.         <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0" />
  10.         <link rel="apple-touch-icon" href="{{ absolute_url(asset('assets/'~ agency_folder.assetStyle() ~'/img/ios/touch-icon-iphone.png')) }}" >
  11.         <link rel="apple-touch-icon" sizes="76x76" href="{{ absolute_url(asset('assets/'~ agency_folder.assetStyle() ~'/img/ios/touch-icon-ipad.png')) }}" >
  12.         <link rel="apple-touch-icon" sizes="120x120" href="{{ absolute_url(asset('assets/'~ agency_folder.assetStyle() ~'/img/ios/touch-icon-iphone-retina.png')) }}" >
  13.         <link rel="apple-touch-icon" sizes="152x152" href="{{ absolute_url(asset('assets/'~ agency_folder.assetStyle() ~'/img/ios/touch-icon-ipad-retina.png')) }}" >
  14.         <link rel="apple-touch-icon" sizes="180x180" href="{{ absolute_url(asset('assets/'~ agency_folder.assetStyle() ~'/img/ios/touch-icon-iphone-plus-retina.png')) }}" >
  15.     {% endblock head_viewport %}
  16. {% endif %}
  17. {% block base_content %}
  18.     <!--[if (!IE)|(gt IE 8)]><!-->
  19.     {% if app.session.has('operatorId') != 1 and pdfGenerator is not defined %}
  20.         {% block header %}
  21.             {% include twig_exists('@AviaturTwig/'~ agency_folder.twigStyle() ~'/App/header.html.twig') %}
  22.         {% endblock %}
  23.     {% else %}
  24.         <section></section>
  25.     {% endif %}
  26.     <div class="js-page-body-toggle">
  27.         {% block body %}
  28.         {% endblock body %}
  29.     </div>
  30.     {% if pdfGenerator is not defined %}
  31.         {% if app.session.has('operatorId') != 1 and app.session.has('whitemark') != 1 %}
  32.             {% block footer %}
  33.                 {% include twig_exists('@AviaturTwig/'~ agency_folder.twigStyle() ~'/App/footer.html.twig') %}
  34.             {% endblock footer %}
  35.         {% endif %}
  36.         {% block modal %}
  37.             {{ parent()}}
  38.             {% include twig_exists('@AviaturTwig/'~ agency_folder.twigFlux() ~'/General/Components/callUsModal.html.twig') %}
  39.         {% endblock modal %}
  40.         <!-- <![endif]-->
  41.         <!--[if lte IE 8]>
  42.         <body style="background-color: #009BF8;">
  43.             <table style="width:600px; table-layout: fixed; margin: auto; background-color: #ffffff; margin-top: 50px;">
  44.                 <tbody>
  45.                     <tr>
  46.                         <td colspan="2" style="text-align: center; padding-top: 25px;">
  47.                             <img src="{{ absolute_url(asset('assets/'~ agency_folder.assetStyle() ~'/img/ie8/aviatur_logo.png')) }}" alt=Viajestuplus.com.co" />
  48.                         </td>
  49.                     </tr>
  50.                     <tr>
  51.                         <td colspan="2" style="text-align: center; font-size: 20px; padding-top: 15px; font-weight: bold;">
  52.                             Bienvenido!
  53.                         </td>
  54.                     </tr>
  55.                     <tr>
  56.                         <td colspan="2" style="text-align: center; padding-left: 15px; padding-right: 15px; padding-top: 5px; font-size: 16px;">
  57.                             Para aprovechar mejor toda la experiencia de AVIATUR.com, sugerimos utilizar un navegador de última generación. Puedes utilizar Microsoft Internet Explorer 9 en adelante o descargar uno de los siguientes navegadores.
  58.                         </td>
  59.                     </tr>
  60.                     <tr>
  61.                         <td style="text-align: center; padding-top: 25px;"><a href="http://www.google.com/intl/es/chrome/browser/" target="_blank"><img src="{{ absolute_url(asset('assets/'~ agency_folder.assetStyle() ~'/img/ie8/chrome-logo.png')) }}" alt=Viajestuplus.com.co" /></a></td>
  62.                         <td style="text-align: center; padding-top: 25px;"><a href="https://www.mozilla.org/es-ES/firefox/new/" target="_blank"><img src="{{ absolute_url(asset('assets/'~ agency_folder.assetStyle() ~'/img/ie8/firefox-logo.jpg')) }}" alt=Viajestuplus.com.co" /></a></td>
  63.                     </tr>
  64.                     <tr>
  65.                         <td style="text-align: center; padding-bottom: 25px; font-size: 20px;"><a href="http://www.google.com/intl/es/chrome/browser/" target="_blank">Google Chrome</a></td>
  66.                         <td style="text-align: center; padding-bottom: 25px; font-size: 20px;"><a href="https://www.mozilla.org/es-ES/firefox/new/" target="_blank">Firefox</a></td>
  67.                     </tr>
  68.                 </tbody>
  69.             </table>
  70.         </body>
  71.         <![endif]-->
  72.     {% endif %}
  73. {% endblock base_content %}
  74. {% block javascripts_bottom %}
  75.     {{ parent() }}
  76. {% endblock javascripts_bottom %}