{"id":3258,"date":"2016-09-23T19:10:15","date_gmt":"2016-09-23T17:10:15","guid":{"rendered":"http:\/\/przytkowice.energy2000.pl\/?page_id=3258"},"modified":"2017-04-21T15:24:48","modified_gmt":"2017-04-21T13:24:48","slug":"rezerwacje","status":"publish","type":"page","link":"https:\/\/katowice.energy2000.pl\/uk\/rezerwacje\/","title":{"rendered":"\u0411\u0440\u043e\u043d\u044e\u0432\u0430\u043d\u043d\u044f"},"content":{"rendered":"<script>\n\/*! Copyright 2012, Ben Lin (http:\/\/dreamerslab.com\/)\n * Licensed under the MIT License (LICENSE.txt).\n *\n * Version: 1.0.18\n *\n * Requires: jQuery >= 1.2.3\n *\/\n(function(a){if(typeof define===\"function\"&&define.amd){define([\"jquery\"],a);\n}else{a(jQuery);}}(function(a){a.fn.addBack=a.fn.addBack||a.fn.andSelf;a.fn.extend({actual:function(b,l){if(!this[b]){throw'$.actual => The jQuery method \"'+b+'\" you called does not exist';\n}var f={absolute:false,clone:false,includeMargin:false,display:\"block\"};var i=a.extend(f,l);var e=this.eq(0);var h,j;if(i.clone===true){h=function(){var m=\"position: absolute !important; top: -1000 !important; \";\ne=e.clone().attr(\"style\",m).appendTo(\"body\");};j=function(){e.remove();};}else{var g=[];var d=\"\";var c;h=function(){c=e.parents().addBack().filter(\":hidden\");\nd+=\"visibility: hidden !important; display: \"+i.display+\" !important; \";if(i.absolute===true){d+=\"position: absolute !important; \";}c.each(function(){var m=a(this);\nvar n=m.attr(\"style\");g.push(n);m.attr(\"style\",n?n+\";\"+d:d);});};j=function(){c.each(function(m){var o=a(this);var n=g[m];if(n===undefined){o.removeAttr(\"style\");\n}else{o.attr(\"style\",n);}});};}h();var k=\/(outer)\/.test(b)?e[b](i.includeMargin):e[b]();j();return k;}});}));\n\n(jQuery); \n<\/script>\n<script>\n(function($){\n$(document).ready(function(){\t\n\t\t$('body').delegate('.form-item', 'submit', function(e) {\n\t\t\tvar form_data = $(this).serialize();\n\t\t\tvar button_content = $(this).find('button[type=submit]');\n\t\t\tbutton_content.html('Dodaje...');\n\n\t\t\t$.ajax({\n\t\t\t\turl: \"\/wp-admin\/admin-ajax.php\",\n\t\t\t\ttype: \"POST\",\n\t\t\t\tdataType:\"json\",\n\t\t\t\tdata: form_data\n\t\t\t}).done(function(data){\n\t\t\t\t$(\"#cart-info\").html(\"Lo\u017ce w koszyku: \"+ data.items);\n\t\t\t\tbutton_content.html('Rezerwuj');\n\t\t\t\t$('.modal').modal('hide');\n\n\t\t\t\t\/\/alert(\"Lo\u017ca dodana do koszyka\");\n\t\t\t\tif($(\".shopping-cart-box\").css(\"display\") == \"block\"){\n\t\t\t\t\t$(\".cart-box\").trigger( \"click\" );\n\t\t\t\t}\n\t\t\t})\n\t\t\te.preventDefault();\n\t\t});\n\n\t$( \".cart-box\").click(function(e) {\n\t\te.preventDefault(); \n\t\t$(\".shopping-cart-box\").fadeIn();\n\t\t$(\"#shopping-cart-results\").html('<img src=\"https:\/\/katowice.energy2000.pl\/wp-content\/plugins\/rezerwacje-lozy\/img\/ajax-loader.gif\">');\n\t\t$(\"#shopping-cart-results\" ).load( \"\/wp-admin\/admin-ajax.php\", {\"action\":\"load_cart\", \"load_cart\":\"1\"});\n\t});\n\t\n\t$( \".close-shopping-cart-box\").click(function(e){\n\t\te.preventDefault(); \n\t\t$(\".shopping-cart-box\").fadeOut();\n\t});\n\t\n\t$(\"#shopping-cart-results\").on('click', 'a.remove-item', function(e) {\t\te.preventDefault(); \n\t\tvar pcode = $(this).attr(\"data-code\");\n\t\t$(this).parent().fadeOut();\n\t\t$.getJSON( \"\/wp-admin\/admin-ajax.php\", {\"action\":\"remove_code\",\"remove_code\":pcode} , function(data){\n\t\t\t$(\"#cart-info\").html(\"Lo\u017ce w koszyku: \"+ data.items);\n\t\t\t$(\".cart-box\").trigger( \"click\" );\n\t\t});\n\t});\n\n});\n})(jQuery); \n<\/script>\n<script>\n\/\/mariusz\n(function($){\n\t$(document).ready(function(){\n\t\t\/\/select party = room\n\t    var $roomOptions = $('select[name=sale]');\n\t    var $cloneRoomOptions = $roomOptions.find('option').clone();\/\/clone all room\n\t    var resetParty = function(){\/\/reset selected party\n\t\t\t$(\"select[name=impreza] option:first\").prop('selected','selected').change();\n\t    };\n\t    var resetRoom = function(){\/\/reset selected room\n\t    \t$(\"select[name=sale] option:first\").prop('selected','selected').change();\n\t    };\n\t    \/\/change party is new list room\n\t    $(\"select[name=impreza]\").change(function(){\n\t    \tvar val =  $(this).val();\/\/val is paryId-room1,room2,room3\n\t\t\tvar saleIDs = val.split(\"-\")[1].split(\",\");\n\t\t\t$roomOptions.empty();\n\t\t\t$.each(saleIDs, function(key, value){\n\t\t\t\t$roomOptions.append($cloneRoomOptions.filter(function(){\n\t\t\t\t\treturn this.value == value;\n\t\t\t\t}));\n\t    \t});\n\t    \tresetRoom();\n\t\t});\n\t    \/\/change room\n\t    $(\"select[name=sale]\").change(function () {\n\t    \tvar partyID = $( \"select[name=impreza] option:selected\" ).val().split(\"-\")[0];\n\t    \tvar roomID = $(this).val();\n\t    \tconsole.log('\u0142adujemy impreze: '+partyID+', sala: '+roomID);\n\t    \t\/\/get ajax \n\t\t\t$.ajax({\n\t\t\t\ttype: 'POST',\n\t\t\t\turl: '\/wp-admin\/admin-ajax.php?action=get_reservation',\n\t\t\t\tdataType: 'script',\n\t\t\t\tdata: 'partyID='+partyID+'&roomID='+roomID\n\t\t\t});\t\n\t    });\n\n\t    \/\/default selected party and room \n\t     resetParty(); \n\t});\n})(jQuery); \n<\/script>\n<script>\njQuery(document).ready(function ($){\n\t$('#rmyModal').modal('hide');\n});\n\n\n(function($){\n\t\/\/wy\u015brodkowanie modala\n\tvar centerModala = function (){\n\t\t$(\".plm-modal\").each(function(){\n\t\t\t$(\".modal-dialog\",this).css({\n\t\t\t    'margin-top': function () { \/\/vertical centering\n\t\t\t        return -($(\".modal-content\",this).actual('height') \/ 2);\n\t\t\t    },\n\t\t\t});\n\t\t});\n\t};\n\t$(window).load(function(){\n\t\tcenterModala();\n\t});\n\t$(document).ready(function(){\n\t\t$(\"body\").delegate('[data-toggle=\"modal\"]', \"click\", function(){\n\t\t\tcenterModala();\n\t\t});\n\t});\n})(jQuery);\n<\/script><div class=\"plm-koszyk\"><a href=\"#\" class=\"cart-box tbutton\" id=\"cart-info\" title=\"Zobacz Koszyk\">Lo\u017ce w koszyku: 0<\/a><div class=\"clearfix\"><\/div><div class=\"shopping-cart-box\"><a href=\"#\" class=\"close-shopping-cart-box\" >Zamknij<\/a><h3>Tw\u00f3j koszyk<\/h3><div id=\"shopping-cart-results\"><\/div><\/div><\/div><div class=\"row\"><div class=\"col-md-12\"><div class=\"def-block clearfix\"><div class=\"plm-rfilter-wrapper\"><h3 class=\"tt\">Wybierz imprez\u0119 oraz sal\u0119<\/h3><span class=\"liner\"><\/span><form class=\"plm-rf-form row\" action=\"\"><div class=\"col-md-8\"><select name=\"impreza\">WIELKANOC \u2605 POWER PLAY &#8211; sala dance (\u041d\u0435\u0434\u0456\u043b\u044f - 05\/04\/2026)<\/option>CHIVAS \u2605 HIP-HOP NIGHT (\u041f\u2019\u044f\u0442\u043d\u0438\u0446\u044f - 10\/04\/2026)<\/option>BINGO PLAYERS \u2605 CRY\/ RATTLE \u2605 ENERGY 2000 KATOWICE (\u0421\u0443\u0431\u043e\u0442\u0430 - 11\/04\/2026)<\/option>TYMEK \u2605 HIP-HOP NIGHT (\u041f\u2019\u044f\u0442\u043d\u0438\u0446\u044f - 17\/04\/2026)<\/option>G\u00d3RALSKA NOC \u2605 BACIARY \u2605 HUBERTUS &#8211; sala g\u0142\u00f3wna (\u0421\u0443\u0431\u043e\u0442\u0430 - 18\/04\/2026)<\/option>BUNGEE \u2605 ENERGY 2000 KATOWICE (\u041f\u2019\u044f\u0442\u043d\u0438\u0446\u044f - 24\/04\/2026)<\/option>WESTBAM \u2605 LIVE MIX (\u0421\u0443\u0431\u043e\u0442\u0430 - 25\/04\/2026)<\/option>MAJ\u00d3WECZKA DLA SINGLI \u2605 LOVE IS IN THE CLUB (\u041f\u2019\u044f\u0442\u043d\u0438\u0446\u044f - 01\/05\/2026)<\/option>KOBIECA FIESTA \u2605 AFTER PARTY &#8211; sala dance (\u0421\u0443\u0431\u043e\u0442\u0430 - 02\/05\/2026)<\/option>CYPIS \u2605 LIVE ON STAGE (\u041f\u2019\u044f\u0442\u043d\u0438\u0446\u044f - 08\/05\/2026)<\/option>RETRO PARTY \u2605 MI\u0141Y PAN &#8211; sala dance (\u0421\u0443\u0431\u043e\u0442\u0430 - 09\/05\/2026)<\/option>MI\u00dc \u2605 ENERGY 2000 KATOWICE (\u041f\u2019\u044f\u0442\u043d\u0438\u0446\u044f - 15\/05\/2026)<\/option>DJ KUBA &#038; NEITAN \u2605 POLO VIBES | PULS MIASTA &#8211; sala dance (\u0421\u0443\u0431\u043e\u0442\u0430 - 16\/05\/2026)<\/option>VKIE \u2605 HIP-HOP NIGHT (\u041f\u2019\u044f\u0442\u043d\u0438\u0446\u044f - 22\/05\/2026)<\/option>SILESIAN LEGENDS \u2605 MALEC\/ DRIVER\/ KID\/ S-MOON \u2605 LONG &#038; JUNIOR &#8211; sala dance (\u0421\u0443\u0431\u043e\u0442\u0430 - 23\/05\/2026)<\/option>SKOLIM \u2605 KR\u00d3L LATINO (\u041f\u2019\u044f\u0442\u043d\u0438\u0446\u044f - 29\/05\/2026)<\/option>NOC KOBIET \u2605 CHIPPENDALES SHOW (\u0421\u0443\u0431\u043e\u0442\u0430 - 30\/05\/2026)<\/option>S\u0141O\u0143 \u2605 HIP-HOP NIGHT (\u041f\u2019\u044f\u0442\u043d\u0438\u0446\u044f - 03\/07\/2026)<\/option><\/select><\/div> <div class=\"col-md-4\"><select name=\"sale\"><option value=\"46978\">Parter &#8211; I Pi\u0119tro<\/option><option value=\"47347\">II Pi\u0119tro &#8211; III Pi\u0119tro<\/option><\/select><\/div><input type=\"hidden\" name=\"trp-form-language\" value=\"uk\"\/><\/form><\/div> <\/div><\/div><div class=\"plm-widok-sal\"><center>\u0141adowanie mapy sali...<\/center><\/div><\/div>","protected":false},"excerpt":{"rendered":"","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":41,"comment_status":"closed","ping_status":"closed","template":"page-blank-col-12.php","meta":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v19.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Rezerwacje - Energy2000 - Katowice<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/katowice.energy2000.pl\/uk\/rezerwacje\/\" \/>\n<meta property=\"og:locale\" content=\"uk_UA\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Rezerwacje - Energy2000 - Katowice\" \/>\n<meta property=\"og:url\" content=\"https:\/\/katowice.energy2000.pl\/uk\/rezerwacje\/\" \/>\n<meta property=\"og:site_name\" content=\"Energy2000 - Katowice\" \/>\n<meta property=\"article:modified_time\" content=\"2017-04-21T13:24:48+00:00\" \/>\n<meta name=\"author\" content=\"Micha\u0142 W\u0105tkowski\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\/\/katowice.energy2000.pl\/#website\",\"url\":\"https:\/\/katowice.energy2000.pl\/\",\"name\":\"Energy2000 - Katowice\",\"description\":\"Najlepszy Klub na \u015bl\u0105sku\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/katowice.energy2000.pl\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"uk\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/katowice.energy2000.pl\/rezerwacje\/#webpage\",\"url\":\"https:\/\/katowice.energy2000.pl\/rezerwacje\/\",\"name\":\"Rezerwacje - Energy2000 - Katowice\",\"isPartOf\":{\"@id\":\"https:\/\/katowice.energy2000.pl\/#website\"},\"datePublished\":\"2016-09-23T17:10:15+00:00\",\"dateModified\":\"2017-04-21T13:24:48+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/katowice.energy2000.pl\/rezerwacje\/#breadcrumb\"},\"inLanguage\":\"uk\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/katowice.energy2000.pl\/rezerwacje\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/katowice.energy2000.pl\/rezerwacje\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Strona g\u0142\u00f3wna\",\"item\":\"https:\/\/katowice.energy2000.pl\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Rezerwacje\"}]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Rezerwacje - Energy2000 - Katowice","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/katowice.energy2000.pl\/uk\/rezerwacje\/","og_locale":"uk_UA","og_type":"article","og_title":"Rezerwacje - Energy2000 - Katowice","og_url":"https:\/\/katowice.energy2000.pl\/uk\/rezerwacje\/","og_site_name":"Energy2000 - Katowice","article_modified_time":"2017-04-21T13:24:48+00:00","author":"Micha\u0142 W\u0105tkowski","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebSite","@id":"https:\/\/katowice.energy2000.pl\/#website","url":"https:\/\/katowice.energy2000.pl\/","name":"Energy2000 - Katowice","description":"Najlepszy Klub na \u015bl\u0105sku","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/katowice.energy2000.pl\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"uk"},{"@type":"WebPage","@id":"https:\/\/katowice.energy2000.pl\/rezerwacje\/#webpage","url":"https:\/\/katowice.energy2000.pl\/rezerwacje\/","name":"Rezerwacje - Energy2000 - Katowice","isPartOf":{"@id":"https:\/\/katowice.energy2000.pl\/#website"},"datePublished":"2016-09-23T17:10:15+00:00","dateModified":"2017-04-21T13:24:48+00:00","breadcrumb":{"@id":"https:\/\/katowice.energy2000.pl\/rezerwacje\/#breadcrumb"},"inLanguage":"uk","potentialAction":[{"@type":"ReadAction","target":["https:\/\/katowice.energy2000.pl\/rezerwacje\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/katowice.energy2000.pl\/rezerwacje\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Strona g\u0142\u00f3wna","item":"https:\/\/katowice.energy2000.pl\/"},{"@type":"ListItem","position":2,"name":"Rezerwacje"}]}]}},"_links":{"self":[{"href":"https:\/\/katowice.energy2000.pl\/uk\/wp-json\/wp\/v2\/pages\/3258"}],"collection":[{"href":"https:\/\/katowice.energy2000.pl\/uk\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/katowice.energy2000.pl\/uk\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/katowice.energy2000.pl\/uk\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/katowice.energy2000.pl\/uk\/wp-json\/wp\/v2\/comments?post=3258"}],"version-history":[{"count":2,"href":"https:\/\/katowice.energy2000.pl\/uk\/wp-json\/wp\/v2\/pages\/3258\/revisions"}],"predecessor-version":[{"id":3263,"href":"https:\/\/katowice.energy2000.pl\/uk\/wp-json\/wp\/v2\/pages\/3258\/revisions\/3263"}],"wp:attachment":[{"href":"https:\/\/katowice.energy2000.pl\/uk\/wp-json\/wp\/v2\/media?parent=3258"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}