{"id":2567,"date":"2024-09-14T12:55:55","date_gmt":"2024-09-14T15:55:55","guid":{"rendered":"https:\/\/ramarodesign.com.br\/?page_id=2567"},"modified":"2024-09-14T13:02:25","modified_gmt":"2024-09-14T16:02:25","slug":"programacao-three","status":"publish","type":"page","link":"https:\/\/ramarodesign.com.br\/en\/programacao-three\/","title":{"rendered":"Programa\u00e7\u00e3o Three"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"2567\" class=\"elementor elementor-2567\" data-elementor-settings=\"{&quot;ha_cmc_init_switcher&quot;:&quot;no&quot;}\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-d39dae8 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle\" data-id=\"d39dae8\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6f20923\" data-id=\"6f20923\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9f17def elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"9f17def\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-5e4b98f\" data-id=\"5e4b98f\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-afea9e5 elementor-widget elementor-widget-html\" data-id=\"afea9e5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<?php\r\n\/*\r\n    Template Name: schedule-teste-novo\r\n    \r\n*\/\r\ninclude(\"..\/agenda\/class\/classCrud.php\");\r\ninclude(\"..\/agenda\/includes\/variaveisPesquisa.php\");\r\nget_header();\r\n?>\r\n<!DOCTYPE html>\r\n<html lang=\"pt-br\">\r\n<head>\r\n    \r\n<\/head>\r\n<body>\r\n\r\n\r\n<section id=\"agendamento\">\r\n    <div class=\"container\">\r\n        <h2 class=\"text-center text-primary mb-5\">AS DATAS S\u00c3O ESTIMDAS E EST\u00c3O SUJEITAS \u00c0 ALTERA\u00c7\u00c3O SEM AVISO PR\u00c9VIO.<\/h2>\r\n        \r\n        <div class=\"row justify-content-center\">\r\n            <div class=\"col-md-8\">\r\n                <div class=\"card p-4 mb-4\" style=\"background-color: #275994;\">\r\n                    <h2 class=\"text-white mb-4\">PROGRAMA\u00c7\u00c3O DE NAVIOS<\/h2>\r\n                    \r\n                    <form class=\"row g-3\" action=\"\" method=\"post\">\r\n                        <div class=\"col-md-4\">\r\n                            <label for=\"origem\" class=\"form-label text-white\">Origem<\/label>\r\n                            <select class=\"form-select\" id=\"origem\" name=\"origem\" required>\r\n                                <option value=\"\">Cidades<\/option>\r\n                                <?php\r\n                                $origem = new classCrud();\r\n                                $origin = $origem->selectDB(\"*\", \"schedule\", \"GROUP BY origem\", array());\r\n                                if (count($origin)) {\r\n                                    foreach ($origin as $res) {\r\n                                        echo \"<option value='\" . $res['origem'] . \"'>\" . $res['origem'] . \"<\/option>\";\r\n                                    }\r\n                                }\r\n                                ?>\r\n                            <\/select>\r\n                        <\/div>\r\n                        <div class=\"col-md-4\">\r\n                            <label for=\"destino\" class=\"form-label text-white\">Destino<\/label>\r\n                            <select class=\"form-select\" id=\"destino\" name=\"destino\" required>\r\n                                <option value=\"\">Cidades<\/option>\r\n                                <?php\r\n                                $origem = new classCrud();\r\n                                $origin = $origem->selectDB(\"*\", \"schedule\", \"GROUP BY destino\", array());\r\n                                if (count($origin)) {\r\n                                    foreach ($origin as $res) {\r\n                                        echo \"<option value='\" . $res['destino'] . \"'>\" . $res['destino'] . \"<\/option>\";\r\n                                    }\r\n                                }\r\n                                ?>\r\n                            <\/select>\r\n                        <\/div>\r\n                        <div class=\"col-md-4\">\r\n                            <label for=\"cutoff\" class=\"form-label text-white\">Carga pronta<\/label>\r\n                            <input type=\"date\" class=\"form-control\" id=\"cutoff\" name=\"cutoff\" required>\r\n                        <\/div>\r\n                        <div class=\"col-12\">\r\n                            <button type=\"submit\" class=\"btn btn-primary\">Pesquisar<\/button>\r\n                        <\/div>\r\n                    <\/form>\r\n                <\/div>\r\n                \r\n                <div class=\"card p-4\">\r\n                    <div class=\"table-responsive\">\r\n                        <table class=\"table table-striped\">\r\n                            <thead>\r\n                                <tr>\r\n                                    <th>NAVIOS<\/th>\r\n                                    <th>VIAGEM<\/th>\r\n                                    <th>LINHA<\/th>\r\n                                    <th>ORIGEM<\/th>\r\n                                    <th>DESTINO<\/th>\r\n                                    <th>CUT OFF<\/th>\r\n                                    <th>PREV. SAIDA<\/th>\r\n                                    <th>PREV. CHEGADA<\/th>\r\n                                <\/tr>\r\n                            <\/thead>\r\n                            <tbody>\r\n                                <!-- ESTRUTURA DE REPETI\u00c7\u00c3O-->\r\n                                <?php\r\n                                $crud = new classCrud();\r\n                                $BFetch = $crud->selectDB(\"id,navios,viagem,servicos,origem,destino,date_format(cutoff,'%d\/%m\/%Y') AS cutoff,date_format(saida,'%d\/%m\/%Y') AS saida,date_format(chegada,'%d\/%m\/%Y') AS chegada\", \"schedule\", \"WHERE origem=? && destino=? && cutoff>? ORDER BY SUBSTR(cutoff, 7, 4),SUBSTR(cutoff, 3, 2),SUBSTR(cutoff, 1, 2) ASC\", array($Origem, $Destino, $Cutoff));\r\n                                while ($Fetch = $BFetch->fetch(PDO::FETCH_ASSOC)) {\r\n                                    echo \"<tr>\";\r\n                                    echo \"<td>\" . $Fetch['navios'] . \"<\/td>\";\r\n                                    echo \"<td>\" . $Fetch['viagem'] . \"<\/td>\";\r\n                                    echo \"<td>\" . $Fetch['servicos'] . \"<\/td>\";\r\n                                    echo \"<td>\" . $Fetch['origem'] . \"<\/td>\";\r\n                                    echo \"<td>\" . $Fetch['destino'] . \"<\/td>\";\r\n                                    echo \"<td>\" . $Fetch['cutoff'] . \"<\/td>\";\r\n                                    echo \"<td>\" . $Fetch['saida'] . \"<\/td>\";\r\n                                    echo \"<td>\" . $Fetch['chegada'] . \"<\/td>\";\r\n                                    echo \"<\/tr>\";\r\n                                }\r\n                                ?>\r\n                            <\/tbody>\r\n                        <\/table>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n<\/section>\r\n\r\n<script src=\"https:\/\/cdn.jsdelivr.net\/npm\/bootstrap@5.3.3\/dist\/js\/bootstrap.bundle.min.js\" integrity=\"sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz\" crossorigin=\"anonymous\"><\/script>\r\n<?php get_footer() ?>\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>body { font-family: Poppins, Sans-serif; } #agendamento{ background-color: #ff0000; } .titulo1{ font-family: Poppins, Sans-serif; font-weight: 900; color: #fafafa; text-align: center; font-size: 56px; } .titulo2{ font-family: Poppins, Sans-serif; font-weight: 400; color: #275994; text-align: center; font-size: 24px; } .tabelaprog { text-align: center; font-size: 24px; font-weight: 900; } .form-select { border-radius: 40px; padding: 10px; color: #275994; font-weight: 600; [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"page-builder","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-2567","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.7 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Programa\u00e7\u00e3o Three | Ramaro Design - Ag\u00eancia Digital em Santos<\/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:\/\/ramarodesign.com.br\/en\/programacao-three\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Programa\u00e7\u00e3o Three | Ramaro Design - Ag\u00eancia Digital em Santos\" \/>\n<meta property=\"og:description\" content=\"body { font-family: Poppins, Sans-serif; } #agendamento{ background-color: #ff0000; } .titulo1{ font-family: Poppins, Sans-serif; font-weight: 900; color: #fafafa; text-align: center; font-size: 56px; } .titulo2{ font-family: Poppins, Sans-serif; font-weight: 400; color: #275994; text-align: center; font-size: 24px; } .tabelaprog { text-align: center; font-size: 24px; font-weight: 900; } .form-select { border-radius: 40px; padding: 10px; color: #275994; font-weight: 600; [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/ramarodesign.com.br\/en\/programacao-three\/\" \/>\n<meta property=\"og:site_name\" content=\"Ramaro Design - Ag\u00eancia Digital em Santos\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/ramarodesign\" \/>\n<meta property=\"article:modified_time\" content=\"2024-09-14T16:02:25+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=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/ramarodesign.com.br\\\/programacao-three\\\/\",\"url\":\"https:\\\/\\\/ramarodesign.com.br\\\/programacao-three\\\/\",\"name\":\"Programa\u00e7\u00e3o Three | Ramaro Design - Ag\u00eancia Digital em Santos\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/ramarodesign.com.br\\\/#website\"},\"datePublished\":\"2024-09-14T15:55:55+00:00\",\"dateModified\":\"2024-09-14T16:02:25+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/ramarodesign.com.br\\\/programacao-three\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/ramarodesign.com.br\\\/programacao-three\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/ramarodesign.com.br\\\/programacao-three\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"In\u00edcio\",\"item\":\"https:\\\/\\\/ramarodesign.com.br\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Programa\u00e7\u00e3o Three\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/ramarodesign.com.br\\\/#website\",\"url\":\"https:\\\/\\\/ramarodesign.com.br\\\/\",\"name\":\"Ramaro Design\",\"description\":\"A Ramaro Design \u00e9 uma ag\u00eancia digital em Santos que est\u00e1 no mercado desde 2013 fornecendo as melhores solu\u00e7\u00f5es quando o assunto \u00e9 marketing nas m\u00eddias digitais e impressas.\",\"publisher\":{\"@id\":\"https:\\\/\\\/ramarodesign.com.br\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/ramarodesign.com.br\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/ramarodesign.com.br\\\/#organization\",\"name\":\"Ramaro Design\",\"url\":\"https:\\\/\\\/ramarodesign.com.br\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/ramarodesign.com.br\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/ramarodesign.com.br\\\/wp-content\\\/uploads\\\/2020\\\/08\\\/2019_logo.svg\",\"contentUrl\":\"https:\\\/\\\/ramarodesign.com.br\\\/wp-content\\\/uploads\\\/2020\\\/08\\\/2019_logo.svg\",\"width\":1080,\"height\":1080,\"caption\":\"Ramaro Design\"},\"image\":{\"@id\":\"https:\\\/\\\/ramarodesign.com.br\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/ramarodesign\",\"https:\\\/\\\/instagram.com\\\/ramarodesign\",\"https:\\\/\\\/linkedin.com\\\/company\\\/ramarodesign\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Programa\u00e7\u00e3o Three | Ramaro Design - Ag\u00eancia Digital em Santos","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:\/\/ramarodesign.com.br\/en\/programacao-three\/","og_locale":"en_US","og_type":"article","og_title":"Programa\u00e7\u00e3o Three | Ramaro Design - Ag\u00eancia Digital em Santos","og_description":"body { font-family: Poppins, Sans-serif; } #agendamento{ background-color: #ff0000; } .titulo1{ font-family: Poppins, Sans-serif; font-weight: 900; color: #fafafa; text-align: center; font-size: 56px; } .titulo2{ font-family: Poppins, Sans-serif; font-weight: 400; color: #275994; text-align: center; font-size: 24px; } .tabelaprog { text-align: center; font-size: 24px; font-weight: 900; } .form-select { border-radius: 40px; padding: 10px; color: #275994; font-weight: 600; [&hellip;]","og_url":"https:\/\/ramarodesign.com.br\/en\/programacao-three\/","og_site_name":"Ramaro Design - Ag\u00eancia Digital em Santos","article_publisher":"https:\/\/www.facebook.com\/ramarodesign","article_modified_time":"2024-09-14T16:02:25+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/ramarodesign.com.br\/programacao-three\/","url":"https:\/\/ramarodesign.com.br\/programacao-three\/","name":"Programa\u00e7\u00e3o Three | Ramaro Design - Ag\u00eancia Digital em Santos","isPartOf":{"@id":"https:\/\/ramarodesign.com.br\/#website"},"datePublished":"2024-09-14T15:55:55+00:00","dateModified":"2024-09-14T16:02:25+00:00","breadcrumb":{"@id":"https:\/\/ramarodesign.com.br\/programacao-three\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/ramarodesign.com.br\/programacao-three\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/ramarodesign.com.br\/programacao-three\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"In\u00edcio","item":"https:\/\/ramarodesign.com.br\/"},{"@type":"ListItem","position":2,"name":"Programa\u00e7\u00e3o Three"}]},{"@type":"WebSite","@id":"https:\/\/ramarodesign.com.br\/#website","url":"https:\/\/ramarodesign.com.br\/","name":"Ramaro Design","description":"A Ramaro Design \u00e9 uma ag\u00eancia digital em Santos que est\u00e1 no mercado desde 2013 fornecendo as melhores solu\u00e7\u00f5es quando o assunto \u00e9 marketing nas m\u00eddias digitais e impressas.","publisher":{"@id":"https:\/\/ramarodesign.com.br\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/ramarodesign.com.br\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/ramarodesign.com.br\/#organization","name":"Ramaro Design","url":"https:\/\/ramarodesign.com.br\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/ramarodesign.com.br\/#\/schema\/logo\/image\/","url":"https:\/\/ramarodesign.com.br\/wp-content\/uploads\/2020\/08\/2019_logo.svg","contentUrl":"https:\/\/ramarodesign.com.br\/wp-content\/uploads\/2020\/08\/2019_logo.svg","width":1080,"height":1080,"caption":"Ramaro Design"},"image":{"@id":"https:\/\/ramarodesign.com.br\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/ramarodesign","https:\/\/instagram.com\/ramarodesign","https:\/\/linkedin.com\/company\/ramarodesign"]}]}},"_links":{"self":[{"href":"https:\/\/ramarodesign.com.br\/en\/wp-json\/wp\/v2\/pages\/2567","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ramarodesign.com.br\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ramarodesign.com.br\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ramarodesign.com.br\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ramarodesign.com.br\/en\/wp-json\/wp\/v2\/comments?post=2567"}],"version-history":[{"count":15,"href":"https:\/\/ramarodesign.com.br\/en\/wp-json\/wp\/v2\/pages\/2567\/revisions"}],"predecessor-version":[{"id":2582,"href":"https:\/\/ramarodesign.com.br\/en\/wp-json\/wp\/v2\/pages\/2567\/revisions\/2582"}],"wp:attachment":[{"href":"https:\/\/ramarodesign.com.br\/en\/wp-json\/wp\/v2\/media?parent=2567"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}