A Schöpf-Merei Ágost emléktábla elhelyezéséről

event_available Utolsó frissítés: (Létrehozva: )

111/2024.
(III.21.)
Képviselő-testületi határozat
A Schöpf-Merei Ágost emléktábla elhelyezéséről

Utolsó frissítés: 2024. március 28.

határozat 514 KBPDF dokumentum
Betekintő nézet

Weboldalainkon sütiket és egyéb internetes technológiákat használunk azért, hogy jobbá tegyük a böngészési élményt. Kérjük, hogy olvassa és fogadja el adatvédelmi tájékoztatónkat.!

*/ var currentDate = new Date().toJSON().slice(0,10); var startDate = new Date('2025-11-21'); var endDate = new Date('2025-11-21'); var currentDate = new Date(currentDate); //console.log(currentDate >= startDate && currentDate <= endDate); document.addEventListener("DOMContentLoaded", function() { if(currentDate >= startDate && currentDate <= endDate){ console.log('aktiv datumban van'); console.log('PopupCookieEles süti: '); let timerInterval; Swal.fire({ title: '', html: '
Ez az üzenet másodperc múlva bezárul', //html: 'Ez az üzenet másodperc múlva bezárul', showConfirmButton: true, confirmButtonColor: '#dd6b55', showDenyButton: true, denyButtonText: 'Részletek…', denyButtonColor: '#3085d6', showCancelButton: true, cancelButtonText: 'Details…', cancelButtonColor: '#3085d6', confirmButtonText: 'Elrejt / Hide', timer: 10000, willOpen: () => { const content = Swal.getHtmlContainer() const container = content.querySelector.bind(content); const stop = container('#stop'); const resume = container('#resume'); const toggle = container('#toggle'); const increase = container('#increase'); //Swal.showLoading(); timerInterval = setInterval(() => { Swal.getHtmlContainer().querySelector('strong') .textContent = (Swal.getTimerLeft() / 1000) .toFixed(0) }, 100) }, willClose: () => { clearInterval(timerInterval) }, }).then((result) => { if (result.isConfirmed) { document.cookie = 'PopupCookieEles=1; expires=Fri, 21 Nov 2025 23:59:59 GMT; path=/; domain=jozsefvaros.hu'; console.log('suti letrehozva'); } else if (result.isDenied) { window.location.href = "https://jozsefvaros.hu/otthon/hirdetotabla/hirek/2025/11/szunet-az-ugyfelszolgalati-irodaban-2025-november-21-en/"; } else if (result.isDismissed){ // if (result.dismiss === Swal.DismissReason.timer) { if (result.dismiss === Swal.DismissReason.cancel) { window.location.href = "https://jozsefvaros.hu/english/news-in-the-district/2025/11/customer-service-closed-november-21-2025/"; } } }) //}) console.log('popup!'); } function hide(){ const myBannerPopupModal = document.getElementById("myBannerPopupModal"); myBannerPopupModal.classList.add('fade'); myBannerPopupModal.classList.remove('show'); } });