0byt3m1n1
Path:
/
home
/
kassiope
/
www
/
lib
/
rgpd
/
js
/
[
Home
]
File: init_NL.js
ct_$('html').ultimateGDPR({ popup_style: { position: 'bottom-panel', // bottom-left, bottom-right, bottom-panel, top-left, top-right, top-panel distance: '20px', // distance betwen popup and window border box_style: 'classic', // classic, modern box_shape: 'rounded', // rounded, squared background_color: '#fff584', // color in hex text_color: '#542d04', // color in hex button_shape: 'rounded', // squared, rounded button_color: '#e1e1e1', // color in hex button_size: 'normal', // normal, large box_skin: 'skin-dark-theme', // skin-default-theme, skin-dark-theme, skin-light-theme gear_icon_position: 'bottom-left', // top-left, top-center, top-right, center-left, center-right, bottom-left, bottom-center, bottom-right gear_icon_color: '#6a8ee7', //color in hex }, popup_options: { parent_container: 'body', // append plugin html to this element selector always_show: false, // true, false, when true popup is displayed always even when consent is given gear_display: true, // true, false when true displays icon with cookie settings popup_title: 'Cookies', // title for popup popup_text: 'Cookies Om deze site goed te laten werken, plaatsen we soms kleine gegevensbestanden met de naam cookies op uw apparaat. De meeste grote websites doen dit ook.', // text for popup accept_button_text: 'Aanvaarden', // string, text for accept button read_button_text: 'Lees verder', // string, text for read more button read_more_link: '', // string, link to the Read More page advenced_button_text: 'Instellingen veranderen', // string, text for advenced button grouped_popup: true, // true, false, when true cookies are grouped default_group: 'group_2', // string: name, select group that will be selected by default content_before_slider: '<h2>Privacy instellingen</h2><div class="ct-ultimate-gdpr-cookie-modal-desc"><p>Bepaal welke cookies u wilt toestaan.</p><p>U kunt deze instellingen op elk gewenst moment wijzigen. Dit kan er echter toe leiden dat sommige functies niet langer beschikbaar zijn. Raadpleeg de helpfunctie van uw browser voor informatie over het verwijderen van cookies.</p> <span>Meer informatie over de cookies die we gebruiken.</span></div><h3>Met de schuifregelaar kunt u verschillende soorten cookies in- of uitschakelen:</h3>', // string: this content will be displayed before cookies slider, html tags alowed accepted_text: 'Deze website zal:', declined_text: "Deze website zal niet:", save_btn: 'Opslaan en sluiten', // string, text for modal close btn prevent_cookies_on_document_write: false, // prevent cookies on document write when there is no agreement for cookies check_country: false, countries_prefixes: ['AT', 'BE', 'BG', 'HR', 'CY', 'CZ', 'DK', 'EE', 'FI', 'FR', 'DE', 'GR', 'HU', 'IE', 'IT', 'LV', 'LT', 'LU', 'MT', 'NL', 'PL', 'PT', 'RO', 'SK', 'SI', 'ES', 'SE', 'GB'], cookies_expire_time: 30, // set number of days, you can use 0 for session only or 'unlimited' cookies_path: '/', // sets custom path use / for global, '/your_path' for custom path or 'current' for current path reset_link_selector: '.ct-uGdpr-reset', first_party_cookies_whitelist: [], third_party_cookies_whitelist: [], cookies_groups_design: 'skin-1', // skin-1, skin-2, skin-3 assets_path : '/assets', // absolute path to directory with assets video_blocked: 'Deze inhoud is geblokkeerd!', iframe_blocked: false, cookie_popup_close_color:'#fff', cookies_groups: { group_1: { name: 'Essentieel', // string: name enable: true, // true, false, you can disable this group by using false icon: 'fas fa-check', // string icon class from font-awesome see -> http://fontawesome.io list: ['Onthoud uw instelling voor cookietoestemming', 'Sta sessiecookies toe', 'Verzamel informatie die u invoert in een contactformulier, nieuwsbrief en andere formulieren op alle pagina\'s', 'Houd bij wat u in het winkelwagentje invoert', 'Verifieer dat u bent ingelogd op uw gebruikersaccount', 'Onthoud de taalversie die je hebt geselecteerd'], // array list of options blocked_url: [], // array list of url blocked scripts local_cookies_name: [], // array, list of local cookies names }, group_2: { name: 'functionaliteit', // string: name enable: true, // true, false, you can disable this group by using false icon: 'fas fa-cog', // string icon class from font-awesome see -> http://fontawesome.io list: ['Onthoud sociale media-instellingen', 'Onthoud geselecteerde regio en land',], blocked_url: [], // array list of url blocked scripts local_cookies_name: [], // array, list of local cookies names }, group_3: { name: 'Analytics', // string: name enable: true, // true, false, you can disable this group by using false icon: 'fas fa-chart-bar', // string icon class from font-awesome see -> http://fontawesome.io list: ['Blijf op de hoogte van uw bezochte pagina\'s en de genomen interactie', 'Blijf op de hoogte van uw locatie en regio op basis van uw IP-nummer', 'Houd de tijd bij die op elke pagina wordt doorgebracht', 'Vergroot de datakwaliteit van de statistische functies'], blocked_url: [], // array list of url blocked scripts local_cookies_name: [], // array, list of local cookies names }, group_4: { name: 'Advertising', // string: name enable: true, // true, false, you can disable this group by using false icon: 'fas fa-exchange-alt', // string icon class from font-awesome see -> http://fontawesome.io list: ['Gebruik informatie voor aangepaste advertenties met derden', 'Sta toe dat u verbinding maakt met sociale sites', 'Identificeer het apparaat dat u gebruikt', 'Verzamel persoonlijk identificeerbare informatie zoals naam en locatie'], blocked_url: [], // array list of url blocked scripts local_cookies_name: [], // array, list of local cookies names }, }, }, forms: { prevent_forms_send: false, // true, false, when enabled forms get checkbox with info that need to be checked for form send prevent_forms_text: 'I consent to the storage of my data according to the Privacy Policy', // string: information for checkbox info prevent_forms_exclude: [], // array of selectors (classes, id), this forms will be excluded from prevent }, configure_mode: { on: false, parametr: '?configure123456', dependencies: [ 'assets/css/ct-ultimate-gdpr.min.css', 'https://use.fontawesome.com/releases/v5.0.13/css/all.css'], debug: false, // bool: true false, debug mode on/off (showing all 3rd party cookies urls, blockes urls names of all local cookies and names of blocked local cookies ) } });