{"id":3392,"date":"2023-05-02T10:47:16","date_gmt":"2023-05-02T10:47:16","guid":{"rendered":"https:\/\/malikiaabudabbab.com\/kontakt\/"},"modified":"2025-03-11T10:40:49","modified_gmt":"2025-03-11T10:40:49","slug":"kontakt","status":"publish","type":"page","link":"https:\/\/malikiaabudabbab.com\/de\/kontakt\/","title":{"rendered":"Kontakt"},"content":{"rendered":"<h2>Kontakt aufnehmen<\/h2>\n<p>\t\t\n \t<script type=\"text\/javascript\" src=\"https:\/\/code.jquery.com\/jquery-2.1.4.min.js\"><\/script>\n\t<script type=\"text\/javascript\" src=\"https:\/\/code.jquery.com\/jquery-migrate-1.2.1.min.js\"><\/script>\n\t<script type=\"text\/javascript\" src=\"https:\/\/code.jquery.com\/ui\/1.11.4\/jquery-ui.min.js\"><\/script>\n\t    \n\t<div id=\"quickbooking\" class=\"main quickbooking row\">\n\t\t<form class=\"book-col-form\" action=\"#\" method=\"post\" name=\"BookOnline\" target=\"_blank\" id=\"BookOnline\">\n\t\t\t\t\n  \t\t\t\t<div class=\"book-col-column col-md-2\">\n\t\t\t\t\t\n\t\t\t\t\t\t<label>Einchecken<\/label>\n\t  \t\t\t\t\t<input id=\"arrival\" class=\"datepicker\" name=\"arrival\" value=\"\" type=\"text\" autofocuss=\"\">\n\t  \t\t\t<\/div>\n\n\t  \t\t\t\t<div class=\"book-col-column col-md-2\">\n\t  \t\t\t\t\t<label>Kasse<\/label>\n\t  \t\t\t\t\t<input id=\"departure\" class=\"datepicker\" name=\"departure\" value=\"\" type=\"text\" autofocuss=\"\"> \n\t  \t\t\t\t<\/div>\n\n\t  \t\t\t\t<div class=\"book-col-column col-md-2\">\n \t  \t\t\t\t\t<label>Zimmer<\/label>\n\t  \t\t\t\t\t<select id=\"rooms\" name=\"rooms\">\n\t  \t\t\t\t\t<option value=\"1\">1<\/option>\n\t  \t\t\t\t\t<option value=\"2\">2<\/option>\n\t  \t\t\t\t\t<option value=\"3\">3<\/option>\n\t  \t\t\t\t\t<option value=\"4\">4<\/option>\n\t  \t\t\t\t\t<\/select>\n\t  \t\t\t\t\t<\/div>\n\n\t\t\t\t<div class=\"book-col-column col-md-2\">\n\t  \t\t\t\t\t<label>Erwachsene<\/label>\n\t  \t\t\t\t\t<select id=\"adults\" name=\"adults\">\n\t  \t\t\t\t\t<option value=\"1\">1 <\/option>\n\t  \t\t\t\t\t<option value=\"2\" selected=\"selected\">2 <\/option>\n\t  \t\t\t\t\t<option value=\"3\">3 <\/option>\n\t  \t\t\t\t\t<option value=\"4\">4 <\/option>\n\t  \t\t\t\t\t<\/select>\n\t  \t\t\t\t\t<\/div>\n\n\t\t\t\t<div class=\"book-col-column col-md-2\">\n\t  \t\t\t\t\t<label>Kinder<\/label>\n\t  \t\t\t\t\t<select id=\"kids\" name=\"kids\">\n\t  \t\t\t\t\t<option value=\"0\">0 <\/option>\n\t  \t\t\t\t\t<option value=\"1\">1 <\/option>\n\t  \t\t\t\t\t<option value=\"2\">2 <\/option>\n\t  \t\t\t\t\t<\/select>\n\t  \t\t\t<\/div>\n\t\t\t\t<div class=\"book-col-column col-md-2\">\n\t  \t\t\t\t<div class=\"book-col-submit-wrap\">\t\t\t\n\t  \t\t\t\t\t<input class=\"book-col-submit\" id=\"booking-submit\" type=\"submit\" value=\"Jetzt buchen\">\n\t  \t\t\t\t<\/div>\n\n\t  \t\t\t\t    <div id=\"container\"><\/div>\n\t\t\t\t\t\t\t<input type=\"hidden\" name=\"Page\" value=\"19\">\n\t\t\t\t\t\t\t<input type=\"hidden\" name=\"lan_id\" value=\"de-DE\">\n\t\t\t\t\t\t\t<input type=\"hidden\" name=\"kid1\" value=\"-1\">\n\t\t\t\t\t\t\t<input type=\"hidden\" name=\"kid2\" value=\"1\">\n\t\t\t\t\t\t\t<input type=\"hidden\" name=\"kid3\" value=\"-1\">\n\t\t\t\t\t\t\t<input type=\"hidden\" name=\"extra\" value=\"0\">\n\t\t\t\t\t\t\t<input type=\"hidden\" name=\"cot\" value=\"0\">\n\t\t\t\t\t\t\t<input type=\"hidden\" name=\"src\" value=\"\">\t\t\t\t\t\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/form>\n\t\t\t<\/div>\n\n\t<script>\n\n\t\t    jQuery(function() {\n\t\t        jQuery('#quickbooking #arrival').datepicker({\n\t\t            dateFormat: 'dd, M yy',\n\t\t            beforeShowDay: function(date) {\n\t\t                var currentDate = new Date();\n\t\t                currentDate.setHours(0);\n\t\t                currentDate.setMinutes(0);\n\t\t                currentDate.setSeconds(0);\n\t\t                currentDate.setMilliseconds(0);\n\t\t                if (date >= currentDate) {\n\t\t                    return [true, ''];\n\t\t                }\n\t\t                else {\n\t\t                    return [false, ''];\n\t\t                }\n\t\t            },\n\t\t            onSelect: function(dateText, inst) {\n\t\t                var nextDay = jQuery('#quickbooking #arrival').datepicker('getDate');\n\t\t                nextDay.setDate(nextDay.getDate() + 1);\n\t\t                var depart = jQuery('#quickbooking #departure').datepicker('getDate');\n\t\t                if (depart < nextDay) {\n\t\t                    jQuery('#quickbooking #departure').val(jQuery.datepicker.formatDate('dd, M yy', nextDay));\n\t\t                }\n\t\t            }\n\t\t        }).val(jQuery.datepicker.formatDate('dd, M yy', new Date()));\n\t\t        var nextDay = new Date();\n\t\t        nextDay.setDate(new Date().getDate() + 1);\n\t\t        jQuery('#quickbooking #departure').datepicker({\n\t\t            dateFormat: 'dd, M yy',\n\t\t            beforeShowDay: function(date) {\n\t\t                var nextDay = jQuery('#quickbooking #arrival').datepicker('getDate');\n\t\t                nextDay.setDate(nextDay.getDate() + 1);\n\t\t                nextDay.setHours(0);\n\t\t                nextDay.setMinutes(0);\n\t\t                nextDay.setSeconds(0);\n\t\t                nextDay.setMilliseconds(0);\n\n\t\t                if (date >= nextDay) {\n\t\t                    return [true, ''];\n\t\t                }\n\t\t                else {\n\t\t                    return [false, ''];\n\t\t                }\n\t\t            }\n\t\t        }).val(jQuery.datepicker.formatDate('dd, M yy', nextDay));\n\n\t\t        jQuery('#quickbooking form').submit(function(e) {\n\t\t            e.preventDefault();\n\t\t\t\t\tconsole.log(\"hi\");\n\t\t            var $this = jQuery(this);\n\n\t\t            var values = {};\n\t\t            jQuery.each($this.serializeArray(), function(k, v) {\n\t\t                values[v.name] = v.value;\n\t\t            });\n\n\t\t            if (values.hotel == -1) {\n\t\t                url = '';\n\t\t            }\n\t\t            else {\n\t\t                url = '#';\n\t\t            }\n\t\t            delete values.hotel;\n\n\t\t            var arrivalDate = jQuery('#arrival', jQuery(this)).datepicker('getDate');\n\t\t            var departureDate = jQuery('#departure', jQuery(this)).datepicker('getDate');\n\t\t            values.arrival = jQuery.datepicker.formatDate('dd\/mm\/yy', arrivalDate);\n\t\t            values.departure = jQuery.datepicker.formatDate('dd\/mm\/yy', departureDate);\n\n\t\t            jQuery.each(values, function(k, v) {\n\t\t                if (v.length > 0) {\n\t\t                    url += k + '=' + v + '&';\n\t\t                }\n\t\t\t\t\t\t\n\t\t            });\n \t\t           url = url.substr(1, url.length-1);\n\t\t            \/\/uncomment below if results in _self\n\t\t            \/\/window.location.href = url;\n\n\t\t            \/\/comment below if you need result in _self\n\t\t            var BookSearch = window.open(\"https:\/\/malikiaabudabbab.book-onlinenow.net\/index.aspx?\"+url,\"_blank\");\n\t\t\t\t\tconsole.log(\"final url\"+BookSearch)\n\t\t\t\t\t\n\t\t        });\n\t\t    });\n\t<\/script>\n\n<br \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"1921\" height=\"199\" src=\"https:\/\/malikiaabudabbab.com\/wp-content\/uploads\/2023\/06\/wave.webp\" alt=\"\" srcset=\"https:\/\/malikiaabudabbab.com\/wp-content\/uploads\/2023\/06\/wave.webp 1921w, https:\/\/malikiaabudabbab.com\/wp-content\/uploads\/2023\/06\/wave-300x31.webp 300w, https:\/\/malikiaabudabbab.com\/wp-content\/uploads\/2023\/06\/wave-1024x106.webp 1024w, https:\/\/malikiaabudabbab.com\/wp-content\/uploads\/2023\/06\/wave-768x80.webp 768w, https:\/\/malikiaabudabbab.com\/wp-content\/uploads\/2023\/06\/wave-1536x159.webp 1536w\" sizes=\"(max-width: 1921px) 100vw, 1921px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/p>\n<h2>\n\t\t\t\tKontakt<br \/>\n\t\t\t<\/h2 >\n<p>Ihr Feedback ist wichtig und liefert uns wertvolle Erkenntnisse, die es uns erm\u00f6glichen, uns st\u00e4ndig zu verbessern und Ihnen einen besseren Service zu bieten. Setzen Sie sich mit uns in Verbindung, wenn Sie uns eine Idee, eine Empfehlung oder einen Vorschlag mitteilen m\u00f6chten.<\/p>\n<h2>Willkommen im Malikia Resort<\/h2>\n<p>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1400\" height=\"933\" src=\"https:\/\/malikiaabudabbab.com\/wp-content\/uploads\/2024\/02\/Beach-2.webp\" alt=\"\" srcset=\"https:\/\/malikiaabudabbab.com\/wp-content\/uploads\/2024\/02\/Beach-2.webp 1400w, https:\/\/malikiaabudabbab.com\/wp-content\/uploads\/2024\/02\/Beach-2-300x200.webp 300w, https:\/\/malikiaabudabbab.com\/wp-content\/uploads\/2024\/02\/Beach-2-1024x682.webp 1024w, https:\/\/malikiaabudabbab.com\/wp-content\/uploads\/2024\/02\/Beach-2-768x512.webp 768w\" sizes=\"(max-width: 1400px) 100vw, 1400px\" \/><br \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1300\" height=\"866\" src=\"https:\/\/malikiaabudabbab.com\/wp-content\/uploads\/2024\/02\/Waves-Restaurant-1.webp\" alt=\"\" srcset=\"https:\/\/malikiaabudabbab.com\/wp-content\/uploads\/2024\/02\/Waves-Restaurant-1.webp 1300w, https:\/\/malikiaabudabbab.com\/wp-content\/uploads\/2024\/02\/Waves-Restaurant-1-300x200.webp 300w, https:\/\/malikiaabudabbab.com\/wp-content\/uploads\/2024\/02\/Waves-Restaurant-1-1024x682.webp 1024w, https:\/\/malikiaabudabbab.com\/wp-content\/uploads\/2024\/02\/Waves-Restaurant-1-768x512.webp 768w\" sizes=\"(max-width: 1300px) 100vw, 1300px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/p>\n<h2>Senden Sie uns eine E-Mail<\/h2>\n<p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\">\n<ul><\/ul>\n<form action=\"\/wp-admin\/admin-ajax.php#wpcf7-f6036-o1\" method=\"post\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"6036\" \/><br \/>\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"6.0.4\" \/><br \/>\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" \/><br \/>\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f6036-o1\" \/><br \/>\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/><br \/>\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/><\/p>\n<p><label> Ihr Name*<br \/>\n<input size=\"40\" maxlength=\"400\" autocomplete=\"name\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"your-name-de\" \/> <\/label>\n<\/p>\n<p><label> Ihre E-Mail*<br \/>\n<input size=\"40\" maxlength=\"400\" autocomplete=\"email\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"email\" name=\"your-email-de\" \/> <\/label>\n<\/p>\n<p><label> Thema*<br \/>\n<input size=\"40\" maxlength=\"400\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"your-subject-de\" \/> <\/label>\n<\/p>\n<p><label> Ihre Nachricht (optional)<br \/>\n<textarea cols=\"40\" rows=\"10\" maxlength=\"2000\" aria-invalid=\"false\" name=\"your-message-de\"><\/textarea> <\/label>\n<\/p>\n<p><input type=\"submit\" value=\"Einreichen\" \/>\n<\/p>\n<\/form>\n","protected":false},"excerpt":{"rendered":"<p>Kontakt aufnehmen Kontakt Ihr Feedback ist wichtig und liefert uns wertvolle Erkenntnisse, die es uns erm\u00f6glichen, uns st\u00e4ndig zu verbessern und Ihnen einen besseren Service zu bieten. Setzen Sie sich mit uns in Verbindung, wenn Sie uns eine Idee, eine Empfehlung oder einen Vorschlag mitteilen m\u00f6chten. Willkommen im Malikia Resort Senden Sie uns eine E-Mail [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"inline_featured_image":false,"footnotes":""},"class_list":["post-3392","page","type-page","status-publish","hentry"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/malikiaabudabbab.com\/de\/wp-json\/wp\/v2\/pages\/3392","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/malikiaabudabbab.com\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/malikiaabudabbab.com\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/malikiaabudabbab.com\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/malikiaabudabbab.com\/de\/wp-json\/wp\/v2\/comments?post=3392"}],"version-history":[{"count":6,"href":"https:\/\/malikiaabudabbab.com\/de\/wp-json\/wp\/v2\/pages\/3392\/revisions"}],"predecessor-version":[{"id":6039,"href":"https:\/\/malikiaabudabbab.com\/de\/wp-json\/wp\/v2\/pages\/3392\/revisions\/6039"}],"wp:attachment":[{"href":"https:\/\/malikiaabudabbab.com\/de\/wp-json\/wp\/v2\/media?parent=3392"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}