{"id":1754,"date":"2016-03-03T16:18:02","date_gmt":"2016-03-03T15:18:02","guid":{"rendered":"http:\/\/www.ashotels.it\/es\/?page_id=1754"},"modified":"2016-03-03T16:18:02","modified_gmt":"2016-03-03T15:18:02","slug":"deja-un-comentario","status":"publish","type":"page","link":"https:\/\/www.ashotels.it\/es\/deja-un-comentario","title":{"rendered":"Deja un comentario"},"content":{"rendered":"<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<p style=\"text-align: center;\">Debido a conocer la opini\u00f3n de los usuarios es la mejor manera de haber sufrido una reacci\u00f3n en la calidad de nuestros hoteles.<\/p>\n<\/div>\n<\/div>\n<form id=\"form_preventivo\" action=\"\/es\/wp-json\/wp\/v2\/pages\/1754\" method=\"post\" onsubmit=\"return checkPreventivo()\">\n<div class=\"campo_form wide\">\n    <label for=\"preventivo_nome\">Nombre y apellido<\/label>\n    <input class=\"campo\" type=\"text\" name=\"nome\" id=\"preventivo_nome\" value=\"\" \/>\n<\/div>\n<div class=\"campo_form\">\n    <label for=\"preventivo_email\">Direcci\u00f3n email<\/label>\n    <input class=\"campo\" type=\"text\" name=\"email\" id=\"preventivo_email\" value=\"\" \/>\n<\/div>\n<div class=\"campo_form\">\n    <label for=\"preventivo_telefono\">N\u00famero de tel\u00e9fono<\/label>\n    <input class=\"campo\" type=\"text\" name=\"telefono\" id=\"preventivo_telefono\" value=\"\" \/>\n<\/div>\n<div class=\"campo_form\">\n    <label for=\"preventivo_hotel\">Elige el hotel en el cual te has alojado<\/label>\n    <select class=\"campo\" name=\"hotel\" id=\"preventivo_hotel\">\n    <option value=\"\" selected=\"selected\">---<\/option>\n    <option value=\"limbiate\">AS Hotel Limbiate Fiera<\/option>\n    <option value=\"deigiovi\">AS Hotel Dei Giovi<\/option>\n    <option value=\"monza\">AS Hotel Monza<\/option>\n    <option value=\"cambiago\">AS Hotel Cambiago<\/option>\n\t<option value=\"sempione\">AS Hotel Sempione Fiera<\/option>\n    <\/select>\n<\/div>\n<div class=\"campo_form\">\n    <label for=\"preventivo_visita\">Visto el<\/label>\n    <input class=\"campo calendario\" type=\"text\" name=\"visita\" id=\"preventivo_visita\" value=\"\" \/>\n<\/div>\n<div class=\"campo_form wide\">\n    <label for=\"preventivo_messaggio\">Tu comentario<\/label>\n    <textarea class=\"campo\" name=\"messaggio\" id=\"preventivo_messaggio\"><\/textarea>\n<\/div>\n<div class=\"campo_form\" id=\"preventivo_div_privacy\">\n\t<img loading=\"lazy\" decoding=\"async\" id=\"preventivo_privacy_img\" src=\"https:\/\/www.ashotels.it\/wp-content\/themes\/ashotels\/images\/privacy_off.png\" width=\"18\" height=\"18\" onclick=\"checkPreventivoPrivacy()\" \/>\n    <input id=\"preventivo_privacy\" name=\"privacy\" type=\"checkbox\" value=\"1\" style=\"display:none\" onchange=\"javascript:checkPreventivoImagePrivacy()\" \/>\n    <label for=\"preventivo_privacy\">Autorizo a AS Hoteles la utilizaci\u00f3n de mis datos personales (D.L 196\/2003)<\/label>\n    <a href=\"https:\/\/www.ashotels.it\/es\/privacy-2\" target=\"_blank\">(ver la informaci\u00f3n de privacy)<\/a>\n<\/div>\n<div class=\"campo_form\">\n    <input class=\"submit\" value=\" Env\u00eda tu opini\u00f3n\" type=\"submit\" \/>\n    <input type=\"hidden\" name=\"lingua\" value=\"es\" \/>\n    <input type=\"hidden\" name=\"azione\" value=\"recensione\" \/>\n    <div class=\"clear\"><\/div>\n<\/div>\n<div class=\"clear\"><\/div>\n<\/form>\n<script type=\"text\/javascript\">\njQuery(function(){\n\t\tjQuery.extend(jQuery.fn.pickadate.defaults,{\n    \tmonthsFull:['enero','febrero','marzo','abril','mayo','junio','julio','agosto','septiembre','octubre','noviembre','diciembre'],\n    \tmonthsShort:['ene','feb','mar','abr','may','jun','jul','ago','sep','oct','nov','dic'],\n    \tweekdaysFull:['domingo','lunes','martes','mi\u00e9rcoles','jueves','viernes','s\u00e1bado'],\n    \tweekdaysShort:['dom','lun','mar','mi\u00e9','jue','vie','s\u00e1b'],today:'hoy',clear:'borrar',close:'cerrar',firstDay:1,\n\t\tformat:'dddd d !de mmmm !de yyyy',formatSubmit:'yyyy\/mm\/dd'\n\t});\n\t\t\n\tjQuery('#preventivo_visita').pickadate({\n\t\thiddenName: true,\n\t\tformatSubmit:\"yyyy-mm-dd\",\n\t\tonOpen: function() {\n    \t\tjQuery('#wrapper_slides #booking_container').css('zIndex',101);\n  \t\t},\n  \t\tonClose: function() {\n    \t\tjQuery('#wrapper_slides #booking_container').css('zIndex',100);\n  \t\t}\n\t});\n});\n\nfunction checkPreventivo() {\n\tvar errori = 0;\t\n\tif(jQuery('#preventivo_nome').val()==\"\") {\n\t\tjQuery('#preventivo_nome').addClass('errore');\n\t\terrori++;\n\t} else {\n\t\tjQuery('#preventivo_nome').removeClass('errore');\n\t}\n\tif(!checkMail(jQuery('#preventivo_email').val())) {\n\t\tjQuery('#preventivo_email').addClass('errore');\n\t\terrori++;\n\t} else {\n\t\tjQuery('#preventivo_email').removeClass('errore');\n\t}\n\tif(jQuery('#preventivo_telefono').val()==\"\") {\n\t\tjQuery('#preventivo_telefono').addClass('errore');\n\t\terrori++;\n\t} else {\n\t\tjQuery('#preventivo_telefono').removeClass('errore');\n\t}\n\tif(jQuery('#preventivo_hotel').val()==\"\") {\n\t\tjQuery('#preventivo_hotel').addClass('errore');\n\t\terrori++;\n\t} else {\n\t\tjQuery('#preventivo_hotel').removeClass('errore');\n\t}\n\tif(jQuery(\"[name='visita']\",jQuery('#form_preventivo')).val()=='') {\n\t\tjQuery('#preventivo_visita').addClass('errore');\n\t\terrori++;\n\t} else {\n\t\tjQuery('#preventivo_visita').removeClass('errore');\n\t}\n\tif(jQuery('#preventivo_messaggio').val()==\"\") {\n\t\tjQuery('#preventivo_messaggio').addClass('errore');\n\t\terrori++;\n\t} else {\n\t\tjQuery('#preventivo_messaggio').removeClass('errore');\n\t}\n\tif(!(jQuery('#preventivo_privacy').prop('checked'))) {\n\t\tjQuery('#preventivo_div_privacy').addClass('errore');\n\t\terrori++;\n\t} else {\n\t\tjQuery('#preventivo_div_privacy').removeClass('errore');\n\t}\n\tif(errori>0) { return false; } else { \n\t\treturn true; \n\t}\n}\n\nfunction checkPreventivoPrivacy() {\n\tjQuery('#preventivo_privacy').prop('checked', jQuery('#preventivo_privacy').prop('checked') ? false : true );\n\tcheckPreventivoImagePrivacy();\n}\n\nfunction checkPreventivoImagePrivacy() {\n\tif(jQuery('#preventivo_privacy').prop('checked')) { \n\t\tjQuery('#preventivo_privacy_img').attr('src', 'https:\/\/www.ashotels.it\/wp-content\/themes\/ashotels\/images\/privacy_on.png').addClass('attivo');\n\t} else { \n\t\tjQuery('#preventivo_privacy_img').attr('src', 'https:\/\/www.ashotels.it\/wp-content\/themes\/ashotels\/images\/privacy_off.png').removeClass('attivo');\n\t}\n}\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>Debido a conocer la opini\u00f3n de los usuarios es la mejor manera de haber sufrido una reacci\u00f3n en la calidad de nuestros hoteles.<\/p>\n","protected":false},"author":6,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"inline_featured_image":false,"ngg_post_thumbnail":0,"footnotes":""},"class_list":["post-1754","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Deja un comentario - AS Hotels<\/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:\/\/www.ashotels.it\/es\/deja-un-comentario\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Deja un comentario - AS Hotels\" \/>\n<meta property=\"og:description\" content=\"Debido a conocer la opini\u00f3n de los usuarios es la mejor manera de haber sufrido una reacci\u00f3n en la calidad de nuestros hoteles.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.ashotels.it\/es\/deja-un-comentario\" \/>\n<meta property=\"og:site_name\" content=\"AS Hotels\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/AsHotels\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@ASHOTELS1\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.ashotels.it\/es\/deja-un-comentario\",\"url\":\"https:\/\/www.ashotels.it\/es\/deja-un-comentario\",\"name\":\"Deja un comentario - AS Hotels\",\"isPartOf\":{\"@id\":\"https:\/\/www.ashotels.it\/es#website\"},\"datePublished\":\"2016-03-03T15:18:02+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.ashotels.it\/es\/deja-un-comentario#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.ashotels.it\/es\/deja-un-comentario\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.ashotels.it\/es\/deja-un-comentario#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.ashotels.it\/es\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Deja un comentario\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.ashotels.it\/es#website\",\"url\":\"https:\/\/www.ashotels.it\/es\",\"name\":\"AS Hotels\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.ashotels.it\/es?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Deja un comentario - AS Hotels","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:\/\/www.ashotels.it\/es\/deja-un-comentario","og_locale":"es_ES","og_type":"article","og_title":"Deja un comentario - AS Hotels","og_description":"Debido a conocer la opini\u00f3n de los usuarios es la mejor manera de haber sufrido una reacci\u00f3n en la calidad de nuestros hoteles.","og_url":"https:\/\/www.ashotels.it\/es\/deja-un-comentario","og_site_name":"AS Hotels","article_publisher":"https:\/\/www.facebook.com\/AsHotels","twitter_card":"summary_large_image","twitter_site":"@ASHOTELS1","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.ashotels.it\/es\/deja-un-comentario","url":"https:\/\/www.ashotels.it\/es\/deja-un-comentario","name":"Deja un comentario - AS Hotels","isPartOf":{"@id":"https:\/\/www.ashotels.it\/es#website"},"datePublished":"2016-03-03T15:18:02+00:00","breadcrumb":{"@id":"https:\/\/www.ashotels.it\/es\/deja-un-comentario#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.ashotels.it\/es\/deja-un-comentario"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.ashotels.it\/es\/deja-un-comentario#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.ashotels.it\/es"},{"@type":"ListItem","position":2,"name":"Deja un comentario"}]},{"@type":"WebSite","@id":"https:\/\/www.ashotels.it\/es#website","url":"https:\/\/www.ashotels.it\/es","name":"AS Hotels","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.ashotels.it\/es?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"}]}},"_links":{"self":[{"href":"https:\/\/www.ashotels.it\/es\/wp-json\/wp\/v2\/pages\/1754","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.ashotels.it\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.ashotels.it\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.ashotels.it\/es\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/www.ashotels.it\/es\/wp-json\/wp\/v2\/comments?post=1754"}],"version-history":[{"count":1,"href":"https:\/\/www.ashotels.it\/es\/wp-json\/wp\/v2\/pages\/1754\/revisions"}],"predecessor-version":[{"id":1755,"href":"https:\/\/www.ashotels.it\/es\/wp-json\/wp\/v2\/pages\/1754\/revisions\/1755"}],"wp:attachment":[{"href":"https:\/\/www.ashotels.it\/es\/wp-json\/wp\/v2\/media?parent=1754"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}