templates/front/theme1/cookies/cookie.html.twig line 1

Open in your IDE?
  1. {% set parametre = ParametreSite() %}
  2. {% set cookies = Cookies() %}
  3. {% if cookies.cookies == '1' %}
  4.     <script type="text/javascript" src="https://www.termsfeed.com/public/cookie-consent/4.0.0/cookie-consent.js" charset="UTF-8" defer></script>
  5.     <script type="text/javascript" charset="UTF-8">
  6.     document.addEventListener('DOMContentLoaded', function () {
  7.     cookieconsent.run({"notice_banner_type":"simple","consent_type":"explicit","palette":"light","language":"{{ app.request.locale }}","page_load_consent_levels":["strictly-necessary"],"notice_banner_reject_button_hide":false,"preferences_center_close_button_hide":false,"website_name":"{{parametre.titre|default('')}}"});
  8.     });
  9.     </script>
  10. {% else %}
  11.     <script src="{{asset('tarteaucitron_js/tarteaucitron.js')}}"></script>  
  12.     <script type="text/javascript">
  13.         tarteaucitron.init({
  14.             "privacyUrl": "{{cookies.privacypolicylink|default('cookies')}}", /* Privacy policy url */
  15.             "hashtag": "#tarteaucitron", /* Open the panel with this hashtag */
  16.             "cookieName": "tartaucitron", /* Cookie name */
  17.             
  18.             "orientation": "{{cookies.postion|default('bottom')}}", /* Banner position (top - bottom) */
  19.             
  20.             "showAlertSmall": {% if app.request.attributes.get('_route_params')['slug'] is defined and app.request.attributes.get('_route_params')['slug'] == 'cookies' %}true{% else %}false{% endif %}, /* Show the small banner on bottom right */
  21.             "cookieslist": true, /* Show the cookie list */
  22.             "adblocker": false, /* Show a Warning if an adblocker is detected */
  23.             "AcceptAllCta" : true, /* Show the accept all button when highPrivacy on */
  24.             "highPrivacy": false, /* Disable auto consent */
  25.             "handleBrowserDNTRequest": false, /* If Do Not Track == 1, accept all */
  26.             "removeCredit": false, /* Remove credit link */
  27.             "moreInfoLink": false, /* Show more info link */
  28.             "privacyUrlLabel": "{{cookies.labelprivacypolicylink|default('En savoir plus')}}",
  29.             "privacyOKLabel": "{{cookies.labelclosebutton|default('OK, tout accepter')}}",
  30.             "privacyPersonalizeLabel": "{{cookies.labelcustomlink|default('Personnaliser')}}",
  31.             
  32.             "texte": "{{cookies.message|default('')}}",
  33.             "font_color": "{{cookies.colorokbutton|default('#839273')}}",
  34.             "fond_color": "{{cookies.backgroundcolor|default('#333333')}}",
  35.             "lien_color": "{{cookies.colorcookielink|default('#333333')}}"
  36.             
  37.             //"cookieDomain": ".my-multisite-domaine.fr" /* Shared cookie for subdomain website */
  38.         });
  39.     </script>
  40.     {% if cookies.googletypekit and cookies.googletypekitid is not empty %}
  41.         <script type="text/javascript">
  42.            tarteaucitron.user.typekitId = '{{cookies.googletypekitid}}';
  43.            (tarteaucitron.job = tarteaucitron.job || []).push('typekit');
  44.         </script>
  45.     {% endif %}
  46.     {% if cookies.googletagmanager and cookies.codegoogletagmanager is not empty %}    
  47.         <script type="text/javascript">
  48.              tarteaucitron.user.googletagmanagerId = 'GTM-{{cookies.codegoogletagmanager}}';
  49.              (tarteaucitron.job = tarteaucitron.job || []).push('googletagmanager');
  50.         </script>
  51.     {% endif %}
  52.     {% if cookies.googlemaps and cookies.googlemapskey is not empty %}
  53.         <script type="text/javascript">
  54.             tarteaucitron.user.googlemapsKey = '{{cookies.googlemapskey}}';
  55.             (tarteaucitron.job = tarteaucitron.job || []).push('googlemaps');
  56.         </script>
  57.     {% endif %}
  58.     {% if cookies.googleanalytics  and  cookies.googleanalyticsid is not empty %}
  59.          <script type="text/javascript">
  60.             tarteaucitron.user.analyticsUa = 'UA-{{cookies.googleanalyticsid}}';
  61.             tarteaucitron.user.analyticsMore = function () { /* optionnal ga.push() */ };
  62.             tarteaucitron.user.analyticsUaCreate = { /* optionnal create configuration */ };
  63.             tarteaucitron.user.analyticsAnonymizeIp = true;
  64.             tarteaucitron.user.analyticsPageView = { /* optionnal pageview configuration */ };
  65.             tarteaucitron.user.analyticsMore = function () { /* optionnal ga.push() */ };
  66.             (tarteaucitron.job = tarteaucitron.job || []).push('analytics');
  67.         </script>
  68.     {% endif %}
  69.     {% if cookies.googleadwords and cookies.codegoogleadwords is not empty %}
  70.         <script type="text/javascript">
  71.            (tarteaucitron.job = tarteaucitron.job || []).push('googleadwordsconversion');
  72.         </script>
  73.         {{cookies.codegoogleadwords|raw}}
  74.     {% endif %}
  75.     {% if cookies.youtube %}
  76.         <script type="text/javascript">
  77.            (tarteaucitron.job = tarteaucitron.job || []).push('youtube');
  78.         </script>
  79.     {% endif %}
  80.     {% if cookies.facebooklikebox %}
  81.         <script type="text/javascript">
  82.             (tarteaucitron.job = tarteaucitron.job || []).push('facebooklikebox');
  83.         </script>
  84.     {% endif %}
  85.     {% if cookies.facebook %}
  86.         <script type="text/javascript">
  87.            (tarteaucitron.job = tarteaucitron.job || []).push('facebook');
  88.         </script>
  89.     {% endif %}
  90.     {% if cookies.linkedin %}
  91.        <script type="text/javascript">
  92.          (tarteaucitron.job = tarteaucitron.job || []).push('linkedin');
  93.        </script>
  94.     {% endif %}
  95.     {% if cookies.twitter %}
  96.         <script type="text/javascript">
  97.            (tarteaucitron.job = tarteaucitron.job || []).push('twitter');
  98.         </script>
  99.     {% endif %}
  100.     {% if cookies.twittercards %}
  101.         <script type="text/javascript">
  102.            (tarteaucitron.job = tarteaucitron.job || []).push('twitterembed');
  103.         </script>
  104.     {% endif %}
  105.     {% if cookies.twittertimeline %}
  106.         <script type="text/javascript">
  107.             (tarteaucitron.job = tarteaucitron.job || []).push('twittertimeline');
  108.         </script>
  109.     {% endif %}
  110.     {% if cookies.googlerecaptcha != null and parametre != null and parametre.clekey != null %}
  111.         <script>
  112.             tarteaucitron.user.key = "{{parametre.clekey}}";
  113.             (tarteaucitron.job = tarteaucitron.job || []).push('recaptcha3');
  114.         </script> 
  115.     {% endif %}
  116.     <script>
  117.         var checkCookieRecaptcha = (tarteaucitron.cookie.read().indexOf('recaptcha3=true') >= 0);
  118.         var forms = document.querySelectorAll('form');
  119.         if(checkCookieRecaptcha){
  120.             forms.forEach((form)=> {
  121.                $(form).find('[type="submit"]').removeAttr('disabled' ).css({'cursor': '', 'opacity': ''});
  122.             });
  123.         }else{
  124.            forms.forEach((form)=> {
  125.               $(form).find('[type="submit"]').attr('disabled', 'disabled').css({'cursor': 'not-allowed', 'opacity': 0.4});
  126.               $('<div class="alert-danger alert-cookie-recaptcha">Merci d\'accepter les cookies pour pouvoir envoyer votre message</div>').show().insertBefore($(form).find('[type="submit"]'));
  127.            });
  128.         }
  129.     </script>
  130.         
  131. {% endif %}