master
parent
6773f5bdd0
commit
1411499455
|
@ -40,6 +40,8 @@ document.addEventListener('DOMContentLoaded', function () {
|
||||||
cookieSettings.style.transition = "bottom 1s";
|
cookieSettings.style.transition = "bottom 1s";
|
||||||
cookieSettings.style.bottom = '-100%';
|
cookieSettings.style.bottom = '-100%';
|
||||||
}, 1000);
|
}, 1000);
|
||||||
|
|
||||||
|
if (cookiesLevel[0] == 1) document.querySelectorAll(".google-map-func").forEach(googleMap => googleMap.innerHTML = `<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2616.891113063286!2d12.10357687683789!3d49.0126564898375!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x479fc10aad3c56e3%3A0x4e1e3fd12a6be9a3!2sImmobilienverwaltung%20V%C3%B6lkl!5e0!3m2!1sde!2sde!4v1692953660472!5m2!1sde!2sde" width="100%" height="600" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>`);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -50,6 +52,7 @@ document.addEventListener('DOMContentLoaded', function () {
|
||||||
|
|
||||||
let cookiesConsent = getCookie('cookies-consent');
|
let cookiesConsent = getCookie('cookies-consent');
|
||||||
|
|
||||||
|
if (cookiesConsent) {
|
||||||
if (cookiesConsent[0] == 1) checkFunctionalCookies.checked = true;
|
if (cookiesConsent[0] == 1) checkFunctionalCookies.checked = true;
|
||||||
else checkFunctionalCookies.checked = false;
|
else checkFunctionalCookies.checked = false;
|
||||||
|
|
||||||
|
@ -58,6 +61,7 @@ document.addEventListener('DOMContentLoaded', function () {
|
||||||
|
|
||||||
if (cookiesConsent[2] == 1) checkProfileCookies.checked = true;
|
if (cookiesConsent[2] == 1) checkProfileCookies.checked = true;
|
||||||
else checkProfileCookies.checked = false;
|
else checkProfileCookies.checked = false;
|
||||||
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
@ -157,10 +157,8 @@
|
||||||
</div>
|
</div>
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
|
<div class="container-fluid google-map-func">
|
||||||
<div class="container-fluid">
|
@if(isset($_COOKIE["cookies-consent"]) && $_COOKIE["cookies-consent"][0])
|
||||||
@if(isset($_COOKIE["cookies-consent"]) && $_COOKIE["cookies-consent"])
|
|
||||||
|
|
||||||
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2616.891113063286!2d12.10357687683789!3d49.0126564898375!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x479fc10aad3c56e3%3A0x4e1e3fd12a6be9a3!2sImmobilienverwaltung%20V%C3%B6lkl!5e0!3m2!1sde!2sde!4v1692953660472!5m2!1sde!2sde" width="100%" height="600" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
|
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2616.891113063286!2d12.10357687683789!3d49.0126564898375!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x479fc10aad3c56e3%3A0x4e1e3fd12a6be9a3!2sImmobilienverwaltung%20V%C3%B6lkl!5e0!3m2!1sde!2sde!4v1692953660472!5m2!1sde!2sde" width="100%" height="600" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
|
||||||
@else
|
@else
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
@ -169,19 +167,19 @@
|
||||||
<h5>Google Maps ist derzeit deaktiviert</h5>
|
<h5>Google Maps ist derzeit deaktiviert</h5>
|
||||||
<br>
|
<br>
|
||||||
<i class="text-muted small">Sie müssen laut unser Datenschutzbestimmungen Cookies akzeptieren um externe Dienste nutzen zu können</i>
|
<i class="text-muted small">Sie müssen laut unser Datenschutzbestimmungen Cookies akzeptieren um externe Dienste nutzen zu können</i>
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
<a href="" class="btn btn-outline-primary btn-sm">Google Maps anzeigen</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
@if(isset($_COOKIE["cookies-consent"]))
|
||||||
|
<button class="btn btn-outline-primary btn-sm btn-cookies-consent" data-cookies="{{'1'.$_COOKIE['cookies-consent'][1].$_COOKIE['cookies-consent'][2]}}">Google Maps anzeigen</button>
|
||||||
|
@else
|
||||||
|
<button class="btn btn-outline-primary btn-sm btn-cookies-consent" data-cookies="100">Google Maps anzeigen</button>
|
||||||
|
@endif
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@endif
|
@endif
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@stop
|
@stop
|
||||||
@section('scripts')
|
@section('scripts')
|
||||||
@stop
|
@stop
|
||||||
|
|
Loading…
Reference in New Issue