{"id":2860,"date":"2024-05-15T12:46:15","date_gmt":"2024-05-15T10:46:15","guid":{"rendered":"https:\/\/www.asteboetto.com\/?project=auction-detail"},"modified":"2025-06-03T17:52:44","modified_gmt":"2025-06-03T15:52:44","slug":"auction-detail","status":"publish","type":"project","link":"https:\/\/www.asteboetto.com\/?project=auction-detail&lang=en","title":{"rendered":"Auction Detail"},"content":{"rendered":"<p>[et_pb_section fb_built=&#8221;1&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; _builder_version=&#8221;4.24.2&#8243; _dynamic_attributes=&#8221;background_image&#8221; _module_preset=&#8221;default&#8221; background_color=&#8221;#162343&#8243; use_background_color_gradient=&#8221;on&#8221; background_color_gradient_stops=&#8221;rgba(82,82,82,0.5) 0%|rgba(82,82,82,0.5) 100%&#8221; background_color_gradient_overlays_image=&#8221;on&#8221; background_image=&#8221;@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9mZWF0dXJlZF9pbWFnZSIsInNldHRpbmdzIjp7fX0=@&#8221; min_height=&#8221;50vh&#8221; min_height_tablet=&#8221;50vh&#8221; min_height_phone=&#8221;50vh&#8221; min_height_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;15vh||||false|false&#8221; custom_padding_tablet=&#8221;15vh||||false|false&#8221; custom_padding_phone=&#8221;10vh||||false|false&#8221; da_disable_devices=&#8221;off|off|off&#8221; border_width_bottom=&#8221;2px&#8221; border_color_bottom=&#8221;#E09900&#8243; box_shadow_style=&#8221;preset3&#8243; global_colors_info=&#8221;{}&#8221; da_is_popup=&#8221;off&#8221; da_exit_intent=&#8221;off&#8221; da_has_close=&#8221;on&#8221; da_alt_close=&#8221;off&#8221; da_dark_close=&#8221;off&#8221; da_not_modal=&#8221;on&#8221; da_is_singular=&#8221;off&#8221; da_with_loader=&#8221;off&#8221; da_has_shadow=&#8221;on&#8221;][et_pb_row _builder_version=&#8221;4.24.2&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;RGBA(255,255,255,0)&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.17.3&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_button _builder_version=&#8221;4.24.2&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_button][et_pb_code _builder_version=&#8221;4.24.2&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<link href=\"\/css\/bootstrap_grid_system.css\" rel=\"stylesheet\"><\/link><!-- [et_pb_line_break_holder] --><script src=\"..\/js\/dettaglio_asta.js?rnd=123\" type=\"text\/javascript\"><\/script> [\/et_pb_code][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; _builder_version=&#8221;4.17.3&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;padding: 4px 0 0 0;&#8221; da_disable_devices=&#8221;off|off|off&#8221; global_colors_info=&#8221;{}&#8221; da_is_popup=&#8221;off&#8221; da_exit_intent=&#8221;off&#8221; da_has_close=&#8221;on&#8221; da_alt_close=&#8221;off&#8221; da_dark_close=&#8221;off&#8221; da_not_modal=&#8221;on&#8221; da_is_singular=&#8221;off&#8221; da_with_loader=&#8221;off&#8221; da_has_shadow=&#8221;on&#8221;][et_pb_row _builder_version=&#8221;4.17.3&#8243; _module_preset=&#8221;default&#8221; width=&#8221;90%&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.17.3&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code admin_label=&#8221;ChangeBackground&#8221; _builder_version=&#8221;4.24.2&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<script>  $(document).ready(function() {\r\n\t   \r\n    myasta = jQuery('#astacorrente').val();\r\n    mysfondo= 'background-image: url(\"\/images\/aste\/banner\/'+myasta+'.jpg\") !important;';\r\n    jQuery('.et_pb_section_0').attr('style',mysfondo);\r\n\t \r\n\tvar userLang = navigator.language || navigator.userLanguage; \r\n\tjQuery('#userlang').val(userLang);\r\n  });\r\n<\/script><!-- [et_pb_line_break_holder] --><script>$(document).ready(function() {\r\n\t$(document).on(\"click\",\".notfavour\",function() {\r\n\t\tres = $.ajax({\r\n\t\t\t\t\t\ttype: \"get\",\r\n\t\t\t\t\t\turl: \"..\/php\/preferiti.php\",\r\n\t\t\t\t\t\tdata: 'lotto='+this.id,\r\n\t\t\t\t\t\tasync: false,\r\n\t\t\t\t\t\tdataType: \"text\",\r\n\t\t\t\t\t}).responseText;\r\n\r\n\t\tif(res == 'ok') {\r\n\t\t\t$(this).removeClass(\"notfavour\")\r\n\t\t\t$(this).addClass(\"favour\")\r\n\t\t}\r\n\t})\r\n\r\n\t$(document).on(\"click\",\".favour\",function() {\r\n\t\tres = $.ajax({\r\n\t\t\t\t\t\ttype: \"get\",\r\n\t\t\t\t\t\turl: \"..\/php\/preferiti.php\",\r\n\t\t\t\t\t\tdata: 'lotto='+this.id,\r\n\t\t\t\t\t\tasync: false,\r\n\t\t\t\t\t\tdataType: \"text\",\r\n\t\t\t\t\t}).responseText;\r\n\r\n\t\tif(res == 'ok') {\r\n\t\t\t$(this).removeClass(\"favour\")\r\n\t\t\t$(this).addClass(\"notfavour\")\r\n\t\t}\r\n\t})\r\n})<\/script>[\/et_pb_code][et_pb_code admin_label=&#8221;Code&#8221; _builder_version=&#8221;4.24.2&#8243; _module_preset=&#8221;default&#8221; hover_enabled=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221; sticky_enabled=&#8221;0&#8243;]<script src=\"..\/js\/testata_asta.js\" type=\"text\/javascript\"><\/script>\r\n\t      <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/jquery-confirm\/3.3.4\/jquery-confirm.min.css\">\r\n\t\t  <script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/jquery-confirm\/3.3.4\/jquery-confirm.min.js\"><\/script><div id=\"testataasta\" class=\"row col-12\"><\/div><input type=\"hidden\" id=\"astacorrente\" value=\"\"><input type=\"hidden\" id=\"descr1\" value=\"\"><input type=\"hidden\" id=\"dataasta1\" value=\"\"><!-- [et_pb_line_break_holder] -->[\/et_pb_code][\/et_pb_column][\/et_pb_row][et_pb_row _builder_version=&#8221;4.17.3&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.17.3&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code admin_label=&#8221;Code&#8221; _builder_version=&#8221;4.24.2&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;RGBA(255,255,255,0)&#8221; global_colors_info=&#8221;{}&#8221;]<form action=\"\"><input type=\"hidden\" name=\"project\" id=\"project\" value=\"\"><input type=\"hidden\" name=\"codAsta\" id=\"codAsta\" value=\"\"><input type=\"hidden\" name=\"userlang\" id=\"userlang\" value=\"\"><input type=\"hidden\" name=\"lang\" id=\"lang\" value=\"\"><input type=\"hidden\" id=\"tiplis\" value=\"G\"><input type=\"hidden\" value=\"0\" id=\"last_page\"><div class=\"col-12 row\" style=\"justify-content:end;\"><div class=\"col-12 row\"><div class=\"col-12 row\" style=\"justify-content:end;\"><\/div><input type=\"hidden\" id=\"tipoasta\" value=\"\"><input type=\"hidden\" id=\"cur_page\" value=\"1\"><script>$(document).ready(function(){\r\n\t\t\t      $(\"#ordinamento-lotti\").val(\"\")\r\n\t\t\t  })\r\n      <\/script>[\/et_pb_code][et_pb_text _builder_version=&#8221;4.24.2&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section]<\/p>\n","protected":false},"excerpt":{"rendered":"<p><script>  $(document).ready(function() {\r\n\t   \r\n    myasta = jQuery('#astacorrente').val();\r\n    mysfondo= 'background-image: url(\"\/images\/aste\/banner\/'+myasta+'.jpg\") !important;';\r\n    jQuery('.et_pb_section_0').attr('style',mysfondo);\r\n\t \r\n\tvar userLang = navigator.language || navigator.userLanguage; \r\n\tjQuery('#userlang').val(userLang);\r\n  });\r\n<\/script><script>$(document).ready(function() {\r\n\t$(document).on(\"click\",\".notfavour\",function() {\r\n\t\tres = $.ajax({\r\n\t\t\t\t\t\ttype: \"get\",\r\n\t\t\t\t\t\turl: \"..\/php\/preferiti.php\",\r\n\t\t\t\t\t\tdata: 'lotto='+this.id,\r\n\t\t\t\t\t\tasync: false,\r\n\t\t\t\t\t\tdataType: \"text\",\r\n\t\t\t\t\t}).responseText;\r\n\r\n\t\tif(res == 'ok') {\r\n\t\t\t$(this).removeClass(\"notfavour\")\r\n\t\t\t$(this).addClass(\"favour\")\r\n\t\t}\r\n\t})\r\n\r\n\t$(document).on(\"click\",\".favour\",function() {\r\n\t\tres = $.ajax({\r\n\t\t\t\t\t\ttype: \"get\",\r\n\t\t\t\t\t\turl: \"..\/php\/preferiti.php\",\r\n\t\t\t\t\t\tdata: 'lotto='+this.id,\r\n\t\t\t\t\t\tasync: false,\r\n\t\t\t\t\t\tdataType: \"text\",\r\n\t\t\t\t\t}).responseText;\r\n\r\n\t\tif(res == 'ok') {\r\n\t\t\t$(this).removeClass(\"favour\")\r\n\t\t\t$(this).addClass(\"notfavour\")\r\n\t\t}\r\n\t})\r\n})<\/script><script src=\"..\/js\/testata_asta.js\" type=\"text\/javascript\"><\/script>\r\n\t      <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/jquery-confirm\/3.3.4\/jquery-confirm.min.css\">\r\n\t\t  <script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/jquery-confirm\/3.3.4\/jquery-confirm.min.js\"><\/script><div id=\"testataasta\" class=\"row col-12\"><\/div><input type=\"hidden\" id=\"astacorrente\" value=\"\"><input type=\"hidden\" id=\"descr1\" value=\"\"><input type=\"hidden\" id=\"dataasta1\" value=\"\"><form action=\"\"><input type=\"hidden\" name=\"project\" id=\"project\" value=\"\"><input type=\"hidden\" name=\"codAsta\" id=\"codAsta\" value=\"\"><input type=\"hidden\" name=\"userlang\" id=\"userlang\" value=\"\"><input type=\"hidden\" name=\"lang\" id=\"lang\" value=\"\"><input type=\"hidden\" id=\"tiplis\" value=\"G\"><input type=\"hidden\" value=\"0\" id=\"last_page\"><div class=\"col-12 row\" style=\"justify-content:end;\"><div class=\"col-12 row\"><div class=\"col-12 row\" style=\"justify-content:end;\"><\/div><input type=\"hidden\" id=\"tipoasta\" value=\"\"><input type=\"hidden\" id=\"cur_page\" value=\"1\"><script>$(document).ready(function(){\r\n\t\t\t      $(\"#ordinamento-lotti\").val(\"\")\r\n\t\t\t  })\r\n      <\/script><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","template":"","meta":{"_et_pb_use_builder":"on","_et_pb_old_content":"","_et_gb_content_width":"","footnotes":""},"project_category":[],"project_tag":[],"class_list":["post-2860","project","type-project","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Auction Detail - Aste Boetto<\/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.asteboetto.com\/?project=auction-detail\" \/>\n<meta property=\"og:locale\" content=\"it_IT\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Auction Detail - Aste Boetto\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.asteboetto.com\/?project=auction-detail&amp;lang=en\" \/>\n<meta property=\"og:site_name\" content=\"Aste Boetto\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/casadasteboetto\" \/>\n<meta property=\"article:modified_time\" content=\"2025-06-03T15:52:44+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:description\" content=\"[wpcode id=&quot;2175&quot;][wpcode id=&quot;2207&quot;][wpcode id=&quot;4287&quot;][wpcode id=&quot;957&quot;][wpcode id=&quot;454&quot;]\" \/>\n<meta name=\"twitter:label1\" content=\"Tempo di lettura stimato\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minuti\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.asteboetto.com\/?project=auction-detail&lang=en\",\"url\":\"https:\/\/www.asteboetto.com\/?project=auction-detail&lang=en\",\"name\":\"Auction Detail - Aste Boetto\",\"isPartOf\":{\"@id\":\"https:\/\/www.asteboetto.com\/#website\"},\"datePublished\":\"2024-05-15T10:46:15+00:00\",\"dateModified\":\"2025-06-03T15:52:44+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.asteboetto.com\/?project=auction-detail&lang=en#breadcrumb\"},\"inLanguage\":\"it-IT\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.asteboetto.com\/?project=auction-detail&lang=en\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.asteboetto.com\/?project=auction-detail&lang=en#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.asteboetto.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Progetti\",\"item\":\"https:\/\/www.asteboetto.com\/?post_type=project\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Auction Detail\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.asteboetto.com\/#website\",\"url\":\"https:\/\/www.asteboetto.com\/\",\"name\":\"Aste Boetto\",\"description\":\"Antiquariato, Design, Arte Moderna &amp; Gioielli | Genova\",\"publisher\":{\"@id\":\"https:\/\/www.asteboetto.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.asteboetto.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"it-IT\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.asteboetto.com\/#organization\",\"name\":\"Aste Boetto\",\"url\":\"https:\/\/www.asteboetto.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"it-IT\",\"@id\":\"https:\/\/www.asteboetto.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.asteboetto.com\/wp-content\/uploads\/2024\/08\/android-chrome-512x512-1.png\",\"contentUrl\":\"https:\/\/www.asteboetto.com\/wp-content\/uploads\/2024\/08\/android-chrome-512x512-1.png\",\"width\":512,\"height\":512,\"caption\":\"Aste Boetto\"},\"image\":{\"@id\":\"https:\/\/www.asteboetto.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/casadasteboetto\",\"https:\/\/www.instagram.com\/asteboetto\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Auction Detail - Aste Boetto","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.asteboetto.com\/?project=auction-detail","og_locale":"it_IT","og_type":"article","og_title":"Auction Detail - Aste Boetto","og_url":"https:\/\/www.asteboetto.com\/?project=auction-detail&lang=en","og_site_name":"Aste Boetto","article_publisher":"https:\/\/www.facebook.com\/casadasteboetto","article_modified_time":"2025-06-03T15:52:44+00:00","twitter_card":"summary_large_image","twitter_description":"[wpcode id=\"2175\"][wpcode id=\"2207\"][wpcode id=\"4287\"][wpcode id=\"957\"][wpcode id=\"454\"]","twitter_misc":{"Tempo di lettura stimato":"2 minuti"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.asteboetto.com\/?project=auction-detail&lang=en","url":"https:\/\/www.asteboetto.com\/?project=auction-detail&lang=en","name":"Auction Detail - Aste Boetto","isPartOf":{"@id":"https:\/\/www.asteboetto.com\/#website"},"datePublished":"2024-05-15T10:46:15+00:00","dateModified":"2025-06-03T15:52:44+00:00","breadcrumb":{"@id":"https:\/\/www.asteboetto.com\/?project=auction-detail&lang=en#breadcrumb"},"inLanguage":"it-IT","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.asteboetto.com\/?project=auction-detail&lang=en"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.asteboetto.com\/?project=auction-detail&lang=en#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.asteboetto.com\/"},{"@type":"ListItem","position":2,"name":"Progetti","item":"https:\/\/www.asteboetto.com\/?post_type=project"},{"@type":"ListItem","position":3,"name":"Auction Detail"}]},{"@type":"WebSite","@id":"https:\/\/www.asteboetto.com\/#website","url":"https:\/\/www.asteboetto.com\/","name":"Aste Boetto","description":"Antiquariato, Design, Arte Moderna &amp; Gioielli | Genova","publisher":{"@id":"https:\/\/www.asteboetto.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.asteboetto.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"it-IT"},{"@type":"Organization","@id":"https:\/\/www.asteboetto.com\/#organization","name":"Aste Boetto","url":"https:\/\/www.asteboetto.com\/","logo":{"@type":"ImageObject","inLanguage":"it-IT","@id":"https:\/\/www.asteboetto.com\/#\/schema\/logo\/image\/","url":"https:\/\/www.asteboetto.com\/wp-content\/uploads\/2024\/08\/android-chrome-512x512-1.png","contentUrl":"https:\/\/www.asteboetto.com\/wp-content\/uploads\/2024\/08\/android-chrome-512x512-1.png","width":512,"height":512,"caption":"Aste Boetto"},"image":{"@id":"https:\/\/www.asteboetto.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/casadasteboetto","https:\/\/www.instagram.com\/asteboetto\/"]}]}},"_links":{"self":[{"href":"https:\/\/www.asteboetto.com\/index.php?rest_route=\/wp\/v2\/project\/2860","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.asteboetto.com\/index.php?rest_route=\/wp\/v2\/project"}],"about":[{"href":"https:\/\/www.asteboetto.com\/index.php?rest_route=\/wp\/v2\/types\/project"}],"author":[{"embeddable":true,"href":"https:\/\/www.asteboetto.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.asteboetto.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2860"}],"version-history":[{"count":47,"href":"https:\/\/www.asteboetto.com\/index.php?rest_route=\/wp\/v2\/project\/2860\/revisions"}],"predecessor-version":[{"id":6390,"href":"https:\/\/www.asteboetto.com\/index.php?rest_route=\/wp\/v2\/project\/2860\/revisions\/6390"}],"wp:attachment":[{"href":"https:\/\/www.asteboetto.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2860"}],"wp:term":[{"taxonomy":"project_category","embeddable":true,"href":"https:\/\/www.asteboetto.com\/index.php?rest_route=%2Fwp%2Fv2%2Fproject_category&post=2860"},{"taxonomy":"project_tag","embeddable":true,"href":"https:\/\/www.asteboetto.com\/index.php?rest_route=%2Fwp%2Fv2%2Fproject_tag&post=2860"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}