{"id":534,"date":"2020-09-23T14:55:00","date_gmt":"2020-09-23T17:55:00","guid":{"rendered":"https:\/\/www.ccblux.com.br\/?page_id=534"},"modified":"2020-09-23T14:58:59","modified_gmt":"2020-09-23T17:58:59","slug":"pesquisa-de-localidades-luxemburguesas","status":"publish","type":"page","link":"https:\/\/www.ccblux.com\/?page_id=534","title":{"rendered":"Pesquisa de localidades luxemburguesas"},"content":{"rendered":"\n<p>Confuso com nomes diferentes das comunas em Luxemburgo? Esta pesquisa pode lhe ajudar.<\/p>\n\n\n\n<!DOCTYPE html>\n<html>\n\n<head>\n    <meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n\t<title>Localidades Luxemburguesas<\/title>\n\t<link rel=\"icon\" href=\"data:;base64,iVBORw0KGgo=\">\n\t<style type=\"text\/css\" class=\"cp-pen-styles\">\n    * {\n          box-sizing: border-box;\n    }\n<!--\n    body {\n      background-image: linear-gradient(to bottom,#FFF, #808080);\n      color: black;\n      height: auto;\n      background-size: cover;\n      background-repeat: no-repeat;\n      padding: 1rem;\n      font-family: 'Playfair Display', serif;\n    }\n\n    h1,h2 {\n    \n     font-family: 'Raleway', sans-serif;\n    } \n    button {\n    text-align: center;\n     font-family: 'Raleway', sans-serif;\n    }\n    -->\ndicionario {height: auto;}\n    <\/style>\n    <link href=\"https:\/\/fonts.googleapis.com\/css?family=Playfair+Display|Raleway\" rel=\"stylesheet\">\n    <link rel=\"stylesheet\" href=\".\/js\/jquery-ui.css\" \/>\n<script src=\".\/js\/jquery.js\"><\/script>\n<script src=\".\/js\/jquery-ui.js\"><\/script>\n\n<script type=\"text\/javascript\">\n\tfunction lookup(luxemburgues) {\n\t\tif(luxemburgues.length == 0) {\n\t\t\t\/\/ Hide the suggestion box.\n\t\t\t$('#suggestions').hide();\n\t\t\t$('#dicionario').hide();\n\t\t} else {\n\t\t\t$.post(\".\/loc.php\", {queryString: \"\"+luxemburgues+\"\"}, function(data){\n\t\t\t\tif(data.length >0) {\n\t\t\t\t\t$('#suggestions').show();\n\t\t\t\t\t$('#dicionario').show();\n\t\t\t\t\t$('#autoSuggestionsList').html(data);\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\t} \/\/ lookup\n\n\tfunction lookup2(portugues) {\n\t\tif(portugues.length == 0) {\n\t\t\t\/\/ Hide the suggestion box.\n\t\t\t$('#suggestions2').hide();\n\t\t\t$('#dicionario').hide();\n\t\t} else {\n\t\t\t$.post(\".\/loc2.php\", {queryString: \"\"+portugues+\"\"}, function(data){\n\t\t\t\tif(data.length >0) {\n\t\t\t\t\t$('#suggestions2').show();\n\t\t\t\t\t$('#dicionario').show();\n\t\t\t\t\t$('#autoSuggestionsList2').html(data);\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\t} \/\/ lookup\n\n\tfunction lookup3(alemao) {\n\t\tif(alemao.length == 0) {\n\t\t\t\/\/ Hide the suggestion box.\n\t\t\t$('#suggestions3').hide();\n\t\t\t$('#dicionario').hide();\n\t\t} else {\n\t\t\t$.post(\".\/loc3.php\", {queryString: \"\"+alemao+\"\"}, function(data){\n\t\t\t\tif(data.length >0) {\n\t\t\t\t\t$('#suggestions3').show();\n\t\t\t\t\t$('#dicionario').show();\n\t\t\t\t\t$('#autoSuggestionsList3').html(data);\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\t} \/\/ lookup\n\t\n\t\n\tfunction fill(thisValue) {\n\t\t$('#luxemburgues').val(thisValue);\n\t\tsetTimeout(\"$('#suggestions').hide();\", 300);\n\t}\n\tfunction fill2(thisValue) {\n\t\t$('#portugues').val(thisValue);\n\t\tsetTimeout(\"$('#suggestions2').hide();\", 300);\n\t\t\n\t}\n\tfunction fill3(thisValue) {\n\t\t$('#alemao').val(thisValue);\n\t\tsetTimeout(\"$('#suggestions3').hide();\", 300);\n\t\t\n\t}\n<\/script>\n<\/head>\n\t<body>\n\t\t<div style=\"position:relative\">\n             \n            \n            <h3>Copyright 2020 Vers&atilde;o Beta <a href=\"http:\/\/www.ccblux.com.br\">CCBLUX<\/a>   (com 612 localidades)<\/h3>\n            <!-- <p><small><\/small><a href=\"mailto:tradu@ccblux.com.br?subject=Quero dar um feedback\">Notifique uma falha ou feedback<\/a><\/small><\/p>  -->\n            <form>\n            \n    \t        \n    \t        <label>Pesquise a localidade nas l&iacute;nguas:<\/label><br>\n    \t     \n    \t        <div style=\"display: inline-block; width: 33%; float:left;\">\n            \t\t<label>franc&ecirc;s:<\/label><br>\n    \t\t\t\t<input type=\"text\" id=\"luxemburgues\" name=\"luxemburgues\" size=\"20\" onKeyUp=\"lookup(this.value);\" onBlur=\"fill();\"\/>\n    \t\t\t\t<div class=\"suggestionsBox\" id=\"suggestions\" style=\"display: none;\">\n\n\t\t\t\t\t\t<div class=\"suggestionList\" id=\"autoSuggestionsList\">\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n    \t\t\t<\/div>\n    \t\t\t\n    \t\t\t<div style=\"display: inline-block; width: 33%; float:left;\">\n            \t\t<label>luxemburgu&ecirc;s:<\/label><Br>\n    \t\t\t\t<input type=\"text\" id=\"portugues\" name=\"portugues\" size=\"20\" onKeyUp=\"lookup2(this.value);\" onBlur=\"fill2();\"\/>\n    \t\t\t\t<div class=\"suggestionsBox2\" id=\"suggestions2\" style=\"display: none;\">\n\t\t\t\t\t\t\n\t\t\t\t\t\t<div class=\"suggestionList2\" id=\"autoSuggestionsList2\">\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n    \t\t\t<\/div>\n    \t\t\t\n    \t\t\t<div style=\"display: inline-block; width: 33%; float:left;\">\n            \t\t<label>alem&atilde;o:<\/label><br>\n    \t\t\t\t<input type=\"text\" id=\"alemao\" name=\"alemao\" size=\"20\" onKeyUp=\"lookup3(this.value);\" onBlur=\"fill3();\"\/>\n    \t\t\t\t<div class=\"suggestionsBox3\" id=\"suggestions3\" style=\"display: none;\">\n\t\t\t\t\t\t\n\t\t\t\t\t\t<div class=\"suggestionList3\" id=\"autoSuggestionsList3\">\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n    \t\t\t<\/div>\n    \t\t\n    \t\t<\/form>\n    \t\t<div>\n    \t\t<iframe loading=\"lazy\" id=\"dicionario\" name=\"dicionario\" src=\"mapaloc.php\"  noresize=\"noresize\" scrolling=\"auto\" width=\"100%\" height=\"400\" style=\"border:none;\">\n    \t\t\t\n    \t\t<\/iframe>\n    \t\t<\/div>\n            \n    \t<\/div>\n\t<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Confuso com nomes diferentes das comunas em Luxemburgo? Esta pesquisa pode lhe ajudar. Localidades Luxemburguesas Copyright 2020 Vers&atilde;o Beta CCBLUX (com 612 localidades) Pesquise a localidade nas l&iacute;nguas: franc&ecirc;s: luxemburgu&ecirc;s: alem&atilde;o:<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-534","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Pesquisa de localidades luxemburguesas - CCBLUX - Centro Cultural Brasil Luxemburgo<\/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:\/\/ccblux.com.br\/?page_id=534\" \/>\n<meta property=\"og:locale\" content=\"pt_BR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Pesquisa de localidades luxemburguesas - CCBLUX - Centro Cultural Brasil Luxemburgo\" \/>\n<meta property=\"og:description\" content=\"Confuso com nomes diferentes das comunas em Luxemburgo? Esta pesquisa pode lhe ajudar. Localidades Luxemburguesas Copyright 2020 Vers&atilde;o Beta CCBLUX (com 612 localidades) Pesquise a localidade nas l&iacute;nguas: franc&ecirc;s: luxemburgu&ecirc;s: alem&atilde;o:\" \/>\n<meta property=\"og:url\" content=\"https:\/\/ccblux.com.br\/?page_id=534\" \/>\n<meta property=\"og:site_name\" content=\"CCBLUX - Centro Cultural Brasil Luxemburgo\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/CCBLUX\" \/>\n<meta property=\"article:modified_time\" content=\"2020-09-23T17:58:59+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:\\\/\\\/ccblux.com.br\\\/?page_id=534\",\"url\":\"https:\\\/\\\/ccblux.com.br\\\/?page_id=534\",\"name\":\"Pesquisa de localidades luxemburguesas - CCBLUX - Centro Cultural Brasil Luxemburgo\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/ccblux.com.br\\\/#website\"},\"datePublished\":\"2020-09-23T17:55:00+00:00\",\"dateModified\":\"2020-09-23T17:58:59+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/ccblux.com.br\\\/?page_id=534#breadcrumb\"},\"inLanguage\":\"pt-BR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/ccblux.com.br\\\/?page_id=534\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/ccblux.com.br\\\/?page_id=534#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"In\u00edcio\",\"item\":\"https:\\\/\\\/ccblux.com.br\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Pesquisa de localidades luxemburguesas\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/ccblux.com.br\\\/#website\",\"url\":\"https:\\\/\\\/ccblux.com.br\\\/\",\"name\":\"CCBLUX - Centro Cultural Brasil Luxemburgo\",\"description\":\"Retomando os La\u00e7os com as ra\u00edzes luxemburguesas\",\"publisher\":{\"@id\":\"https:\\\/\\\/ccblux.com.br\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/ccblux.com.br\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"pt-BR\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/ccblux.com.br\\\/#organization\",\"name\":\"CCBLUX Consultoria Ltda\",\"url\":\"https:\\\/\\\/ccblux.com.br\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-BR\",\"@id\":\"https:\\\/\\\/ccblux.com.br\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.ccblux.com.br\\\/wp-content\\\/uploads\\\/2017\\\/06\\\/CCBLUX2ss.png\",\"contentUrl\":\"https:\\\/\\\/www.ccblux.com.br\\\/wp-content\\\/uploads\\\/2017\\\/06\\\/CCBLUX2ss.png\",\"width\":111,\"height\":131,\"caption\":\"CCBLUX Consultoria Ltda\"},\"image\":{\"@id\":\"https:\\\/\\\/ccblux.com.br\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/CCBLUX\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Pesquisa de localidades luxemburguesas - CCBLUX - Centro Cultural Brasil Luxemburgo","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:\/\/ccblux.com.br\/?page_id=534","og_locale":"pt_BR","og_type":"article","og_title":"Pesquisa de localidades luxemburguesas - CCBLUX - Centro Cultural Brasil Luxemburgo","og_description":"Confuso com nomes diferentes das comunas em Luxemburgo? Esta pesquisa pode lhe ajudar. Localidades Luxemburguesas Copyright 2020 Vers&atilde;o Beta CCBLUX (com 612 localidades) Pesquise a localidade nas l&iacute;nguas: franc&ecirc;s: luxemburgu&ecirc;s: alem&atilde;o:","og_url":"https:\/\/ccblux.com.br\/?page_id=534","og_site_name":"CCBLUX - Centro Cultural Brasil Luxemburgo","article_publisher":"https:\/\/www.facebook.com\/CCBLUX","article_modified_time":"2020-09-23T17:58:59+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/ccblux.com.br\/?page_id=534","url":"https:\/\/ccblux.com.br\/?page_id=534","name":"Pesquisa de localidades luxemburguesas - CCBLUX - Centro Cultural Brasil Luxemburgo","isPartOf":{"@id":"https:\/\/ccblux.com.br\/#website"},"datePublished":"2020-09-23T17:55:00+00:00","dateModified":"2020-09-23T17:58:59+00:00","breadcrumb":{"@id":"https:\/\/ccblux.com.br\/?page_id=534#breadcrumb"},"inLanguage":"pt-BR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/ccblux.com.br\/?page_id=534"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/ccblux.com.br\/?page_id=534#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"In\u00edcio","item":"https:\/\/ccblux.com.br\/"},{"@type":"ListItem","position":2,"name":"Pesquisa de localidades luxemburguesas"}]},{"@type":"WebSite","@id":"https:\/\/ccblux.com.br\/#website","url":"https:\/\/ccblux.com.br\/","name":"CCBLUX - Centro Cultural Brasil Luxemburgo","description":"Retomando os La\u00e7os com as ra\u00edzes luxemburguesas","publisher":{"@id":"https:\/\/ccblux.com.br\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/ccblux.com.br\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"pt-BR"},{"@type":"Organization","@id":"https:\/\/ccblux.com.br\/#organization","name":"CCBLUX Consultoria Ltda","url":"https:\/\/ccblux.com.br\/","logo":{"@type":"ImageObject","inLanguage":"pt-BR","@id":"https:\/\/ccblux.com.br\/#\/schema\/logo\/image\/","url":"https:\/\/www.ccblux.com.br\/wp-content\/uploads\/2017\/06\/CCBLUX2ss.png","contentUrl":"https:\/\/www.ccblux.com.br\/wp-content\/uploads\/2017\/06\/CCBLUX2ss.png","width":111,"height":131,"caption":"CCBLUX Consultoria Ltda"},"image":{"@id":"https:\/\/ccblux.com.br\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/CCBLUX"]}]}},"_links":{"self":[{"href":"https:\/\/www.ccblux.com\/index.php?rest_route=\/wp\/v2\/pages\/534","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.ccblux.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.ccblux.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.ccblux.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.ccblux.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=534"}],"version-history":[{"count":16,"href":"https:\/\/www.ccblux.com\/index.php?rest_route=\/wp\/v2\/pages\/534\/revisions"}],"predecessor-version":[{"id":628,"href":"https:\/\/www.ccblux.com\/index.php?rest_route=\/wp\/v2\/pages\/534\/revisions\/628"}],"wp:attachment":[{"href":"https:\/\/www.ccblux.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=534"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}