{"id":1676,"date":"2024-10-20T17:05:47","date_gmt":"2024-10-20T17:05:47","guid":{"rendered":"https:\/\/xadrezfigueira.mfbpro.com\/?page_id=1676"},"modified":"2024-11-06T17:58:13","modified_gmt":"2024-11-06T17:58:13","slug":"exibicao-de-jogadores-1a-sessao","status":"publish","type":"page","link":"https:\/\/xadrezfigueira.mfbpro.com\/?page_id=1676","title":{"rendered":"Exibi\u00e7\u00e3o de jogadores 1\u00aa sess\u00e3o"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"pt-BR\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Jogadores Verificados<\/title>\n    <style>\n        body {\n            font-family: Arial, sans-serif;\n        }\n        table {\n            width: 70%;\n            border-collapse: collapse;\n            margin: 20px auto;\n            font-size: 16px;\n        }\n        table, th, td {\n            border: 1px solid black;\n        }\n        th, td {\n            padding: 10px;\n            text-align: center;\n        }\n    <\/style>\n<\/head>\n<body>\n    <h2 style=\"text-align: center;\">Lista de Jogadores Verificados<\/h2>\n\n    <table id=\"tabela-verificados\">\n        <thead>\n            <tr>\n                <th>#<\/th>\n                <th>Nome do Jogador<\/th>\n                <th>Elo<\/th>\n                <th>T\u00edtulo<\/th>\n                <th>Pa\u00eds<\/th>\n            <\/tr>\n        <\/thead>\n        <tbody>\n        <\/tbody>\n    <\/table>\n\n    <script>\n        function carregarJogadoresVerificados() {\n            const jogadoresVerificados = JSON.parse(localStorage.getItem('jogadoresVerificados')) || [];\n            const tabelaBody = document.querySelector('#tabela-verificados tbody');\n            const totalJogadores = jogadoresVerificados.length;\n            const grupoTamanho = 13;\n            let grupoIndex = 0;\n\n            function exibirGrupo() {\n                tabelaBody.innerHTML = '';\n                const inicio = grupoIndex * grupoTamanho;\n                const fim = Math.min(inicio + grupoTamanho, totalJogadores);\n                const grupoAtual = jogadoresVerificados.slice(inicio, fim);\n\n                grupoAtual.forEach((jogador, index) => {\n                    const row = document.createElement('tr');\n                    row.innerHTML = `\n                        <td>${inicio + index + 1}<\/td>\n                        <td>${jogador.name}<\/td>\n                        <td>${jogador.elo}<\/td>\n                        <td>${jogador.title}<\/td>\n                        <td>${jogador.country}<\/td>\n                    `;\n                    tabelaBody.appendChild(row);\n                });\n\n                grupoIndex = (grupoIndex + 1) % Math.ceil(totalJogadores \/ grupoTamanho);\n            }\n\n            \/\/ Exibir o primeiro grupo imediatamente\n            exibirGrupo();\n            \/\/ Alternar grupos a cada 10 segundos\n            setInterval(exibirGrupo, 10000);\n        }\n\n        window.onload = carregarJogadoresVerificados;\n    <\/script>\n<\/body>\n<\/html>\n\n","protected":false},"excerpt":{"rendered":"<p>Jogadores Verificados Lista de Jogadores Verificados # Nome do Jogador Elo T\u00edtulo Pa\u00eds<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":1584,"menu_order":1,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v23.7 (Yoast SEO v23.7) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Exibi\u00e7\u00e3o de jogadores 1\u00aa sess\u00e3o - Festival de Xadrez da Figueira da Foz - &quot;Tournament is financially supported by FIDE Open Aid Project&quot;<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"http:\/\/xadrezfigueira.mfbpro.com\/?page_id=1676\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Exibi\u00e7\u00e3o de jogadores 1\u00aa sess\u00e3o\" \/>\n<meta property=\"og:description\" content=\"Jogadores Verificados Lista de Jogadores Verificados # Nome do Jogador Elo T\u00edtulo Pa\u00eds\" \/>\n<meta property=\"og:url\" content=\"http:\/\/xadrezfigueira.mfbpro.com\/?page_id=1676\" \/>\n<meta property=\"og:site_name\" content=\"Festival de Xadrez da Figueira da Foz - &quot;Tournament is financially supported by FIDE Open Aid Project&quot;\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/miguel.babo.3\" \/>\n<meta property=\"article:modified_time\" content=\"2024-11-06T17:58:13+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"http:\/\/xadrezfigueira.mfbpro.com\/?page_id=1676\",\"url\":\"http:\/\/xadrezfigueira.mfbpro.com\/?page_id=1676\",\"name\":\"Exibi\u00e7\u00e3o de jogadores 1\u00aa sess\u00e3o - Festival de Xadrez da Figueira da Foz - &quot;Tournament is financially supported by FIDE Open Aid Project&quot;\",\"isPartOf\":{\"@id\":\"http:\/\/xadrezfigueira.mfbpro.com\/#website\"},\"datePublished\":\"2024-10-20T17:05:47+00:00\",\"dateModified\":\"2024-11-06T17:58:13+00:00\",\"breadcrumb\":{\"@id\":\"http:\/\/xadrezfigueira.mfbpro.com\/?page_id=1676#breadcrumb\"},\"inLanguage\":\"en\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"http:\/\/xadrezfigueira.mfbpro.com\/?page_id=1676\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"http:\/\/xadrezfigueira.mfbpro.com\/?page_id=1676#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"http:\/\/xadrezfigueira.mfbpro.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Arbitragem\",\"item\":\"http:\/\/xadrezfigueira.mfbpro.com\/?page_id=1584\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Exibi\u00e7\u00e3o de jogadores 1\u00aa sess\u00e3o\"}]},{\"@type\":\"WebSite\",\"@id\":\"http:\/\/xadrezfigueira.mfbpro.com\/#website\",\"url\":\"http:\/\/xadrezfigueira.mfbpro.com\/\",\"name\":\"Festival Internacional de Xadrez da Figueira da Fox\",\"description\":\"Site oficial do torneio\",\"publisher\":{\"@id\":\"http:\/\/xadrezfigueira.mfbpro.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"http:\/\/xadrezfigueira.mfbpro.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en\"},{\"@type\":\"Organization\",\"@id\":\"http:\/\/xadrezfigueira.mfbpro.com\/#organization\",\"name\":\"Assembleia Figueirense\",\"url\":\"http:\/\/xadrezfigueira.mfbpro.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en\",\"@id\":\"http:\/\/xadrezfigueira.mfbpro.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/xadrezfigueira.mfbpro.com\/wp-content\/uploads\/2023\/05\/FIDE-logo-2022-black-with-black-background.png\",\"contentUrl\":\"https:\/\/xadrezfigueira.mfbpro.com\/wp-content\/uploads\/2023\/05\/FIDE-logo-2022-black-with-black-background.png\",\"width\":360,\"height\":360,\"caption\":\"Assembleia Figueirense\"},\"image\":{\"@id\":\"http:\/\/xadrezfigueira.mfbpro.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/miguel.babo.3\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Exibi\u00e7\u00e3o de jogadores 1\u00aa sess\u00e3o - Festival de Xadrez da Figueira da Foz - &quot;Tournament is financially supported by FIDE Open Aid Project&quot;","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":"http:\/\/xadrezfigueira.mfbpro.com\/?page_id=1676","og_locale":"en_US","og_type":"article","og_title":"Exibi\u00e7\u00e3o de jogadores 1\u00aa sess\u00e3o","og_description":"Jogadores Verificados Lista de Jogadores Verificados # Nome do Jogador Elo T\u00edtulo Pa\u00eds","og_url":"http:\/\/xadrezfigueira.mfbpro.com\/?page_id=1676","og_site_name":"Festival de Xadrez da Figueira da Foz - &quot;Tournament is financially supported by FIDE Open Aid Project&quot;","article_publisher":"https:\/\/www.facebook.com\/miguel.babo.3","article_modified_time":"2024-11-06T17:58:13+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"http:\/\/xadrezfigueira.mfbpro.com\/?page_id=1676","url":"http:\/\/xadrezfigueira.mfbpro.com\/?page_id=1676","name":"Exibi\u00e7\u00e3o de jogadores 1\u00aa sess\u00e3o - Festival de Xadrez da Figueira da Foz - &quot;Tournament is financially supported by FIDE Open Aid Project&quot;","isPartOf":{"@id":"http:\/\/xadrezfigueira.mfbpro.com\/#website"},"datePublished":"2024-10-20T17:05:47+00:00","dateModified":"2024-11-06T17:58:13+00:00","breadcrumb":{"@id":"http:\/\/xadrezfigueira.mfbpro.com\/?page_id=1676#breadcrumb"},"inLanguage":"en","potentialAction":[{"@type":"ReadAction","target":["http:\/\/xadrezfigueira.mfbpro.com\/?page_id=1676"]}]},{"@type":"BreadcrumbList","@id":"http:\/\/xadrezfigueira.mfbpro.com\/?page_id=1676#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"http:\/\/xadrezfigueira.mfbpro.com\/"},{"@type":"ListItem","position":2,"name":"Arbitragem","item":"http:\/\/xadrezfigueira.mfbpro.com\/?page_id=1584"},{"@type":"ListItem","position":3,"name":"Exibi\u00e7\u00e3o de jogadores 1\u00aa sess\u00e3o"}]},{"@type":"WebSite","@id":"http:\/\/xadrezfigueira.mfbpro.com\/#website","url":"http:\/\/xadrezfigueira.mfbpro.com\/","name":"Festival Internacional de Xadrez da Figueira da Fox","description":"Site oficial do torneio","publisher":{"@id":"http:\/\/xadrezfigueira.mfbpro.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"http:\/\/xadrezfigueira.mfbpro.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en"},{"@type":"Organization","@id":"http:\/\/xadrezfigueira.mfbpro.com\/#organization","name":"Assembleia Figueirense","url":"http:\/\/xadrezfigueira.mfbpro.com\/","logo":{"@type":"ImageObject","inLanguage":"en","@id":"http:\/\/xadrezfigueira.mfbpro.com\/#\/schema\/logo\/image\/","url":"https:\/\/xadrezfigueira.mfbpro.com\/wp-content\/uploads\/2023\/05\/FIDE-logo-2022-black-with-black-background.png","contentUrl":"https:\/\/xadrezfigueira.mfbpro.com\/wp-content\/uploads\/2023\/05\/FIDE-logo-2022-black-with-black-background.png","width":360,"height":360,"caption":"Assembleia Figueirense"},"image":{"@id":"http:\/\/xadrezfigueira.mfbpro.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/miguel.babo.3"]}]}},"_links":{"self":[{"href":"https:\/\/xadrezfigueira.mfbpro.com\/index.php?rest_route=\/wp\/v2\/pages\/1676"}],"collection":[{"href":"https:\/\/xadrezfigueira.mfbpro.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/xadrezfigueira.mfbpro.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/xadrezfigueira.mfbpro.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/xadrezfigueira.mfbpro.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1676"}],"version-history":[{"count":12,"href":"https:\/\/xadrezfigueira.mfbpro.com\/index.php?rest_route=\/wp\/v2\/pages\/1676\/revisions"}],"predecessor-version":[{"id":1944,"href":"https:\/\/xadrezfigueira.mfbpro.com\/index.php?rest_route=\/wp\/v2\/pages\/1676\/revisions\/1944"}],"up":[{"embeddable":true,"href":"https:\/\/xadrezfigueira.mfbpro.com\/index.php?rest_route=\/wp\/v2\/pages\/1584"}],"wp:attachment":[{"href":"https:\/\/xadrezfigueira.mfbpro.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1676"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}