{"id":7,"date":"2013-06-10T09:42:43","date_gmt":"2013-06-10T09:42:43","guid":{"rendered":"http:\/\/www.galeriafoksal.pl\/sys\/?page_id=7"},"modified":"2026-04-15T14:47:21","modified_gmt":"2026-04-15T14:47:21","slug":"kontakt","status":"publish","type":"page","link":"https:\/\/www.galeriafoksal.pl\/en\/kontakt\/","title":{"rendered":"Contact"},"content":{"rendered":"<style type=\"text\/css\"><!-- P { margin-bottom: 0.21cm; }STRONG { font-weight: bold; } --><\/style>\n<h2>UL. FOKSAL 1\/4,<br \/>\n00-366 WARSZAWA<br \/>\nT. +48 228276243<br \/>\nE: <a href=\"mailto:foksal@mik.waw.pl\">FOKSAL@MIK.WAW.PL<\/a><\/h2>\n<h2>.<\/h2>\n<h2>KURATORKA PROGRAMOWA: ZUZANNA MIELCZAREK<\/h2>\n<h2>KURATORKA: KATARZYNA KRYSIAK<\/h2>\n<h2>KURATORKA: MARTYNA STO\u0141PIEC<\/h2>\n<h2>.<\/h2>\n<h2>GODZINY OTWARCIA:<\/h2>\n<h2>WTOREK, \u015aRODA, PI\u0104TEK 12\u201418<\/h2>\n<h2>CZWARTEK 12\u201419<\/h2>\n<h2>SOBOTA 12\u201416<\/h2>\n<h2>WST\u0118P WOLNY<\/h2>\n\n            <div id=\"mailerlite-form_1\" data-temp-id=\"6a055855b8e9b\">\n                <div class=\"mailerlite-form\">\n                    <form action=\"\" method=\"post\" novalidate>\n                                                    <div class=\"mailerlite-form-title\"><h3>Newsletter<\/h3><\/div>\n                                                <div class=\"mailerlite-form-description\"><p>Zapisz si\u0119 do newslettera!<\/p>\n<\/div>\n                        <div class=\"mailerlite-form-inputs\">\n                                                                                            <div class=\"mailerlite-form-field\">\n                                    <label for=\"mailerlite-1-field-email\">Email<\/label>\n                                    <input id=\"mailerlite-1-field-email\"\n                                           type=\"email\" required=\"required\"                                            name=\"form_fields[email]\"\n                                           placeholder=\"Email\"\/>\n                                <\/div>\n                                                        <div class=\"mailerlite-form-loader\">Please wait...<\/div>\n                            <div class=\"mailerlite-subscribe-button-container\">\n                                <button class=\"mailerlite-subscribe-submit\" type=\"submit\">\n                                    Zapisz si\u0119                                <\/button>\n                            <\/div>\n                            <input type=\"hidden\" name=\"form_id\" value=\"1\"\/>\n                            <input type=\"hidden\" name=\"action\" value=\"mailerlite_subscribe_form\"\/>\n                            <input type=\"hidden\" name=\"ml_nonce\" value=\"12c8b3fada\"\/>\n                        <\/div>\n                        <div class=\"mailerlite-form-response\">\n                                                            <h4><p><span style=\"color: #339966\">Dzi\u0119kujemy!<\/span><\/p>\n<\/h4>\n                                                    <\/div>\n                    <\/form>\n                <\/div>\n            <\/div>\n        <script type=\"text\/javascript\" src='https:\/\/www.galeriafoksal.pl\/wp-content\/plugins\/official-mailerlite-sign-up-forms\/assets\/js\/localization\/validation-messages.js'><\/script>\n         <script type=\"text\/javascript\"> var selectedLanguage = \"pl\"; var validationMessages = messages[\"en\"]; if(selectedLanguage) { validationMessages = messages[selectedLanguage]; } window.addEventListener(\"load\", function () { var form_container = document.querySelector(`#mailerlite-form_1[data-temp-id=\"6a055855b8e9b\"] form`); let submitButton = form_container.querySelector('.mailerlite-subscribe-submit'); submitButton.disabled = true; fetch('https:\/\/www.galeriafoksal.pl\/wp-admin\/admin-ajax.php', { method: 'POST', headers:{ 'Content-Type': 'application\/x-www-form-urlencoded', }, body: new URLSearchParams({ \"action\" : \"ml_create_nonce\", \"ml_nonce\" : form_container.querySelector(\"input[name='ml_nonce']\").value }) }) .then((response) => response.json()) .then((json) => { if(json.success) { form_container.querySelector(\"input[name='ml_nonce']\").value = json.data.ml_nonce; submitButton.disabled = false; } }) .catch((error) => { console.error('Error:', error); }); form_container.addEventListener('submit', (e) => { e.preventDefault(); let data = new URLSearchParams(new FormData(form_container)).toString(); let validationError = false; document.querySelectorAll('.mailerlite-form-error').forEach(el => el.remove()); Array.from(form_container.elements).forEach((input) => { if(input.type !== 'hidden') { if(input.required) { if(input.value == '') { validationError = true; let error = document.createElement(\"span\"); error.className = 'mailerlite-form-error'; error.textContent = validationMessages.required; input.after(error); return false; } } if((input.type == \"email\") && (!validateEmail(input.value))) { validationError = true; let error = document.createElement(\"span\"); error.className = 'mailerlite-form-error'; error.textContent = validationMessages.email; input.after(error); return false; } } }); if(validationError) { return false; } fade.out(form_container.querySelector('.mailerlite-subscribe-button-container'), () => { fade.in(form_container.querySelector('.mailerlite-form-loader')); }); fetch('https:\/\/www.galeriafoksal.pl\/wp-admin\/admin-ajax.php', { method: 'POST', headers:{ 'Content-Type': 'application\/x-www-form-urlencoded', }, body: data }) .then((response) => { fade.out(form_container.querySelector('.mailerlite-form-inputs'), () => { fade.in(form_container.querySelector('.mailerlite-form-response')); }); }) .catch((error) => { console.error('Error:', error); }); }); }, false); var fade = { out: function(el, fn = false) { var fadeOutEffect = setInterval(function () { if (!el.style.opacity) { el.style.opacity = 1; } if (el.style.opacity > 0) { el.style.opacity -= 0.1; } else { el.style.display = 'none'; clearInterval(fadeOutEffect); } }, 50); if( typeof (fn) == 'function') { fn(); } }, in: function(el) { var fadeInEffect = setInterval(function () { if (!el.style.opacity) { el.style.opacity = 0; } if (el.style.opacity < 1) { el.style.opacity = Number(el.style.opacity) + 0.1; } else { el.style.display = 'block'; clearInterval(fadeInEffect); } }, 50); } }; function validateEmail(email){ if(email.match( \/^(([^<>()[\\]\\\\.,;:\\s@\\\"]+(\\.[^<>()[\\]\\\\.,;:\\s@\\\"]+)*)|(\\\".+\\\"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$\/ )) { return true; } return false; } <\/script> \n<p><a href=\"http:\/\/www.galeriafoksal.pl\/?page_id=2274&amp;lang=pl\">POLITYKA PRYWATNO\u015aCI<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"open","ping_status":"open","template":"page-kontakt.php","meta":{"footnotes":""},"class_list":["post-7","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.galeriafoksal.pl\/en\/wp-json\/wp\/v2\/pages\/7","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.galeriafoksal.pl\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.galeriafoksal.pl\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.galeriafoksal.pl\/en\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.galeriafoksal.pl\/en\/wp-json\/wp\/v2\/comments?post=7"}],"version-history":[{"count":63,"href":"https:\/\/www.galeriafoksal.pl\/en\/wp-json\/wp\/v2\/pages\/7\/revisions"}],"predecessor-version":[{"id":5404,"href":"https:\/\/www.galeriafoksal.pl\/en\/wp-json\/wp\/v2\/pages\/7\/revisions\/5404"}],"wp:attachment":[{"href":"https:\/\/www.galeriafoksal.pl\/en\/wp-json\/wp\/v2\/media?parent=7"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}