|
2 | 2 | {% include metadata.liquid %} |
3 | 3 | <!-- TCF stub --> |
4 | 4 | <script type="text/javascript"> |
5 | | -!function(){"use strict";var t,e,o=(t=function(t){function e(t){return(e="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}t.exports=function(){for(var t,o,n=[],r=window,a=r;a;){try{if(a.frames.__tcfapiLocator){t=a;break}}catch(t){}if(a===r.top)break;a=a.parent}t||(function t(){var e=r.document,o=!!r.frames.__tcfapiLocator;if(!o)if(e.body){var n=e.createElement("iframe");n.style.cssText="display:none",n.name="__tcfapiLocator",e.body.appendChild(n)}else setTimeout(t,5);return!o}(),r.__tcfapi=function(){for(var t=arguments.length,e=new Array(t),r=0;r<t;r++)e[r]=arguments[r];if(!e.length)return n;"setGdprApplies"===e[0]?e.length>3&&2===parseInt(e[1],10)&&"boolean"==typeof e[3]&&(o=e[3],"function"==typeof e[2]&&e[2]("set",!0)):"ping"===e[0]?"function"==typeof e[2]&&e[2]({gdprApplies:o,cmpLoaded:!1,cmpStatus:"stub"}):n.push(e)},r.addEventListener("message",(function(t){var o="string"==typeof t.data,n={};if(o)try{n=JSON.parse(t.data)}catch(t){}else n=t.data;var r="object"===e(n)&&null!==n?n.__tcfapiCall:null;r&&window.__tcfapi(r.command,r.version,(function(e,n){var a={__tcfapiReturn:{returnValue:e,success:n,callId:r.callId}};t&&t.source&&t.source.postMessage&&t.source.postMessage(o?JSON.stringify(a):a,"*")}),r.parameter)}),!1))}},t(e={exports:{}}),e.exports);o()}(); |
| 5 | + !(function () { |
| 6 | + 'use strict'; |
| 7 | + var t, |
| 8 | + e, |
| 9 | + o = |
| 10 | + ((t = function (t) { |
| 11 | + function e(t) { |
| 12 | + return (e = |
| 13 | + 'function' == typeof Symbol && 'symbol' == typeof Symbol.iterator |
| 14 | + ? function (t) { |
| 15 | + return typeof t; |
| 16 | + } |
| 17 | + : function (t) { |
| 18 | + return t && 'function' == typeof Symbol && t.constructor === Symbol && t !== Symbol.prototype ? 'symbol' : typeof t; |
| 19 | + })(t); |
| 20 | + } |
| 21 | + t.exports = function () { |
| 22 | + for (var t, o, n = [], r = window, a = r; a; ) { |
| 23 | + try { |
| 24 | + if (a.frames.__tcfapiLocator) { |
| 25 | + t = a; |
| 26 | + break; |
| 27 | + } |
| 28 | + } catch (t) {} |
| 29 | + if (a === r.top) break; |
| 30 | + a = a.parent; |
| 31 | + } |
| 32 | + t || |
| 33 | + ((function t() { |
| 34 | + var e = r.document, |
| 35 | + o = !!r.frames.__tcfapiLocator; |
| 36 | + if (!o) |
| 37 | + if (e.body) { |
| 38 | + var n = e.createElement('iframe'); |
| 39 | + (n.style.cssText = 'display:none'), (n.name = '__tcfapiLocator'), e.body.appendChild(n); |
| 40 | + } else setTimeout(t, 5); |
| 41 | + return !o; |
| 42 | + })(), |
| 43 | + (r.__tcfapi = function () { |
| 44 | + for (var t = arguments.length, e = new Array(t), r = 0; r < t; r++) e[r] = arguments[r]; |
| 45 | + if (!e.length) return n; |
| 46 | + 'setGdprApplies' === e[0] |
| 47 | + ? e.length > 3 && 2 === parseInt(e[1], 10) && 'boolean' == typeof e[3] && ((o = e[3]), 'function' == typeof e[2] && e[2]('set', !0)) |
| 48 | + : 'ping' === e[0] |
| 49 | + ? 'function' == typeof e[2] && e[2]({ gdprApplies: o, cmpLoaded: !1, cmpStatus: 'stub' }) |
| 50 | + : n.push(e); |
| 51 | + }), |
| 52 | + r.addEventListener( |
| 53 | + 'message', |
| 54 | + function (t) { |
| 55 | + var o = 'string' == typeof t.data, |
| 56 | + n = {}; |
| 57 | + if (o) |
| 58 | + try { |
| 59 | + n = JSON.parse(t.data); |
| 60 | + } catch (t) {} |
| 61 | + else n = t.data; |
| 62 | + var r = 'object' === e(n) && null !== n ? n.__tcfapiCall : null; |
| 63 | + r && |
| 64 | + window.__tcfapi( |
| 65 | + r.command, |
| 66 | + r.version, |
| 67 | + function (e, n) { |
| 68 | + var a = { __tcfapiReturn: { returnValue: e, success: n, callId: r.callId } }; |
| 69 | + t && t.source && t.source.postMessage && t.source.postMessage(o ? JSON.stringify(a) : a, '*'); |
| 70 | + }, |
| 71 | + r.parameter |
| 72 | + ); |
| 73 | + }, |
| 74 | + !1 |
| 75 | + )); |
| 76 | + }; |
| 77 | + }), |
| 78 | + t((e = { exports: {} })), |
| 79 | + e.exports); |
| 80 | + o(); |
| 81 | + })(); |
6 | 82 | </script> |
7 | 83 |
|
8 | 84 | <!-- Default Consent Mode config --> |
9 | 85 | <script> |
10 | | - window.dataLayer = window.dataLayer || []; |
11 | | - function gtag(){dataLayer.push(arguments);} |
12 | | - gtag('consent', 'default', { |
13 | | - 'ad_storage': 'granted', |
14 | | - 'analytics_storage': 'granted', |
15 | | - 'functionality_storage': 'granted', |
16 | | - 'personalization_storage': 'granted', |
17 | | - 'security_storage': 'granted', |
18 | | - 'ad_user_data': 'granted', |
19 | | - 'ad_personalization': 'granted', |
20 | | - 'wait_for_update': 1500 |
21 | | - }); |
22 | | - gtag('consent', 'default', { |
23 | | - 'region': ['AT', 'BE', 'BG', 'HR', 'CY', 'CZ', 'DK', 'EE', 'FI', 'FR', 'DE', 'GR', 'HU', 'IS', 'IE', 'IT', 'LV', 'LI', 'LT', 'LU', 'MT', 'NL', 'NO', 'PL', 'PT', 'RO', 'SK', 'SI', 'ES', 'SE', 'GB', 'CH'], |
24 | | - 'ad_storage': 'denied', |
25 | | - 'analytics_storage': 'denied', |
26 | | - 'functionality_storage': 'denied', |
27 | | - 'personalization_storage': 'denied', |
28 | | - 'security_storage': 'denied', |
29 | | - 'ad_user_data': 'denied', |
30 | | - 'ad_personalization': 'denied', |
31 | | - 'wait_for_update': 1500 |
32 | | - }); |
33 | | - gtag('set', 'ads_data_redaction', true); |
34 | | - gtag('set', 'url_passthrough', true); |
35 | | - (function(){ |
36 | | - const s={adStorage:{storageName:"ad_storage",serialNumber:0},analyticsStorage:{storageName:"analytics_storage",serialNumber:1},functionalityStorage:{storageName:"functionality_storage",serialNumber:2},personalizationStorage:{storageName:"personalization_storage",serialNumber:3},securityStorage:{storageName:"security_storage",serialNumber:4},adUserData:{storageName:"ad_user_data",serialNumber:5},adPersonalization:{storageName:"ad_personalization",serialNumber:6}};let c=localStorage.getItem("__lxG__consent__v2");if(c){c=JSON.parse(c);if(c&&c.cls_val)c=c.cls_val;if(c)c=c.split("|");if(c&&c.length&&typeof c[14]!==undefined){c=c[14].split("").map(e=>e-0);if(c.length){let t={};Object.values(s).sort((e,t)=>e.serialNumber-t.serialNumber).forEach(e=>{t[e.storageName]=c[e.serialNumber]?"granted":"denied"});gtag("consent","update",t)}}} |
37 | | - if(Math.random() < 0.05) {if (window.dataLayer && (window.dataLayer.some(e => e[0] === 'js' && e[1] instanceof Date) || window.dataLayer.some(e => e['event'] === 'gtm.js' && e['gtm.start'] == true ))) {document.head.appendChild(document.createElement('img')).src = "//clickiocdn.com/utr/gtag/?sid=240610";}} |
38 | | - })(); |
| 86 | + window.dataLayer = window.dataLayer || []; |
| 87 | + function gtag() { |
| 88 | + dataLayer.push(arguments); |
| 89 | + } |
| 90 | + gtag('consent', 'default', { |
| 91 | + ad_storage: 'granted', |
| 92 | + analytics_storage: 'granted', |
| 93 | + functionality_storage: 'granted', |
| 94 | + personalization_storage: 'granted', |
| 95 | + security_storage: 'granted', |
| 96 | + ad_user_data: 'granted', |
| 97 | + ad_personalization: 'granted', |
| 98 | + wait_for_update: 1500, |
| 99 | + }); |
| 100 | + gtag('consent', 'default', { |
| 101 | + region: [ |
| 102 | + 'AT', |
| 103 | + 'BE', |
| 104 | + 'BG', |
| 105 | + 'HR', |
| 106 | + 'CY', |
| 107 | + 'CZ', |
| 108 | + 'DK', |
| 109 | + 'EE', |
| 110 | + 'FI', |
| 111 | + 'FR', |
| 112 | + 'DE', |
| 113 | + 'GR', |
| 114 | + 'HU', |
| 115 | + 'IS', |
| 116 | + 'IE', |
| 117 | + 'IT', |
| 118 | + 'LV', |
| 119 | + 'LI', |
| 120 | + 'LT', |
| 121 | + 'LU', |
| 122 | + 'MT', |
| 123 | + 'NL', |
| 124 | + 'NO', |
| 125 | + 'PL', |
| 126 | + 'PT', |
| 127 | + 'RO', |
| 128 | + 'SK', |
| 129 | + 'SI', |
| 130 | + 'ES', |
| 131 | + 'SE', |
| 132 | + 'GB', |
| 133 | + 'CH', |
| 134 | + ], |
| 135 | + ad_storage: 'denied', |
| 136 | + analytics_storage: 'denied', |
| 137 | + functionality_storage: 'denied', |
| 138 | + personalization_storage: 'denied', |
| 139 | + security_storage: 'denied', |
| 140 | + ad_user_data: 'denied', |
| 141 | + ad_personalization: 'denied', |
| 142 | + wait_for_update: 1500, |
| 143 | + }); |
| 144 | + gtag('set', 'ads_data_redaction', true); |
| 145 | + gtag('set', 'url_passthrough', true); |
| 146 | + (function () { |
| 147 | + const s = { |
| 148 | + adStorage: { storageName: 'ad_storage', serialNumber: 0 }, |
| 149 | + analyticsStorage: { storageName: 'analytics_storage', serialNumber: 1 }, |
| 150 | + functionalityStorage: { storageName: 'functionality_storage', serialNumber: 2 }, |
| 151 | + personalizationStorage: { storageName: 'personalization_storage', serialNumber: 3 }, |
| 152 | + securityStorage: { storageName: 'security_storage', serialNumber: 4 }, |
| 153 | + adUserData: { storageName: 'ad_user_data', serialNumber: 5 }, |
| 154 | + adPersonalization: { storageName: 'ad_personalization', serialNumber: 6 }, |
| 155 | + }; |
| 156 | + let c = localStorage.getItem('__lxG__consent__v2'); |
| 157 | + if (c) { |
| 158 | + c = JSON.parse(c); |
| 159 | + if (c && c.cls_val) c = c.cls_val; |
| 160 | + if (c) c = c.split('|'); |
| 161 | + if (c && c.length && typeof c[14] !== undefined) { |
| 162 | + c = c[14].split('').map((e) => e - 0); |
| 163 | + if (c.length) { |
| 164 | + let t = {}; |
| 165 | + Object.values(s) |
| 166 | + .sort((e, t) => e.serialNumber - t.serialNumber) |
| 167 | + .forEach((e) => { |
| 168 | + t[e.storageName] = c[e.serialNumber] ? 'granted' : 'denied'; |
| 169 | + }); |
| 170 | + gtag('consent', 'update', t); |
| 171 | + } |
| 172 | + } |
| 173 | + } |
| 174 | + if (Math.random() < 0.05) { |
| 175 | + if ( |
| 176 | + window.dataLayer && |
| 177 | + (window.dataLayer.some((e) => e[0] === 'js' && e[1] instanceof Date) || |
| 178 | + window.dataLayer.some((e) => e['event'] === 'gtm.js' && e['gtm.start'] == true)) |
| 179 | + ) { |
| 180 | + document.head.appendChild(document.createElement('img')).src = '//clickiocdn.com/utr/gtag/?sid=240610'; |
| 181 | + } |
| 182 | + } |
| 183 | + })(); |
39 | 184 | </script> |
40 | 185 |
|
41 | 186 | <!-- Clickio Consent Main tag --> |
|
50 | 195 | > |
51 | 196 |
|
52 | 197 | <!-- Click.io --> |
53 | | -<script defer data-cfasync='false' src='https://s.clickiocdn.com/t/240610_wv.js'></script> |
| 198 | +<script defer data-cfasync="false" src="https://s.clickiocdn.com/t/240610_wv.js"></script> |
54 | 199 |
|
55 | 200 | <!-- Bootstrap Table --> |
56 | 201 | {% if page.pretty_table %} |
|
0 commit comments