|
11 | 11 |
|
12 | 12 | <!-- Consent Bar - Example setting level 20 for 8 hours upon continued usage, and level 80 for 1 year if the user clicks the button --> |
13 | 13 | <div class="cookie-consent" data-level="20" data-duration="8"> |
14 | | - <p>We use cookies on this website. <span class="hidden-xs">Cookies are small text files, stored on your computer. We use cookies to provide statistics that help us give you the best experience of our site. By continuing to use the site without changing settings, you are agreeing to our use of cookies.</span> |
| 14 | + <p>We use cookies on this website. <span class="hidden-xs">Cookies are small text files, stored on your computer. We use cookies to provide statistics that help us give you the best experience of our site.</span> |
| 15 | + By continuing to use the site without changing settings, you are agreeing to our use of cookies. |
15 | 16 | <a href="#">Read Privacy Notice</a></p> |
16 | 17 |
|
17 | 18 | <button type="button" class="btn btn-primary cookie-accept" data-level="80" data-duration="8760">OK</button> |
|
20 | 21 | <!-- Consent Bar - Best practice example allowing only necessary cookies by default and let users opt in to different consent levels --> |
21 | 22 | <!-- |
22 | 23 | <div class="cookie-consent"> |
| 24 | + <button type="button" class="close cookie-accept" data-level="0" data-duration="8">×<span class="hidden">Dismiss</span></button> |
| 25 | +
|
23 | 26 | <p>We use cookies on this website. <span class="hidden-xs">Cookies are small text files, stored on your computer. We use cookies to provide statistics that help us give you the best experience of our site.</span> |
24 | 27 | <a href="#">Read Privacy Notice</a></p> |
25 | 28 |
|
|
38 | 41 | </div> |
39 | 42 | --> |
40 | 43 |
|
41 | | - <!-- Consent Bar - Example translated into german --> |
42 | | - <!-- |
43 | | - <div class="cookie-consent"> |
44 | | - <p>Wir verwenden Cookies auf dieser Website. <span class="hidden-xs">Cookies sind kleine Textdateien, die auf Ihrem Computer gespeichert werden. Sie dienen dazu, unsere Seiten nutzerfreundlicher zu machen und diese optimiert darzustellen.</span> |
45 | | - <a href="#">Zur Datenschutzerklärung</a></p> |
46 | | -
|
47 | | - <button type="button" class="btn btn-primary cookie-accept">Alle Cookies erlauben</button> |
48 | | - </div> |
49 | | - --> |
50 | | - |
51 | 44 | <!-- You may set up your own additional buttons anywhere to change the consent level as needed --> |
52 | 45 | <!-- |
53 | 46 | <button type="button" class="btn btn-secondary" onClick="$.cookie('cookie-consent', 0, 720); return false;">Opt-Out</button> |
|
0 commit comments