{"id":8942,"date":"2018-01-16T13:25:32","date_gmt":"2018-01-16T13:25:32","guid":{"rendered":"https:\/\/www.feurich.com\/%ec%8b%9c%eb%a6%ac%ec%a6%88-%eb%b2%88%ed%98%b8-%eb%ac%b8%ec%9d%98\/"},"modified":"2023-12-25T17:04:45","modified_gmt":"2023-12-25T17:04:45","slug":"%ec%8b%9c%eb%a6%ac%ec%a6%88-%eb%b2%88%ed%98%b8-%eb%ac%b8%ec%9d%98","status":"publish","type":"page","link":"https:\/\/feurich.com\/ko\/%ec%95%88%eb%82%b4-%ec%97%ac%eb%9d%bd%ec%b2%98\/%ec%8b%9c%eb%a6%ac%ec%a6%88-%eb%b2%88%ed%98%b8-%eb%ac%b8%ec%9d%98\/","title":{"rendered":"\uc2dc\ub9ac\uc988 \ubc88\ud638- \ubb38\uc758"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><p>[vc_row][vc_column width=&#8221;1\/4&#8243;][\/vc_column][vc_column width=&#8221;1\/2&#8243;][vc_empty_space][vc_column_text el_class=&#8221;big-title&#8221;]<\/p>\n<p style=\"text-align: center;\">\uc2dc\ub9ac\uc988 \ubc88\ud638- \ubb38\uc758<\/p>\n<p>[\/vc_column_text][vc_column_text]<strong>\ub0b4 \ud53c\uc544\ub178\ub294 \uba87 \ub144 \ub41c \uac74\uac00\uc694?<\/strong><\/p>\n<p>\uc77c\ub828\ubc88\ud638\ub97c \ud1b5\ud574 \ud53c\uc544\ub178\uc758 \uc0dd\uc0b0 \uc5f0\ub3c4\ub97c \uc54c\uc544\ubcf4\uc138\uc694. \uc544\ub798 \uc591\uc2dd\uc5d0\uc11c \ube0c\ub79c\ub4dc\ub97c \uc120\ud0dd\ud558\uace0 \uc77c\ub828\ubc88\ud638\ub97c \uc785\ub825\ud558\uc138\uc694.<\/p>\n<p>(\uc77c\ub828\ubc88\ud638 \ucd94\uc801\uc740 \uc5b4\ucfe0\uc2a4\ud2f1 \ud53c\uc544\ub178\uc5d0\uc11c\ub9cc \uac00\ub2a5\ud569\ub2c8\ub2e4.)[\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/4&#8243;][\/vc_column][\/vc_row][vc_row 0=&#8221;&#8221;][vc_column width=&#8221;1\/4&#8243;][vc_column_text]<\/p>\n<div id=\"brand-details\"><\/div>\n<p>[\/vc_column_text][\/vc_column][vc_column 0=&#8221;&#8221; width=&#8221;1\/2&#8243;][vc_empty_space][vc_column_text]<label for=\"brands-list\">Brands\n<\/label><br\/>\n\n<select id=\"brands-list\" name=\"brands-list\" style=\"width:100%;\">\n<option title=\"Lade Brands...\" value=\"-1\">Lade Brands...<\/option>\n<\/select><br\/><br\/>\n\n<label for=\"serial-number\">Seriennummer<\/label><br\/>\n<input id=\"serial-number\" name=\"serial-niumber\" type=\"text\" placeholder=\"Seriennummer eingeben\" style=\"width:100%;\"\/><br\/><br\/>\n\n<input id=\"submit-button\" type=\"submit\" value=\"Abfragen\"\/>\n<div id=\"sn-details\"\/><script>\n\nfunction scrollToDetails() {\n  var target = jQuery(\"#sn-details\");\n  \/\/ Does a scroll target exist?\n  if (target.length) {\n    \/\/ Only prevent default if animation is actually gonna happen\n    event.preventDefault();\n    jQuery(\"html, body\").animate({\n      scrollTop: target.offset().top\n    }, 1000, function() {\n      \/\/ Callback after animation\n      \/\/ Must change focus!\n      var $target = jQuery(target);\n      $target.focus();\n      if ($target.is(\":focus\")) { \/\/ Checking if the target was focused\n        return false;\n      } else {\n        $target.attr(\"tabindex\", \"-1\"); \/\/ Adding tabindex for elements not focusable\n        $target.focus(); \/\/ Set focus again\n      };\n    });\n  }\n}\n\njQuery(\"#submit-button\").click(function () {\njQuery(\"#sn-details\").html(\"\");\nvar xhr = jQuery.ajax({\n\turl: \"https:\/\/api.feurich.com\/index.php\/brands\/\" + jQuery(\"#brands-list\").val() + \"\/\" + jQuery(\"#serial-number\").val(),\n\t}).done(function( data, textStatus, jqXHR ) {\n                var info = JSON.parse(data);\n                var infostr = \"<strong>Produktionsjahr: <\/strong>\" + info.yearofproduction;\n                if (info.details)\n                {\n                   if (info.details.productname)\n                      infostr += \"<br\/><strong>Produkt: <\/strong>\" + info.details.productname;\n                   if (info.details.color)\n                      infostr += \"<br\/><strong>Farbe: <\/strong>\" + info.details.color;\n                   if (info.details.description)\n                      infostr += \"<br\/><strong>Beschreibung: <\/strong>\" + info.details.description;\n                }\n                jQuery(\"#sn-details\").html(infostr);\n                 scrollToDetails();\n\n\t})\n\t.fail(function( jqXHR, textStatus, errorThrown ) {\nif (jqXHR.status == \"404\")\n   jQuery(\"#sn-details\").html(\"Keine Daten gefunden\");\nelse\n\t\tjQuery(\"#sn-details\").html(\"Fehler: \" + jqXHR.responseText);\n                scrollToDetails();\n\t});\n});\n\nvar xhr = jQuery.ajax({\n\turl: \"https:\/\/api.feurich.com\/index.php\/brands\",\n\t}).done(function( data, textStatus, jqXHR ) {\njQuery(\"#brands-list option[value='-1']\").remove();\n                var brands = JSON.parse(data);\n\n                for (var i = 0; i < brands.length; i++)\n\t\t     jQuery(\"#brands-list\")\n                        .append(jQuery(\"<option><\/option>\")\n                          .attr(\"value\",brands[i].id)\n                          .text(brands[i].brandname));\n\njQuery(\"#brands-list option\").each(function() {\n  if(jQuery(this).text() == \"FEURICH\") {\n    jQuery(this).attr(\"selected\", \"selected\");            \n  }                        \n});\n\n\t})\n\t.fail(function( jqXHR, textStatus, errorThrown ) {\njQuery(\"#brands-list option[value='-1']\").remove();\n jQuery(\"#brands-list\")\n                        .append(jQuery(\"<option><\/option>\")\n                          .attr(\"value\", \"\")\n                          .text(\"--- fehlgeschlagen ---\"));\n\t\tjQuery(\"#sn-details\").html(\"Fehler: \" + errorThrown);\n                scrollToDetails();\n\t});\n\n<\/script>[\/vc_column_text][vc_empty_space][\/vc_column][vc_column width=&#8221;1\/4&#8243;][\/vc_column][\/vc_row]<\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>[vc_row][vc_column width=&#8221;1\/4&#8243;][\/vc_column][vc_column width=&#8221;1\/2&#8243;][vc_empty_space][vc_column_text el_class=&#8221;big-title&#8221;] \uc2dc\ub9ac\uc988 \ubc88\ud638- \ubb38\uc758 [\/vc_column_text][vc_column_text]\ub0b4 \ud53c\uc544\ub178\ub294 \uba87 \ub144 \ub41c \uac74\uac00\uc694? \uc77c\ub828\ubc88\ud638\ub97c \ud1b5\ud574 \ud53c\uc544\ub178\uc758 \uc0dd\uc0b0 \uc5f0\ub3c4\ub97c \uc54c\uc544\ubcf4\uc138\uc694. \uc544\ub798 \uc591\uc2dd\uc5d0\uc11c \ube0c\ub79c\ub4dc\ub97c \uc120\ud0dd\ud558\uace0 \uc77c\ub828\ubc88\ud638\ub97c \uc785\ub825\ud558\uc138\uc694. (\uc77c\ub828\ubc88\ud638 \ucd94\uc801\uc740 \uc5b4\ucfe0\uc2a4\ud2f1 \ud53c\uc544\ub178\uc5d0\uc11c\ub9cc \uac00\ub2a5\ud569\ub2c8\ub2e4.)[\/vc_column_text][\/vc_column][vc_column &#8230;<\/p>\n","protected":false},"author":4,"featured_media":0,"parent":8978,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"template-fullwidth.php","meta":{"inline_featured_image":false,"footnotes":""},"class_list":["post-8942","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.4 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\uc2dc\ub9ac\uc988 \ubc88\ud638- \ubb38\uc758 - FEURICH<\/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:\/\/feurich.com\/ko\/\uc548\ub0b4-\uc5ec\ub77d\ucc98\/\uc2dc\ub9ac\uc988-\ubc88\ud638-\ubb38\uc758\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\uc2dc\ub9ac\uc988 \ubc88\ud638- \ubb38\uc758 - FEURICH\" \/>\n<meta property=\"og:description\" content=\"[vc_row][vc_column width=&#8221;1\/4&#8243;][\/vc_column][vc_column width=&#8221;1\/2&#8243;][vc_empty_space][vc_column_text el_class=&#8221;big-title&#8221;] \uc2dc\ub9ac\uc988 \ubc88\ud638- \ubb38\uc758 [\/vc_column_text][vc_column_text]\ub0b4 \ud53c\uc544\ub178\ub294 \uba87 \ub144 \ub41c \uac74\uac00\uc694? \uc77c\ub828\ubc88\ud638\ub97c \ud1b5\ud574 \ud53c\uc544\ub178\uc758 \uc0dd\uc0b0 \uc5f0\ub3c4\ub97c \uc54c\uc544\ubcf4\uc138\uc694. \uc544\ub798 \uc591\uc2dd\uc5d0\uc11c \ube0c\ub79c\ub4dc\ub97c \uc120\ud0dd\ud558\uace0 \uc77c\ub828\ubc88\ud638\ub97c \uc785\ub825\ud558\uc138\uc694. (\uc77c\ub828\ubc88\ud638 \ucd94\uc801\uc740 \uc5b4\ucfe0\uc2a4\ud2f1 \ud53c\uc544\ub178\uc5d0\uc11c\ub9cc \uac00\ub2a5\ud569\ub2c8\ub2e4.)[\/vc_column_text][\/vc_column][vc_column ...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/feurich.com\/ko\/\uc548\ub0b4-\uc5ec\ub77d\ucc98\/\uc2dc\ub9ac\uc988-\ubc88\ud638-\ubb38\uc758\/\" \/>\n<meta property=\"og:site_name\" content=\"FEURICH\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/feurichvienna\/\" \/>\n<meta property=\"article:modified_time\" content=\"2023-12-25T17:04:45+00:00\" \/>\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\":\"WebPage\",\"@id\":\"https:\/\/feurich.com\/ko\/%ec%95%88%eb%82%b4-%ec%97%ac%eb%9d%bd%ec%b2%98\/%ec%8b%9c%eb%a6%ac%ec%a6%88-%eb%b2%88%ed%98%b8-%eb%ac%b8%ec%9d%98\/\",\"url\":\"https:\/\/feurich.com\/ko\/%ec%95%88%eb%82%b4-%ec%97%ac%eb%9d%bd%ec%b2%98\/%ec%8b%9c%eb%a6%ac%ec%a6%88-%eb%b2%88%ed%98%b8-%eb%ac%b8%ec%9d%98\/\",\"name\":\"\uc2dc\ub9ac\uc988 \ubc88\ud638- \ubb38\uc758 - FEURICH\",\"isPartOf\":{\"@id\":\"https:\/\/feurich.com\/en\/#website\"},\"datePublished\":\"2018-01-16T13:25:32+00:00\",\"dateModified\":\"2023-12-25T17:04:45+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/feurich.com\/ko\/%ec%95%88%eb%82%b4-%ec%97%ac%eb%9d%bd%ec%b2%98\/%ec%8b%9c%eb%a6%ac%ec%a6%88-%eb%b2%88%ed%98%b8-%eb%ac%b8%ec%9d%98\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/feurich.com\/ko\/%ec%95%88%eb%82%b4-%ec%97%ac%eb%9d%bd%ec%b2%98\/%ec%8b%9c%eb%a6%ac%ec%a6%88-%eb%b2%88%ed%98%b8-%eb%ac%b8%ec%9d%98\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/feurich.com\/ko\/%ec%95%88%eb%82%b4-%ec%97%ac%eb%9d%bd%ec%b2%98\/%ec%8b%9c%eb%a6%ac%ec%a6%88-%eb%b2%88%ed%98%b8-%eb%ac%b8%ec%9d%98\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/feurich.com\/ko\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\uc548\ub0b4 &amp; \uc5f0\ub77d\ucc98\",\"item\":\"https:\/\/feurich.com\/ko\/%ec%95%88%eb%82%b4-%ec%97%ac%eb%9d%bd%ec%b2%98\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"\uc2dc\ub9ac\uc988 \ubc88\ud638- \ubb38\uc758\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/feurich.com\/en\/#website\",\"url\":\"https:\/\/feurich.com\/en\/\",\"name\":\"FEURICH\",\"description\":\"A sound that connects\",\"publisher\":{\"@id\":\"https:\/\/feurich.com\/en\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/feurich.com\/en\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ko-KR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/feurich.com\/en\/#organization\",\"name\":\"FEURICH\",\"url\":\"https:\/\/feurich.com\/en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/feurich.com\/en\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/feurich.com\/wp-content\/uploads\/logo.png\",\"contentUrl\":\"https:\/\/feurich.com\/wp-content\/uploads\/logo.png\",\"width\":354,\"height\":151,\"caption\":\"FEURICH\"},\"image\":{\"@id\":\"https:\/\/feurich.com\/en\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/feurichvienna\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\uc2dc\ub9ac\uc988 \ubc88\ud638- \ubb38\uc758 - FEURICH","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:\/\/feurich.com\/ko\/\uc548\ub0b4-\uc5ec\ub77d\ucc98\/\uc2dc\ub9ac\uc988-\ubc88\ud638-\ubb38\uc758\/","og_locale":"ko_KR","og_type":"article","og_title":"\uc2dc\ub9ac\uc988 \ubc88\ud638- \ubb38\uc758 - FEURICH","og_description":"[vc_row][vc_column width=&#8221;1\/4&#8243;][\/vc_column][vc_column width=&#8221;1\/2&#8243;][vc_empty_space][vc_column_text el_class=&#8221;big-title&#8221;] \uc2dc\ub9ac\uc988 \ubc88\ud638- \ubb38\uc758 [\/vc_column_text][vc_column_text]\ub0b4 \ud53c\uc544\ub178\ub294 \uba87 \ub144 \ub41c \uac74\uac00\uc694? \uc77c\ub828\ubc88\ud638\ub97c \ud1b5\ud574 \ud53c\uc544\ub178\uc758 \uc0dd\uc0b0 \uc5f0\ub3c4\ub97c \uc54c\uc544\ubcf4\uc138\uc694. \uc544\ub798 \uc591\uc2dd\uc5d0\uc11c \ube0c\ub79c\ub4dc\ub97c \uc120\ud0dd\ud558\uace0 \uc77c\ub828\ubc88\ud638\ub97c \uc785\ub825\ud558\uc138\uc694. (\uc77c\ub828\ubc88\ud638 \ucd94\uc801\uc740 \uc5b4\ucfe0\uc2a4\ud2f1 \ud53c\uc544\ub178\uc5d0\uc11c\ub9cc \uac00\ub2a5\ud569\ub2c8\ub2e4.)[\/vc_column_text][\/vc_column][vc_column ...","og_url":"https:\/\/feurich.com\/ko\/\uc548\ub0b4-\uc5ec\ub77d\ucc98\/\uc2dc\ub9ac\uc988-\ubc88\ud638-\ubb38\uc758\/","og_site_name":"FEURICH","article_publisher":"https:\/\/www.facebook.com\/feurichvienna\/","article_modified_time":"2023-12-25T17:04:45+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/feurich.com\/ko\/%ec%95%88%eb%82%b4-%ec%97%ac%eb%9d%bd%ec%b2%98\/%ec%8b%9c%eb%a6%ac%ec%a6%88-%eb%b2%88%ed%98%b8-%eb%ac%b8%ec%9d%98\/","url":"https:\/\/feurich.com\/ko\/%ec%95%88%eb%82%b4-%ec%97%ac%eb%9d%bd%ec%b2%98\/%ec%8b%9c%eb%a6%ac%ec%a6%88-%eb%b2%88%ed%98%b8-%eb%ac%b8%ec%9d%98\/","name":"\uc2dc\ub9ac\uc988 \ubc88\ud638- \ubb38\uc758 - FEURICH","isPartOf":{"@id":"https:\/\/feurich.com\/en\/#website"},"datePublished":"2018-01-16T13:25:32+00:00","dateModified":"2023-12-25T17:04:45+00:00","breadcrumb":{"@id":"https:\/\/feurich.com\/ko\/%ec%95%88%eb%82%b4-%ec%97%ac%eb%9d%bd%ec%b2%98\/%ec%8b%9c%eb%a6%ac%ec%a6%88-%eb%b2%88%ed%98%b8-%eb%ac%b8%ec%9d%98\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/feurich.com\/ko\/%ec%95%88%eb%82%b4-%ec%97%ac%eb%9d%bd%ec%b2%98\/%ec%8b%9c%eb%a6%ac%ec%a6%88-%eb%b2%88%ed%98%b8-%eb%ac%b8%ec%9d%98\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/feurich.com\/ko\/%ec%95%88%eb%82%b4-%ec%97%ac%eb%9d%bd%ec%b2%98\/%ec%8b%9c%eb%a6%ac%ec%a6%88-%eb%b2%88%ed%98%b8-%eb%ac%b8%ec%9d%98\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/feurich.com\/ko\/"},{"@type":"ListItem","position":2,"name":"\uc548\ub0b4 &amp; \uc5f0\ub77d\ucc98","item":"https:\/\/feurich.com\/ko\/%ec%95%88%eb%82%b4-%ec%97%ac%eb%9d%bd%ec%b2%98\/"},{"@type":"ListItem","position":3,"name":"\uc2dc\ub9ac\uc988 \ubc88\ud638- \ubb38\uc758"}]},{"@type":"WebSite","@id":"https:\/\/feurich.com\/en\/#website","url":"https:\/\/feurich.com\/en\/","name":"FEURICH","description":"A sound that connects","publisher":{"@id":"https:\/\/feurich.com\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/feurich.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ko-KR"},{"@type":"Organization","@id":"https:\/\/feurich.com\/en\/#organization","name":"FEURICH","url":"https:\/\/feurich.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/feurich.com\/en\/#\/schema\/logo\/image\/","url":"https:\/\/feurich.com\/wp-content\/uploads\/logo.png","contentUrl":"https:\/\/feurich.com\/wp-content\/uploads\/logo.png","width":354,"height":151,"caption":"FEURICH"},"image":{"@id":"https:\/\/feurich.com\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/feurichvienna\/"]}]}},"_links":{"self":[{"href":"https:\/\/feurich.com\/ko\/wp-json\/wp\/v2\/pages\/8942","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/feurich.com\/ko\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/feurich.com\/ko\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/feurich.com\/ko\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/feurich.com\/ko\/wp-json\/wp\/v2\/comments?post=8942"}],"version-history":[{"count":9,"href":"https:\/\/feurich.com\/ko\/wp-json\/wp\/v2\/pages\/8942\/revisions"}],"predecessor-version":[{"id":73610,"href":"https:\/\/feurich.com\/ko\/wp-json\/wp\/v2\/pages\/8942\/revisions\/73610"}],"up":[{"embeddable":true,"href":"https:\/\/feurich.com\/ko\/wp-json\/wp\/v2\/pages\/8978"}],"wp:attachment":[{"href":"https:\/\/feurich.com\/ko\/wp-json\/wp\/v2\/media?parent=8942"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}