{% if oView.isEnabled() and get_global_cookie("displayedCookiesNotification") != '1' %} {# oxscript include="js/libs / jquery.cookie.min.js" }} {{ script({ add: "$.cookie('testing', 'yes'); if(!$.cookie('testing')) $('#cookieNote').hide(); else{ $('#cookieNote').show(); $.cookie('testing', null, -1);}", dynamic: __oxid_include_dynamic }) }} {{ script({ include: "js/widgets/oxcookienote.min.js", dynamic: __oxid_include_dynamic }) #}
{{ translate({ ident: 'COOKIE_NOTE' }) }} {{ translate({ ident: 'COOKIE_NOTE_DISAGREE' }) }}
{# oxscript add="$('#cookieNote').oxCookieNote();" #} {% endif %} {{ script({ widget: oView.getClassKey(), dynamic: __oxid_include_dynamic }) }}