Current File : /home/resuelf/www/wp-content/plugins/adapta-rgpd/views/statement-cookie-consent.mustache
{{!
Copyright (c) 2018 supradmin (email : [email protected])

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
}}

<div id="cookies-eu-wrapper">
    <div 
      id="cookies-eu-banner"       
      data-wait-remove="250"
      >      
      <div id="cookies-eu-label">
      {{^cookies-label}}        
          {{#__}}Esta web utiliza cookies propias {{#clause-thirdparty}}y de terceros{{/clause-thirdparty}} para su correcto funcionamiento{{#thirdparty-analytics}} y para fines analíticos{{/thirdparty-analytics}}{{#thirdparty-advertising}} {{# thirdparty-amazon }}y para fines de afiliación {{/ thirdparty-amazon }}y para mostrarte publicidad relacionada con sus preferencias en base a un perfil elaborado a partir de tus hábitos de navegación{{/thirdparty-advertising}}. Al hacer clic en el botón Aceptar, acepta el uso de estas tecnologías y el procesamiento de tus datos para estos propósitos.{{/__}}
          
          {{! if custom cookies page exists }}
          {{#custom-cookies-page-url}}
          <a class="argpd-cookies-politica" rel="nofollow" id="cookies-eu-more" href="{{ custom-cookies-page-url }}">{{#cookies-linklabel}}{{cookies-linklabel}}{{/cookies-linklabel}}{{^cookies-linklabel}}{{#__}}Configurar y más información{{/__}}{{/cookies-linklabel}}</a>
          {{/custom-cookies-page-url}}

          {{! if custom cookies page doesnt exists }}
          {{^custom-cookies-page-url}}
          {{# cookiesURL }}<a class="argpd-cookies-politica" rel="nofollow" id="cookies-eu-more" href="{{ cookiesURL }}">{{#cookies-linklabel}}{{cookies-linklabel}}{{/cookies-linklabel}}{{^cookies-linklabel}}{{#__}}Configurar y más información{{/__}}{{/cookies-linklabel}}</a>{{/ cookiesURL }}
          {{/custom-cookies-page-url}}

      {{/cookies-label}}

      {{#cookies-label}}
        {{{cookies-label}}}
          &nbsp;&nbsp;
          {{# cookiesURL }}<a id="cookies-eu-more" rel="nofollow" href="{{ cookiesURL }}">{{cookies-linklabel}}</a>{{/ cookiesURL }}
      {{/cookies-label}}
      </div>

        <div id="cookies-eu-buttons"><button id="cookies-eu-reject" class="cookies-eu-reject">{{ cookies-rejectlabel }}</button>
        <button id="cookies-eu-accept" class="cookies-eu-accept">{{ cookies-btnlabel }}</button></div>
    </div>
</div>

<div id="cookies-eu-banner-closed">
  <span>{{#__}}Privacidad{{/__}}</span>
</div>