<!DOCTYPE html>
<!--[if IE 8]> <html lang="es" translate="no" class="ie8 no-js"> <![endif]-->
<!--[if IE 9]> <html lang="es" translate="no" class="ie9 no-js"> <![endif]-->
<!--[if !IE]><!-->
<html lang="es" translate="no">
<!--<![endif]-->
<head>
<meta charset="utf-8"/>
<title>{% block title %}{% endblock %} | {{ 'nextcaddy'|trans({}, 'FrontendBundle') }}</title>
{{ render_google_analytics()|raw }}
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<meta content="" name="description"/>
<meta content="" name="author"/>
<meta name="application-name" content="NEXTCADDY"/>
<meta name="msapplication-TileColor" content="#FFFFFF" />
<meta name="msapplication-TileImage" content="mstile-144x144.png" />
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="{{ asset('iconos/favicons/frontend_icon/apple-touch-icon-57x57.png') }}">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="{{ asset('iconos/favicons/frontend_icon/apple-touch-icon-72x72.png') }}">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="{{ asset('iconos/favicons/frontend_icon/apple-touch-icon-114x114.png') }}">
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="{{ asset('iconos/favicons/frontend_icon/apple-touch-icon-120x120.png') }}">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="{{ asset('iconos/favicons/frontend_icon/apple-touch-icon-144x144.png') }}">
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="{{ asset('iconos/favicons/frontend_icon/apple-touch-icon-152x152.png') }}">
<link rel="icon" type="image/png" href="{{ asset('iconos/favicons/frontend_icon/favicon-16x16.png') }}" sizes="16x16">
<link rel="icon" type="image/png" href="{{ asset('iconos/favicons/frontend_icon/favicon-32x32.png') }}" sizes="32x32">
{#
<link rel="stylesheet" type="text/css" href="{{ asset('css/frontend/responsiveElement.css') }}"/>
#}
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/fomantic-ui@2.8.7/dist/semantic.min.css" type="text/css"/>
<link rel="stylesheet" type="text/css" href="{{ asset('css/frontend/frontend_support.css?v=1.0') }}"/>
<link href="https://fonts.googleapis.com/css?family=Raleway|Scope+One" rel="stylesheet">
{% block stylesheets %}{% endblock %}
</head>
<body>
<div class="cover" id="cover"></div>
<div class="mobile hidden ui center aligned padded grid fluid cabecera sombra" id="cabecera">
<div class="three wide column middle aligned" id="logocliente">
{# include 'rfga.html.twig' #}
</div>
<div class="middle aligned ten wide column" id="nombrecliente">
<h3 class="ui grey header rale left aligned">
<div class="content">
NEXTCADDY
<div class="sub header">
Información y Soporte
</div>
</div>
</h3>
</div>
<div class="three wide column logo provider" id="logonxt">
{% include 'nextcaddy_new.html.twig' %}
</div>
</div>
<div class="large screen computer only ui divider hidden"></div>
<div class="main ui container" id="container-ppal">
{% block container %}{% endblock %}
</div>
<div class="ui divider hidden"></div>
{% include 'frontend_footer_new.html.twig' %}
{#<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>#}
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.3/jquery.min.js" integrity="sha512-STof4xm1wgkfm7heWqFJVn58Hm3EtS31XFaagaa8VMReCXAkQnJZ+jEy8PCC/iT18dFy95WcExNHFTqLyp72eQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/fomantic-ui@2.8.7/dist/semantic.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/gsap/1.14.2/TweenMax.min.js"></script>
<script type="text/javascript" src="{{ asset('js/frontend/frontend_header.js') }}"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/ScrollMagic/1.3.0/jquery.scrollmagic.min.js"></script>
<script src="{{ asset('bundles/fosjsrouting/js/router.js') }}"></script>
<script src="{{ path('fos_js_routing_js', {"callback": "fos.Router.setData"}) }}"></script>
<script src="https://cdn.jsdelivr.net/npm/instant.page@5.1.0/instantpage.min.js"></script>
<script>
$('.message .close').on('click', function() {
$(this)
.closest('.message')
.transition('fade');
});
// Get IE or Edge browser version. Si no es IE, cargamos el scrollmagic
if (!detectIE()) {
scrollMagicController = new ScrollMagic();
}
/**
* detect IE
*/
function detectIE() {
var res = false;
var ua = window.navigator.userAgent;
var msie = ua.indexOf('MSIE ');
if (msie > 0) {
// IE 10 or older
res = true;
}
var trident = ua.indexOf('Trident/');
if (trident > 0) {
// IE 11 => return version number
var rv = ua.indexOf('rv:');
res = true;
}
var edge = ua.indexOf('Edge/');
if (edge > 0) {
// Edge (IE 12+) => return version number
res = true;
}
// other browser
return res;
}
//smooth scroll
$(function () {
$('a[href*="#"]:not([href="#"])').click(function () {
if (location.pathname.replace(/^\//, '') == this.pathname.replace(/^\//, '') && location.hostname == this.hostname) {
var target = $(this.hash);
target = target.length ? target : $('[name=' + this.hash.slice(1) + ']');
if (target.length) {
$('html, body').animate({
scrollTop: target.offset().top
}, 1000);
return false;
}
}
});
});
var colectaGA = function(){
$.get(Routing.generate('collect'), function(data) {
//console.log(data);
});
};
if(!(window.ga && ga.create)){
//colectaGA();
}
if(!window.google_tag_manager){
//colectaGA();
}
</script>
{% block javascripts %}{% endblock %}
</body>
</html>