{"id":12501,"date":"2018-09-11T17:51:11","date_gmt":"2018-09-11T15:51:11","guid":{"rendered":"https:\/\/www.ashotels.it\/hotel-con-stazione-di-ricarica-veicoli-elettrici-e-ibridi"},"modified":"2020-02-28T12:33:20","modified_gmt":"2020-02-28T11:33:20","slug":"hotel-with-charging-stations-for-electrical-vehicles","status":"publish","type":"page","link":"https:\/\/www.ashotels.it\/en\/hotel-with-charging-stations-for-electrical-vehicles","title":{"rendered":"Plug-in hybrid &#038; electric vehicles charging stations"},"content":{"rendered":"<p class=\"sottotitolo\" style=\"text-align: center;\">The AS Hotels group is focused on the sustainability issues and wants to involve its customers in the green mobility.<\/p>\n<p class=\"sottotitolo\" style=\"text-align: center;\">Every location is equipped by plug-in hybrid &amp; electric vehicles charging stations (provided by REPOWER).<\/p>\n<h2>For informations<\/h2>\n<a href=\"javascript:void(0)\" onclick=\"openMore()\" id=\"open_more\"><\/a>\r\n<div id=\"more_content\"><\/p>\n<form id=\"form_preventivo\" action=\"\/en\/wp-json\/wp\/v2\/pages\/12501\" method=\"post\" onsubmit=\"return checkPreventivo()\">\r\n<div class=\"campo_form wide\">\r\n    <label for=\"preventivo_nome\">Name and surname<\/label>\r\n    <input class=\"campo\" type=\"text\" name=\"nome\" id=\"preventivo_nome\" value=\"\" \/>\r\n<\/div>\r\n<div class=\"campo_form\">\r\n    <label for=\"preventivo_email\">eMail address<\/label>\r\n    <input class=\"campo\" type=\"text\" name=\"email\" id=\"preventivo_email\" value=\"\" \/>\r\n<\/div>\r\n<div class=\"campo_form\">\r\n    <label for=\"preventivo_telefono\">Phone number<\/label>\r\n    <input class=\"campo\" type=\"text\" name=\"telefono\" id=\"preventivo_telefono\" value=\"\" \/>\r\n<\/div>\r\n<div class=\"campo_form\">\r\n    <label for=\"preventivo_arrivo\">Arrival<\/label>\r\n    <input class=\"campo calendario\" type=\"text\" name=\"arrivo\" id=\"preventivo_arrivo\" value=\"\" data-value=\"2026-04-20\" \/>\r\n<\/div>\r\n<div class=\"campo_form\">\r\n    <label for=\"preventivo_partenza\">Departure<\/label>\r\n    <input class=\"campo calendario\" type=\"text\" name=\"partenza\" id=\"preventivo_partenza\" value=\"\" data-value=\"2026-04-21\" \/>\r\n<\/div>\r\n<div class=\"campo_form\">\r\n    <label for=\"preventivo_camere\">Rooms<\/label>\r\n    <select class=\"campo\" name=\"camere\" id=\"preventivo_camere\">\r\n    <option value=\"1\" selected=\"selected\">1<\/option>\r\n    <option value=\"2\">2<\/option>\r\n    <option value=\"3\">3<\/option>\r\n    <option value=\"4\">4<\/option>\r\n    <\/select>\r\n<\/div>\r\n<div class=\"campo_form\">\r\n    <label for=\"preventivo_adulti\">Adults<\/label>\r\n    <select class=\"campo\" name=\"adulti\" id=\"preventivo_adulti\">\r\n    <option value=\"0\">0<\/option>\r\n    <option value=\"1\">1<\/option>\r\n    <option value=\"2\" selected=\"selected\">2<\/option>\r\n    <option value=\"3\">3<\/option>\r\n    <option value=\"4\">4<\/option>\r\n    <option value=\"5\">5<\/option>\r\n    <option value=\"6\">6<\/option>\r\n    <\/select>\r\n<\/div>\r\n<div class=\"campo_form wide\">\r\n    <label for=\"preventivo_messaggio\">Do you want to tell us something else?<\/label>\r\n    <textarea class=\"campo\" name=\"messaggio\" id=\"preventivo_messaggio\"><\/textarea>\r\n<\/div>\r\n<div class=\"campo_form\" id=\"preventivo_div_privacy\">\r\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()\" \/>\r\n    <input id=\"preventivo_privacy\" name=\"privacy\" type=\"checkbox\" value=\"1\" style=\"display:none\" onchange=\"javascript:checkPreventivoImagePrivacy()\" \/>\r\n    <label for=\"preventivo_privacy\">Authorize AS Hotels to utilize my personal information (D.L. 196\/2003)<\/label>\r\n    <a href=\"https:\/\/www.ashotels.it\/en\/privacy-2\" target=\"_blank\">(see privacy policy)<\/a>\r\n<\/div>\r\n<div class=\"campo_form\">\r\n    <input class=\"submit\" value=\"Send your request\" type=\"submit\" \/>\r\n    <input type=\"hidden\" name=\"lingua\" value=\"en\" \/>\r\n    <input type=\"hidden\" name=\"azione\" value=\"preventivo_hotel\" \/>\r\n    <input type=\"hidden\" name=\"hotel\" value=\"\" \/>\r\n    <div class=\"clear\"><\/div>\r\n<\/div>\r\n<div class=\"clear\"><\/div>\r\n<\/form>\r\n<script type=\"text\/javascript\">\r\njQuery(function(){\r\n\t\tjQuery.extend(jQuery.fn.pickadate.defaults,{\r\n\t\tformat:\"dddd d mmmm yyyy\",formatSubmit:\"yyyy-mm-dd\"\r\n\t});\r\n\t\r\n\tjQuery('#preventivo_arrivo').pickadate({\r\n\t\tmin: true, \/\/ oggi\r\n\t\t\/\/min: 1, \/\/ domani\r\n\t\thiddenName: true,\r\n\t\tformatSubmit:\"yyyy-mm-dd\",\r\n\t\tonSet: function(context) {\r\n\t\t\tvar newmin = new Date(context.select);\r\n\t\t\tnewmin.setDate(newmin.getDate()+1); \/\/ nuovo minimo di partenza impostato al giorno successivo all'arrivo\r\n\t\t\tvar picker = jQuery('#preventivo_partenza').pickadate('picker');\r\n\t\t\tvar partenza = picker.get('select');\r\n\t\t\tpicker.set('min',newmin);\r\n\t\t\tif(partenza.pick <= newmin.getTime()) { \/\/ se la partenza corrente \u00e8 precedente al minimo sposta la partenza\r\n\t\t\t\tpicker.set('select',newmin);\r\n\t\t\t}\r\n\t\t},\r\n\t\tonOpen: function() {\r\n    \t\tjQuery('#wrapper_slides #booking_container').css('zIndex',101);\r\n  \t\t},\r\n  \t\tonClose: function() {\r\n    \t\tjQuery('#wrapper_slides #booking_container').css('zIndex',100);\r\n  \t\t}\r\n\t});\r\n\tjQuery('#preventivo_partenza').pickadate({\r\n\t\tmin: 1, \/\/ domani\r\n\t\t\/\/min: 2, \/\/ due giorni da oggi\r\n\t\thiddenName: true,\r\n\t\tformatSubmit:\"yyyy-mm-dd\",\r\n\t\tonOpen: function() {\r\n    \t\tjQuery('#wrapper_slides #booking_container').css('zIndex',101);\r\n  \t\t},\r\n  \t\tonClose: function() {\r\n    \t\tjQuery('#wrapper_slides #booking_container').css('zIndex',100);\r\n  \t\t}\r\n\t});\r\n});\r\n\r\nfunction checkPreventivo() {\r\n\tvar errori = 0;\r\n\tif(jQuery('#preventivo_nome').val()==\"\") {\r\n\t\tjQuery('#preventivo_nome').addClass('errore');\r\n\t\terrori++;\r\n\t} else {\r\n\t\tjQuery('#preventivo_nome').removeClass('errore');\r\n\t}\r\n\tif(!checkMail(jQuery('#preventivo_email').val())) {\r\n\t\tjQuery('#preventivo_email').addClass('errore');\r\n\t\terrori++;\r\n\t} else {\r\n\t\tjQuery('#preventivo_email').removeClass('errore');\r\n\t}\r\n\tif(jQuery('#preventivo_telefono').val()==\"\") {\r\n\t\tjQuery('#preventivo_telefono').addClass('errore');\r\n\t\terrori++;\r\n\t} else {\r\n\t\tjQuery('#preventivo_telefono').removeClass('errore');\r\n\t}\r\n\tif(jQuery(\"[name='arrivo']\",jQuery('#form_preventivo')).val()=='') {\r\n\t\tjQuery('#preventivo_arrivo').addClass('errore');\r\n\t\terrori++;\r\n\t} else {\r\n\t\tjQuery('#preventivo_arrivo').removeClass('errore');\r\n\t}\r\n\tif(jQuery(\"[name='partenza']\",jQuery('#form_preventivo')).val()=='') {\r\n\t\tjQuery('#preventivo_partenza').addClass('errore');\r\n\t\terrori++;\r\n\t} else {\r\n\t\tjQuery('#preventivo_partenza').removeClass('errore');\r\n\t}\r\n\tif(!(jQuery('#preventivo_privacy').prop('checked'))) {\r\n\t\tjQuery('#preventivo_div_privacy').addClass('errore');\r\n\t\terrori++;\r\n\t} else {\r\n\t\tjQuery('#preventivo_div_privacy').removeClass('errore');\r\n\t}\r\n\tif(errori>0) { return false; } else {\r\n\t\treturn true;\r\n\t}\r\n}\r\n\r\nfunction checkPreventivoPrivacy() {\r\n\tjQuery('#preventivo_privacy').prop('checked', jQuery('#preventivo_privacy').prop('checked') ? false : true );\r\n\tcheckPreventivoImagePrivacy();\r\n}\r\n\r\nfunction checkPreventivoImagePrivacy() {\r\n\tif(jQuery('#preventivo_privacy').prop('checked')) {\r\n\t\tjQuery('#preventivo_privacy_img').attr('src', 'https:\/\/www.ashotels.it\/wp-content\/themes\/ashotels\/images\/privacy_on.png').addClass('attivo');\r\n\t} else {\r\n\t\tjQuery('#preventivo_privacy_img').attr('src', 'https:\/\/www.ashotels.it\/wp-content\/themes\/ashotels\/images\/privacy_off.png').removeClass('attivo');\r\n\t}\r\n}\r\n<\/script>\n<a href=\"javascript:void(0)\" onclick=\"closeMore()\" id=\"close_more\"><\/a><\/div>\r\n<script type=\"text\/javascript\">\r\nfunction openMore() {\r\n\tjQuery('#open_more').hide();\r\n\tjQuery('#more_content').slideDown();\r\n}\r\n\r\nfunction closeMore() {\r\n\tjQuery('#more_content').slideUp(function(){\r\n\t\tjQuery('#open_more').show();\r\n\t});\r\n}\r\n<\/script>\n<p>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The AS Hotels group is focused on the sustainability issues and wants to involve its customers in the green mobility. Every location is equipped by plug-in hybrid &amp; electric vehicles charging stations (provided by REPOWER). For informations .<\/p>\n","protected":false},"author":12,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"duecolonne-page.php","meta":{"_acf_changed":false,"inline_featured_image":false,"ngg_post_thumbnail":0,"footnotes":""},"class_list":["post-12501","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>Hotel with chargin stations for electrical vehicles | AS Hotels<\/title>\n<meta name=\"description\" content=\"Every location is equipped by plug-in hybrid &amp; electric vehicles charging stations (provided by REPOWER).\" \/>\n<meta name=\"robots\" content=\"noindex, nofollow\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Hotel with chargin stations for electrical vehicles | AS Hotels\" \/>\n<meta property=\"og:description\" content=\"Every location is equipped by plug-in hybrid &amp; electric vehicles charging stations (provided by REPOWER).\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.ashotels.it\/en\/hotel-with-charging-stations-for-electrical-vehicles\" \/>\n<meta property=\"og:site_name\" content=\"AS Hotels\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/AsHotels\" \/>\n<meta property=\"article:modified_time\" content=\"2020-02-28T11:33:20+00:00\" \/>\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\/en\/hotel-with-charging-stations-for-electrical-vehicles\",\"url\":\"https:\/\/www.ashotels.it\/en\/hotel-with-charging-stations-for-electrical-vehicles\",\"name\":\"Hotel with chargin stations for electrical vehicles | AS Hotels\",\"isPartOf\":{\"@id\":\"https:\/\/www.ashotels.it\/en#website\"},\"datePublished\":\"2018-09-11T15:51:11+00:00\",\"dateModified\":\"2020-02-28T11:33:20+00:00\",\"description\":\"Every location is equipped by plug-in hybrid &amp; electric vehicles charging stations (provided by REPOWER).\",\"breadcrumb\":{\"@id\":\"https:\/\/www.ashotels.it\/en\/hotel-with-charging-stations-for-electrical-vehicles#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.ashotels.it\/en\/hotel-with-charging-stations-for-electrical-vehicles\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.ashotels.it\/en\/hotel-with-charging-stations-for-electrical-vehicles#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.ashotels.it\/en\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Plug-in hybrid &#038; electric vehicles charging stations\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.ashotels.it\/en#website\",\"url\":\"https:\/\/www.ashotels.it\/en\",\"name\":\"AS Hotels\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.ashotels.it\/en?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Hotel with chargin stations for electrical vehicles | AS Hotels","description":"Every location is equipped by plug-in hybrid &amp; electric vehicles charging stations (provided by REPOWER).","robots":{"index":"noindex","follow":"nofollow"},"og_locale":"en_US","og_type":"article","og_title":"Hotel with chargin stations for electrical vehicles | AS Hotels","og_description":"Every location is equipped by plug-in hybrid &amp; electric vehicles charging stations (provided by REPOWER).","og_url":"https:\/\/www.ashotels.it\/en\/hotel-with-charging-stations-for-electrical-vehicles","og_site_name":"AS Hotels","article_publisher":"https:\/\/www.facebook.com\/AsHotels","article_modified_time":"2020-02-28T11:33:20+00:00","twitter_card":"summary_large_image","twitter_site":"@ASHOTELS1","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.ashotels.it\/en\/hotel-with-charging-stations-for-electrical-vehicles","url":"https:\/\/www.ashotels.it\/en\/hotel-with-charging-stations-for-electrical-vehicles","name":"Hotel with chargin stations for electrical vehicles | AS Hotels","isPartOf":{"@id":"https:\/\/www.ashotels.it\/en#website"},"datePublished":"2018-09-11T15:51:11+00:00","dateModified":"2020-02-28T11:33:20+00:00","description":"Every location is equipped by plug-in hybrid &amp; electric vehicles charging stations (provided by REPOWER).","breadcrumb":{"@id":"https:\/\/www.ashotels.it\/en\/hotel-with-charging-stations-for-electrical-vehicles#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.ashotels.it\/en\/hotel-with-charging-stations-for-electrical-vehicles"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.ashotels.it\/en\/hotel-with-charging-stations-for-electrical-vehicles#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.ashotels.it\/en"},{"@type":"ListItem","position":2,"name":"Plug-in hybrid &#038; electric vehicles charging stations"}]},{"@type":"WebSite","@id":"https:\/\/www.ashotels.it\/en#website","url":"https:\/\/www.ashotels.it\/en","name":"AS Hotels","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.ashotels.it\/en?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/www.ashotels.it\/en\/wp-json\/wp\/v2\/pages\/12501","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.ashotels.it\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.ashotels.it\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.ashotels.it\/en\/wp-json\/wp\/v2\/users\/12"}],"replies":[{"embeddable":true,"href":"https:\/\/www.ashotels.it\/en\/wp-json\/wp\/v2\/comments?post=12501"}],"version-history":[{"count":2,"href":"https:\/\/www.ashotels.it\/en\/wp-json\/wp\/v2\/pages\/12501\/revisions"}],"predecessor-version":[{"id":12504,"href":"https:\/\/www.ashotels.it\/en\/wp-json\/wp\/v2\/pages\/12501\/revisions\/12504"}],"wp:attachment":[{"href":"https:\/\/www.ashotels.it\/en\/wp-json\/wp\/v2\/media?parent=12501"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}