Logo CEWEB.br Logo NIC.br Logo CGI.br
Home Sobre o projeto

Sites Pertecentes a (o) PE

Endereço Nota Erros Avisos

www.seplan.pe.gov.br/46-revista-rgp-pe/122-edicoes

66.17 113 114
Recomendações Avaliadas
1.1 Respeitar os Padrões Web.

Recomendações

Número Descrição Quantidade Linhas Código Fonte
1.1.3 Presença de CSS(s) in-line 33 66 447 460 462 463 464 468 469 470 476 477 480 481 482 485 486 487 490 491 492 495 496 497 500 501 502 505 506 507 510 511 512 534
1.1.4 Presença de CSS(s) interno 6 27 222 395 435 439 547
1.1.6 Presença de javascript(s) interno 5 50 60 103 371 648
66 <![CDATA[<body style="visibility:hidden" onload="document.getElementsByTagName('body')[0].style.cssText = '';"> <script src="/templates/govpe/js/vendor/jquery.selectric.min.js"></script> <script src="/templates/govpe/js/tabs.js"></script> <script src="/templates/govpe/js/scripts.js"></script> <script src="/templates/govpe/js/js.cookie.js"></script> <script src="/templates/govpe/js/jquery.treegrid.js"></script> <script src="/templates/govpe/js/com_relacionado.js"></script> <div id="container"> <header id="main_header"> <div class="row"> <div class="mobile-four twelve columns nopadding"> <div class="side-menu"> <nav> <ul> <li><a href="/">Início</a></li> <li><a href="/secretarias">A SECRETARIA</a></li> <li><a href="/instituto-de-gestao">INSTITUTO DE GESTÃO</a></li> <li><a href="/noticias">Notícias</a></li> <li><a href="/imprensa">Imprensa</a></li> <li><a href="/contato">Contato</a></li> </ul> </nav> <a href="https://www.seplag.pe.gov.br/secretarias/38-secretaria/342-licitacoes" class="highlight-link"> Licitações </a> <a href="/ouvidoria" class="highlight-link"> Ouvidoria </a> <a href="/sei" class="highlight-link"> SEI </a> <a href="https://www.lai.pe.gov.br/seplag/institucional" class="highlight-link"> Acesso à informação </a> <a href="https://www.seplag.pe.gov.br/lgpd" class="highlight-link"> LGPD </a> <a href="https://www.pecidadao.pe.gov.br/#/" class="highlight-link"> PORTAL PE CIDADÃO </a> </div> <div class="top-menu"> <script> // Read cookie function getCookie(strCookie) { var strName = strCookie + "="; var arrCookies = document.cookie.split(';'); for (var i = 0; i < arrCookies.length; i++) { var strValorCookie = arrCookies[i]; while (strValorCookie.charAt(0) == ' ') { strValorCookie = strValorCookie.substring(1, strValorCookie.length); } if (strValorCookie.indexOf(strName) == 0) { return strValorCookie.substring(strName.length, strValorCookie.length); } } return ''; } // Set cookie function setCookie(name, value, expires, path, domain, secure) { // set time, it's in milliseconds var today = new Date(); today.setTime( today.getTime() ); /* if the expires variable is set, make the correct expires time, the current script below will set it for x number of days, to make it for hours, delete * 24, for minutes, delete * 60 * 24 */ path = '/'; if ( expires ) { expires = expires * 1000 * 60 * 60 * 24; } var expires_date = new Date( today.getTime() + (expires) ); document.cookie = name + "=" +escape( value ) + ( ( expires ) ? ";expires=" + expires_date.toGMTString() : "" ) + ( ( path ) ? ";path=" + path : "" ) + ( ( domain ) ? ";domain=" + domain : "" ) + ( ( secure ) ? ";secure" : "" ); } // Erase cookie function eraseCookie(name) { setCookie(name, '', -1); } jQuery.noConflict(); (function( $ ) { $(function() { //Pega a temperatura $.ajax({ url: 'http://api.weatherunlocked.com/api/current/-8.05428,-34.8813?app_id=6ec55f2f&app_key=ebefdb91fcc7ba69d7bbc624a7534ec4', type: 'GET', crossDomain: true, dataType: 'text', success: function(data) { let jsonObject = JSON.parse(data); $( ".weather" ).empty(); $( ".weather" ).append( jsonObject.temp_c+"° C" ); } }); //aumenta o tamanho da fonte $("#aumentar-fonte").click(function () { var size = $("*").css('font-size'); size = size.replace('px', ''); size = parseInt(size) + 1; $("*").animate({'font-size' : size + 'px'}); return false; }); $("#diminuir-fonte").click(function () { var size = $("*").css('font-size'); size = size.replace('px', ''); size = parseInt(size) - 1; $("*").animate({'font-size' : size + 'px'}); return false; }); //controle de contraste // var cookieContrast = getCookie("highContrast"); // if (cookieContrast == "highContrast"){ // $("body").addClass("highContrast"); // } // $("a.highContrast").click(function(){ // var x = getCookie("highContrast"); // if (x == "highContrast") { // $("body").removeClass("highContrast"); // eraseCookie("highContrast"); // } else { // $("body").addClass("highContrast"); // setCookie("highContrast", "highContrast"); // } // return (false); // }); }); })(jQuery); </script> <span class="weather">28° C</span> <ul class="social-list"> <li><a target="_blank" href="https://fb.com/seplag.pe"></a></li> <li><a target="_blank" href="https://instagram.com/seplag.pe"></a></li> <li><a target="_blank" href="https://twitter.com/governope"></a></li> <li><a target="_blank" href="https://www.youtube.com/c/seplag.pe"></a></li> </ul> <ul class="accessibility"> <li><a id="aumentar-fonte" href="javascript:void(0);">A+</a></li> <li><a id="diminuir-fonte" href="javascript:void(0);">A-</a></li> <li><a id="acessibilidade" href="/acessibilidade/17-acessibilidade/9-acessibilidade">Acessibilidade</a></li> <li><a href="javascript:void(0);" class="change-contrast">Alto Contraste</a></li> <li><a href="/mapa-do-site/18-mapa-do-site/10-mapa-do-site">Mapa do Site</a></li> </ul> </div> <style type="text/css"> @media (min-width: 700px) { .logo { background:url('/images/logo_oficial.png') 0 0 no-repeat !important; } } @media (max-width: 700px) { .logo { background: #005f98 url('/images/logo-2.png') 15px center no-repeat !important; } } </style> <a href="/" class="logo" title="SECRETARIA DE PLANEJAMENTO E GESTÃO."> SEPLAG - SECRETARIA DE PLANEJAMENTO E GESTÃO. </a> <!-- <h1>SECRETARIA DE PLANEJAMENTO E GESTÃO<br><span>de Pernambuco</span></h1> --> <h1>SECRETARIA DE PLANEJAMENTO, GESTÃO E<br>DESENVOLVIMENTO REGIONAL<span> </span></h1> <div class="wrap-show-menu"> <a href="javascript:void(0);" class="show-menu c-hamburger c-hamburger--htx"><span>&#9776;</span></a> </div> <ul class="aux-menu"> <li><a href="/fem">FEM</a></li> <li><a href="/orcamento">PPA / LOA / LDO</a></li> <li><a href="/avaliacoes-e-indicadores">Avaliações e Indicadores</a></li> <li><a href="/relatorio-de-acao-de-governo">Relatório de Ação de Governo</a></li> </ul> <div class="search-bar"> <div id="busca-home" class="search"> <label> <select id="category-select" name="category-select"> <option selected="selected" value="">- Todas as Categorias -</option> <option value="2" > Assunto </option> <option value="63" > PPA </option> <option value="58" > SEDMG </option> <option value="8" > Governo </option> <option value="23" > ; ; ; ;Saúde </option> <option value="68" > PAM </option> <option value="62" > Gestão em Pauta </option> <option value="64" > Programas especiais </option> <option value="59" > A SEDMG </option> <option value="48" > Projetos </option> <option value="57" > Planejamento e Gestão </option> <option value="9" > Imprensa </option> <option value="11" > Orgãos </option> <option value="14" > Descubra Pernambuco </option> <option value="10" > Notícias </option> <option value="35" > ; ; ; ;Desenvolvimento </option> <option value="56" > PPA/LOA/LDO </option> <option value="71" > Licitações </option> <option value="37" > Tecnologia </option> <option value="38" > Secretaria </option> <option value="39" > Instituto de Gestão </option> <option value="22" > ; ; ; ;Educação </option> <option value="36" > ; ; ; ;Cultura </option> <option value="66" > PAA </option> <option value="13" > Serviços </option> <option value="19" > Telefones Úteis </option> <option value="20" > Mapa do Trabalho </option> <option value="24" > ; ; ; ;Segurança </option> <option value="53" > Ouvidoria </option> <option value="67" > PFC </option> <option value="60" > Relatórios de Ação de Governo </option> <option value="69" > FEM </option> <option value="45" > Programas e Serviços </option> <option value="49" > Projetos especiais </option> <option value="15" > Invista em Pernambuco </option> <option value="16" > Contato </option> <option value="17" > Acessibilidade </option> <option value="18" > Mapa do Site </option> <option value="46" > REVISTA GESTÃO PÚBLICA PE </option> <option value="65" > TODOS POR PERNAMBUCO </option> <option value="55" > Avaliações e Indicadores </option> <option value="72" > PERNAMBUCO 2035 </option> <option value="75" > Hack Gov PE </option> <option value="79" > CEODS </option> <option value="76" > seplantar </option> <option value="77" > Planejamento Estratégico </option> <option value="80" > CRIS </option> <option value="81" > Monitoramento </option> <option value="82" > LGPD </option> <option value="43" > Pactos </option> <option value="83" > SEI </option> <option value="78" > Consumo </option> </select> </label> <input type="text" name="s" id="s" placeholder="O QUE VOCÊ PROCURA?"> <input id="boom" type="submit" value=""> </div> <script type="text/javascript"> jQuery.noConflict(); (function( $ ) { $(function() { $( "#boom" ).click(function( event ) { var category_selected = $("#category-select").val(); var campo_busca = $("#s").val(); var url = 'index.php?option=com_buscasite&busca='+campo_busca+'&catid='+category_selected; window.location.href= url; }); }); })(jQuery); </script> </div> </div> </div> </header> <div id="content" class="descubra-pe internal page-governo contato governo-mapa_do_trabalho governo mapa_do_site secretarias servicos orgaos governo-prefeituras governo-governador "> <div class="row"> <div class="mobile-four push-two ten columns"> <style type="text/css"> .post-header{display: none} .post-footer{display: none} </style> <!-- header sem subcategoria --> <header> <h2 id="titulo-pagina" class="page-title">REVISTA GESTÃO PÚBLICA PE</h2> <!-- --> <div class="menu-governo" id="menu-governo"> <button type="button" class="btn-governo-menu-toogle"> <i class="fa fa-caret-down"></i> </button> <nav class="collapse collapse-menu"> <ul class="nav-interna clearfix"> <li > <a href="/46-revista-rgp-pe/54-revista-gestao-publica-pe"> <span>Revista Gestão Pública PE</span> </a> </li> <li class="active" > <a href="/46-revista-rgp-pe/122-edicoes"> <span>Edições</span> </a> </li> <li > <a href="/46-revista-rgp-pe/55-expediente"> <span>Expediente</span> </a> </li> </ul> </nav> </div> <!-- --> <div class="header-title"> <h3 id="subtitulo-pagina">Edições</h3> </div> </header> <!-- header sem subcategoria fim --> <!-- header sem subcategoria fim --> <style type="text/css"> body{ background-image: url('http://www.seplan.pe.gov.br/images/bg-body.png'); } </style><style type="text/css"> .page-header{ display: none; } </style> <link rel="stylesheet" href="http://maxazan.github.io/jquery-treegrid/css/jquery.treegrid.css"> <link rel="stylesheet" href="/templates/govpe/css/style.css"> <div class="row" style="background-color: rgba(255,255,255,0.5)"> <div class="mobile-four twelve columns"> <!-- Fim Área Social --> <div class="page-content post item-page" itemscope itemtype="https://schema.org/Article"> <meta itemprop="inLanguage" content="pt-BR" /> <div class="page-header"> <h1> Início </h1> </div> <figure class="row"> </figure> <div class="row"> <div itemprop="articleBody"> <p> ;</p> <table style="height: 350px; width: 696px;"> <tbody> <tr style="height: 243px;"> <td style="width: 291px; height: 243px;"> <p><span style="font-size: 14pt;"><strong>Edição Atual | Nº 18</strong></span></p> <p><a href="https://drive.google.com/open?id=1MEcQc0R3prowy9Fp6c-PbcqTudnS3lW8" target="_blank" rel="noopener noreferrer"><img src="/images/capa_rgp18.jpeg" alt="" width="350" height="470" /></a></p> <p>Clique na imagem para ;ler a Revista</p> </td> <td style="width: 370px; height: 243px;"> <p style="padding-left: 30px;">Chegamos à 18ª edição, após uma parada obrigatória, em virtude da legislação eleitoral. Agora, retornamos para mostrar o resultado desses meses de apuração, debate de ideias e de pesquisa, que resultou em um produto final mais leve e acessível para todos. Após esse extenso trabalho, decidimos apostar em histórias que mostram a aplicação dos conhecimentos de planejamento e gestão no cotidiano, na prática, fugindo dos academicismos. ;Neste retorno, trazemos uma pauta bastante diversificada, com temas que extrapolam o mundo da gestão pública, mas que de alguma maneira ;trazem relação com ele.</p> <p style="padding-left: 30px;">Boa leitura!</p> </td> </tr> </tbody> </table> <p><br /><br /></p> <p><span style="font-size: 14pt;"><strong>Edições Anteriores</strong></span></p> <table style="height: 524px; width: 804px;"> <tbody> <tr> <td style="width: 175px;"> ;</td> <td style="width: 177px;"> ;</td> <td style="width: 175px;"> ;</td> </tr> <tr> <td style="width: 175px;"> ;<a href="https://drive.google.com/open?id=1MEcQc0R3prowy9Fp6c-PbcqTudnS3lW8"><img src="/images/edio_18.jpeg" alt="" width="269" height="362" /></a></td> <td style="width: 177px;"> ;<a href="https://drive.google.com/open?id=1oSIhQQUtVHpTxmHbEOqmHGfTCbqgNcmy"><img src="/images/edio_17r.jpg" alt="" width="270" height="361" /></a></td> <td style="width: 175px;"> ;<a href="https://drive.google.com/open?id=1H0na-YNPJKygmiApgJ49BGQ8OVfsqTAh"><img src="/images/edio_16.jpg" alt="" width="270" height="361" /></a></td> </tr> <tr> <td style="width: 175px;"> ;<a href="https://drive.google.com/open?id=1nThNC9HZwOTCMYIYSTNqmFz4O6dKA8pu"><img src="/images/edio_15.jpg" alt="" width="261" height="353" /></a></td> <td style="width: 177px;"> ;<a href="https://drive.google.com/open?id=1dcjC_7NmdV3rn6B_GOTjIto79BEwPf_I"><img src="/images/edio_14.jpg" alt="" width="260" height="347" /></a></td> <td style="width: 175px;"> ;<a href="https://drive.google.com/open?id=12ZRx9DY8caJfmjvahn80ih7TGcmTQdY-"><img src="/images/edio_13.jpg" alt="" width="264" height="350" /></a></td> </tr> <tr> <td style="width: 175px;"> ;<a href="https://drive.google.com/open?id=1A9XyYaAFigmQg9E9uVCyHyncXbPfgJXa"><img src="/images/edio_12.jpg" alt="" width="260" height="348" /></a></td> <td style="width: 177px;"> ;<a href="https://drive.google.com/open?id=1nF7dGB_8641uxl9kjoV8gI4tBKaLf17x"><img src="/images/edio_11.jpg" alt="" width="263" height="349" /></a></td> <td style="width: 175px;"> ;<a href="https://drive.google.com/open?id=1lPHt1TPDlz0Wfra4PfSU2lcBhjYei-fx"><img src="/images/edio_10.jpg" alt="" /></a></td> </tr> <tr> <td style="width: 175px;"> ;<a href="https://drive.google.com/open?id=1zvbEXTQRdsodZE0GAhVWtqzxRZ2t3sUL"><img src="/images/edio_9.jpg" alt="" /></a></td> <td style="width: 177px;"> ;<a href="https://drive.google.com/open?id=1Awf0zo3ewlXOHYaYLOcpDfxRBbIqL5at"><img src="/images/edio_8.jpg" alt="" /></a></td> <td style="width: 175px;"> ;<a href="https://drive.google.com/open?id=1AK63f48i41vmEe2U8hWjK4hRYNjOjZGx"><img src="/images/edio_7.jpg" alt="" /></a></td> </tr> <tr> <td style="width: 175px;"> ;<a href="https://drive.google.com/open?id=19Alh3vHHo7GIkZIHhrVfnBaBIeZgh6IB"><img src="/images/edio_6.jpg" alt="" /></a></td> <td style="width: 177px;"> ;<a href="https://drive.google.com/open?id=1xXZte1W6oUO-1RLq7mCIFec7DHAnqh-M"><img src="/images/edio_5.jpg" alt="" /></a></td> <td style="width: 175px;"> ;<a href="https://drive.google.com/open?id=1uTYhsvNHJ2un-rdoiUHf6an0dXv_46l_"><img src="/images/edio_4.jpg" alt="" /></a></td> </tr> <tr> <td style="width: 175px;"><a href="https://drive.google.com/open?id=1-FQ9gIV5yv_IcSgUgt5FSZ-bbYzVEG_Q"><img src="/images/edio_2.jpg" alt="" /></a></td> <td style="width: 177px;"><a href="https://drive.google.com/open?id=1uU_a3fFbUXZG2PE_TUTLUwJlnJ8395al"><img src="/images/edio_3.jpg" alt="" /></a></td> <td style="width: 175px;"><a href="https://drive.google.com/open?id=1RM0tUp9BvSOU0GFKPsN5u2H9kUfvMixS"><img src="/images/edio_1.jpg" alt="" /></a></td> </tr> </tbody> </table> <p> ;</p> <p> ;</p> <p> ;</p> <p> ;</p> <p> ;</p> <p> ;</p> <p> ;</p> </div> </div> <br/><br/> </div> </div> <div class="four columns"> <p> ;</p> <p> ;</p> <div class="right-sidebar" style="display:none !important"> </div> </div> </div> </div> </div> </div> <footer> <div class="row"> <div class="mobile-four push-two ten columns"> <style type="text/css"> #container footer .wrap-social-boxes .fb { background: url('http://www.seplan.pe.gov.br/images/redes_sociais_v3.png') 0 -230px no-repeat !important; } </style> <h3 class="title-section">Redes Sociais<br><span>SEPLAG</span></h3> <div class="wrap-social-boxes"> <a class="no-decor" target="_blank" href="https://fb.com/seplag.pe"> <div class="fb"> <p> <i class="icon icon-fb"></i> /seplag.pe </p> <div class="wrap-fb-like"> <div class="fb-like" data-href="https://fb.com/seplag.pe" data-adapt-container-width="true" data-layout="standard" data-action="like" data-size="small" data-show-faces="true" data-share="true"></div> </div> </div> </a> <a class="no-decor" target="_blank" href="https://instagram.com/seplag.pe"> <div class="mobile-four six columns nopaddingL"> <div class="ig"> <p> <i class="icon icon-ig"></i> /seplag.pe </p> </div> </div> </a> <a class="no-decor" target="_blank" href="https://www.youtube.com/c/seplag.pe" > <div class="mobile-four six columns nopaddingR"> <div class="yt"> <p> <i class="icon icon-yt"></i> /seplag.pe </p> </div> </div> </a> </div> <div class="wrap-sitemap"> <ul> <li class="sitemap-title"> <a href="http://www.seplan.pe.gov.br/secretaria"> Secretaria </a> </li> <li><a href="/secretaria/38-secretaria/3-a-secretaria">&raquo; A Secretaria</a></li> <li><a href="/secretaria/38-secretaria/23-estrutura-organizacional">&raquo; Organograma</a></li> <li><a href="/secretaria/38-secretaria/24-perfil-do-secretario">&raquo; Perfil do secretário</a></li> <li><a href="/secretaria/38-secretaria/120-secoge">&raquo; SECOGE</a></li> <li><a href="/secretaria/38-secretaria/27-sepoc">&raquo; SEPOC</a></li> <li><a href="/secretaria/38-secretaria/29-seges">&raquo; SEGES</a></li> <li><a href="/secretaria/38-secretaria/30-segpr">&raquo; SEGPR</a></li> <li><a href="/secretaria/38-secretaria/393-ce">&raquo; Comissão de Ética</a></li> <li><a href="/secretaria/38-secretaria/32-publicacoes">&raquo; Publicações</a></li> <li><a href="/secretaria/38-secretaria/342-licitacoes">&raquo; Licitações</a></li> </ul> <ul> <li class="sitemap-title"> <a href="http://www.seplan.pe.gov.br/instituto-de-gestao"> Instituto de Gestão </a> </li> <li><a href="/instituto-de-gestao/39-instituto-de-gestao/34-instituto-de-gestao">&raquo; INSTITUTO DE GESTÃO</a></li> <li><a href="/instituto-de-gestao/39-instituto-de-gestao/44-pfc">&raquo; PFC</a></li> </ul> <ul> <li class="sitemap-title"> <a href="http://www.seplan.pe.gov.br/revista-rgp-pe"> REVISTA GESTÃO PÚBLICA PE </a> </li> <li><a href="/revista-rgp-pe/46-revista-rgp-pe/54-revista-gestao-publica-pe">&raquo; Revista Gestão Pública PE</a></li> <li><a href="/revista-rgp-pe/46-revista-rgp-pe/122-edicoes">&raquo; Edições</a></li> <li><a href="/revista-rgp-pe/46-revista-rgp-pe/55-expediente">&raquo; Expediente</a></li> </ul> <ul class="nomargin"> <li class="sitemap-title"> <a href="http://www.seplan.pe.gov.br/noticias"> Notícias </a> </li> <li class="sitemap-title"> <a href="http://www.seplan.pe.gov.br/imprensa"> Imprensa </a> </li> <li class="sitemap-title"> <a href="http://www.seplan.pe.gov.br/contato"> Contato </a> </li> </ul> </div> <address>SEPLAG PE, Rua da Aurora, 1377, Santo Amaro - Recife PE, CEP 50040-090 | Telefone: +55 81 3182.3800</address> <p><img src="/images/logogovpepb.png" width="125" height="75" /></p> </div> </div> </footer> </div><!-- End container --> </body>]]>
447 <![CDATA[<div class="row" style="background-color: rgba(255,255,255,0.5)"> <div class="mobile-four twelve columns"> <!-- Fim Área Social --> <div class="page-content post item-page" itemscope itemtype="https://schema.org/Article"> <meta itemprop="inLanguage" content="pt-BR" /> <div class="page-header"> <h1> Início </h1> </div> <figure class="row"> </figure> <div class="row"> <div itemprop="articleBody"> <p> ;</p> <table style="height: 350px; width: 696px;"> <tbody> <tr style="height: 243px;"> <td style="width: 291px; height: 243px;"> <p><span style="font-size: 14pt;"><strong>Edição Atual | Nº 18</strong></span></p> <p><a href="https://drive.google.com/open?id=1MEcQc0R3prowy9Fp6c-PbcqTudnS3lW8" target="_blank" rel="noopener noreferrer"><img src="/images/capa_rgp18.jpeg" alt="" width="350" height="470" /></a></p> <p>Clique na imagem para ;ler a Revista</p> </td> <td style="width: 370px; height: 243px;"> <p style="padding-left: 30px;">Chegamos à 18ª edição, após uma parada obrigatória, em virtude da legislação eleitoral. Agora, retornamos para mostrar o resultado desses meses de apuração, debate de ideias e de pesquisa, que resultou em um produto final mais leve e acessível para todos. Após esse extenso trabalho, decidimos apostar em histórias que mostram a aplicação dos conhecimentos de planejamento e gestão no cotidiano, na prática, fugindo dos academicismos. ;Neste retorno, trazemos uma pauta bastante diversificada, com temas que extrapolam o mundo da gestão pública, mas que de alguma maneira ;trazem relação com ele.</p> <p style="padding-left: 30px;">Boa leitura!</p> </td> </tr> </tbody> </table> <p><br /><br /></p> <p><span style="font-size: 14pt;"><strong>Edições Anteriores</strong></span></p> <table style="height: 524px; width: 804px;"> <tbody> <tr> <td style="width: 175px;"> ;</td> <td style="width: 177px;"> ;</td> <td style="width: 175px;"> ;</td> </tr> <tr> <td style="width: 175px;"> ;<a href="https://drive.google.com/open?id=1MEcQc0R3prowy9Fp6c-PbcqTudnS3lW8"><img src="/images/edio_18.jpeg" alt="" width="269" height="362" /></a></td> <td style="width: 177px;"> ;<a href="https://drive.google.com/open?id=1oSIhQQUtVHpTxmHbEOqmHGfTCbqgNcmy"><img src="/images/edio_17r.jpg" alt="" width="270" height="361" /></a></td> <td style="width: 175px;"> ;<a href="https://drive.google.com/open?id=1H0na-YNPJKygmiApgJ49BGQ8OVfsqTAh"><img src="/images/edio_16.jpg" alt="" width="270" height="361" /></a></td> </tr> <tr> <td style="width: 175px;"> ;<a href="https://drive.google.com/open?id=1nThNC9HZwOTCMYIYSTNqmFz4O6dKA8pu"><img src="/images/edio_15.jpg" alt="" width="261" height="353" /></a></td> <td style="width: 177px;"> ;<a href="https://drive.google.com/open?id=1dcjC_7NmdV3rn6B_GOTjIto79BEwPf_I"><img src="/images/edio_14.jpg" alt="" width="260" height="347" /></a></td> <td style="width: 175px;"> ;<a href="https://drive.google.com/open?id=12ZRx9DY8caJfmjvahn80ih7TGcmTQdY-"><img src="/images/edio_13.jpg" alt="" width="264" height="350" /></a></td> </tr> <tr> <td style="width: 175px;"> ;<a href="https://drive.google.com/open?id=1A9XyYaAFigmQg9E9uVCyHyncXbPfgJXa"><img src="/images/edio_12.jpg" alt="" width="260" height="348" /></a></td> <td style="width: 177px;"> ;<a href="https://drive.google.com/open?id=1nF7dGB_8641uxl9kjoV8gI4tBKaLf17x"><img src="/images/edio_11.jpg" alt="" width="263" height="349" /></a></td> <td style="width: 175px;"> ;<a href="https://drive.google.com/open?id=1lPHt1TPDlz0Wfra4PfSU2lcBhjYei-fx"><img src="/images/edio_10.jpg" alt="" /></a></td> </tr> <tr> <td style="width: 175px;"> ;<a href="https://drive.google.com/open?id=1zvbEXTQRdsodZE0GAhVWtqzxRZ2t3sUL"><img src="/images/edio_9.jpg" alt="" /></a></td> <td style="width: 177px;"> ;<a href="https://drive.google.com/open?id=1Awf0zo3ewlXOHYaYLOcpDfxRBbIqL5at"><img src="/images/edio_8.jpg" alt="" /></a></td> <td style="width: 175px;"> ;<a href="https://drive.google.com/open?id=1AK63f48i41vmEe2U8hWjK4hRYNjOjZGx"><img src="/images/edio_7.jpg" alt="" /></a></td> </tr> <tr> <td style="width: 175px;"> ;<a href="https://drive.google.com/open?id=19Alh3vHHo7GIkZIHhrVfnBaBIeZgh6IB"><img src="/images/edio_6.jpg" alt="" /></a></td> <td style="width: 177px;"> ;<a href="https://drive.google.com/open?id=1xXZte1W6oUO-1RLq7mCIFec7DHAnqh-M"><img src="/images/edio_5.jpg" alt="" /></a></td> <td style="width: 175px;"> ;<a href="https://drive.google.com/open?id=1uTYhsvNHJ2un-rdoiUHf6an0dXv_46l_"><img src="/images/edio_4.jpg" alt="" /></a></td> </tr> <tr> <td style="width: 175px;"><a href="https://drive.google.com/open?id=1-FQ9gIV5yv_IcSgUgt5FSZ-bbYzVEG_Q"><img src="/images/edio_2.jpg" alt="" /></a></td> <td style="width: 177px;"><a href="https://drive.google.com/open?id=1uU_a3fFbUXZG2PE_TUTLUwJlnJ8395al"><img src="/images/edio_3.jpg" alt="" /></a></td> <td style="width: 175px;"><a href="https://drive.google.com/open?id=1RM0tUp9BvSOU0GFKPsN5u2H9kUfvMixS"><img src="/images/edio_1.jpg" alt="" /></a></td> </tr> </tbody> </table> <p> ;</p> <p> ;</p> <p> ;</p> <p> ;</p> <p> ;</p> <p> ;</p> <p> ;</p> </div> </div> <br/><br/> </div> </div> <div class="four columns"> <p> ;</p> <p> ;</p> <div class="right-sidebar" style="display:none !important"> </div> </div> </div>]]>
460 <![CDATA[<table style="height: 350px; width: 696px;"> <tbody> <tr style="height: 243px;"> <td style="width: 291px; height: 243px;"> <p><span style="font-size: 14pt;"><strong>Edição Atual | Nº 18</strong></span></p> <p><a href="https://drive.google.com/open?id=1MEcQc0R3prowy9Fp6c-PbcqTudnS3lW8" target="_blank" rel="noopener noreferrer"><img src="/images/capa_rgp18.jpeg" alt="" width="350" height="470" /></a></p> <p>Clique na imagem para ;ler a Revista</p> </td> <td style="width: 370px; height: 243px;"> <p style="padding-left: 30px;">Chegamos à 18ª edição, após uma parada obrigatória, em virtude da legislação eleitoral. Agora, retornamos para mostrar o resultado desses meses de apuração, debate de ideias e de pesquisa, que resultou em um produto final mais leve e acessível para todos. Após esse extenso trabalho, decidimos apostar em histórias que mostram a aplicação dos conhecimentos de planejamento e gestão no cotidiano, na prática, fugindo dos academicismos. ;Neste retorno, trazemos uma pauta bastante diversificada, com temas que extrapolam o mundo da gestão pública, mas que de alguma maneira ;trazem relação com ele.</p> <p style="padding-left: 30px;">Boa leitura!</p> </td> </tr> </tbody> </table>]]>
462 <![CDATA[<tr style="height: 243px;"> <td style="width: 291px; height: 243px;"> <p><span style="font-size: 14pt;"><strong>Edição Atual | Nº 18</strong></span></p> <p><a href="https://drive.google.com/open?id=1MEcQc0R3prowy9Fp6c-PbcqTudnS3lW8" target="_blank" rel="noopener noreferrer"><img src="/images/capa_rgp18.jpeg" alt="" width="350" height="470" /></a></p> <p>Clique na imagem para ;ler a Revista</p> </td> <td style="width: 370px; height: 243px;"> <p style="padding-left: 30px;">Chegamos à 18ª edição, após uma parada obrigatória, em virtude da legislação eleitoral. Agora, retornamos para mostrar o resultado desses meses de apuração, debate de ideias e de pesquisa, que resultou em um produto final mais leve e acessível para todos. Após esse extenso trabalho, decidimos apostar em histórias que mostram a aplicação dos conhecimentos de planejamento e gestão no cotidiano, na prática, fugindo dos academicismos. ;Neste retorno, trazemos uma pauta bastante diversificada, com temas que extrapolam o mundo da gestão pública, mas que de alguma maneira ;trazem relação com ele.</p> <p style="padding-left: 30px;">Boa leitura!</p> </td> </tr>]]>
463 <![CDATA[<td style="width: 291px; height: 243px;"> <p><span style="font-size: 14pt;"><strong>Edição Atual | Nº 18</strong></span></p> <p><a href="https://drive.google.com/open?id=1MEcQc0R3prowy9Fp6c-PbcqTudnS3lW8" target="_blank" rel="noopener noreferrer"><img src="/images/capa_rgp18.jpeg" alt="" width="350" height="470" /></a></p> <p>Clique na imagem para ;ler a Revista</p> </td>]]>
464 <![CDATA[<span style="font-size: 14pt;"><strong>Edição Atual | Nº 18</strong></span>]]>
468 <![CDATA[<td style="width: 370px; height: 243px;"> <p style="padding-left: 30px;">Chegamos à 18ª edição, após uma parada obrigatória, em virtude da legislação eleitoral. Agora, retornamos para mostrar o resultado desses meses de apuração, debate de ideias e de pesquisa, que resultou em um produto final mais leve e acessível para todos. Após esse extenso trabalho, decidimos apostar em histórias que mostram a aplicação dos conhecimentos de planejamento e gestão no cotidiano, na prática, fugindo dos academicismos. ;Neste retorno, trazemos uma pauta bastante diversificada, com temas que extrapolam o mundo da gestão pública, mas que de alguma maneira ;trazem relação com ele.</p> <p style="padding-left: 30px;">Boa leitura!</p> </td>]]>
469 <![CDATA[<p style="padding-left: 30px;">Chegamos à 18ª edição, após uma parada obrigatória, em virtude da legislação eleitoral. Agora, retornamos para mostrar o resultado desses meses de apuração, debate de ideias e de pesquisa, que resultou em um produto final mais leve e acessível para todos. Após esse extenso trabalho, decidimos apostar em histórias que mostram a aplicação dos conhecimentos de planejamento e gestão no cotidiano, na prática, fugindo dos academicismos. ;Neste retorno, trazemos uma pauta bastante diversificada, com temas que extrapolam o mundo da gestão pública, mas que de alguma maneira ;trazem relação com ele.</p>]]>
470 <![CDATA[<p style="padding-left: 30px;">Boa leitura!</p>]]>
476 <![CDATA[<span style="font-size: 14pt;"><strong>Edições Anteriores</strong></span>]]>
477 <![CDATA[<table style="height: 524px; width: 804px;"> <tbody> <tr> <td style="width: 175px;"> ;</td> <td style="width: 177px;"> ;</td> <td style="width: 175px;"> ;</td> </tr> <tr> <td style="width: 175px;"> ;<a href="https://drive.google.com/open?id=1MEcQc0R3prowy9Fp6c-PbcqTudnS3lW8"><img src="/images/edio_18.jpeg" alt="" width="269" height="362" /></a></td> <td style="width: 177px;"> ;<a href="https://drive.google.com/open?id=1oSIhQQUtVHpTxmHbEOqmHGfTCbqgNcmy"><img src="/images/edio_17r.jpg" alt="" width="270" height="361" /></a></td> <td style="width: 175px;"> ;<a href="https://drive.google.com/open?id=1H0na-YNPJKygmiApgJ49BGQ8OVfsqTAh"><img src="/images/edio_16.jpg" alt="" width="270" height="361" /></a></td> </tr> <tr> <td style="width: 175px;"> ;<a href="https://drive.google.com/open?id=1nThNC9HZwOTCMYIYSTNqmFz4O6dKA8pu"><img src="/images/edio_15.jpg" alt="" width="261" height="353" /></a></td> <td style="width: 177px;"> ;<a href="https://drive.google.com/open?id=1dcjC_7NmdV3rn6B_GOTjIto79BEwPf_I"><img src="/images/edio_14.jpg" alt="" width="260" height="347" /></a></td> <td style="width: 175px;"> ;<a href="https://drive.google.com/open?id=12ZRx9DY8caJfmjvahn80ih7TGcmTQdY-"><img src="/images/edio_13.jpg" alt="" width="264" height="350" /></a></td> </tr> <tr> <td style="width: 175px;"> ;<a href="https://drive.google.com/open?id=1A9XyYaAFigmQg9E9uVCyHyncXbPfgJXa"><img src="/images/edio_12.jpg" alt="" width="260" height="348" /></a></td> <td style="width: 177px;"> ;<a href="https://drive.google.com/open?id=1nF7dGB_8641uxl9kjoV8gI4tBKaLf17x"><img src="/images/edio_11.jpg" alt="" width="263" height="349" /></a></td> <td style="width: 175px;"> ;<a href="https://drive.google.com/open?id=1lPHt1TPDlz0Wfra4PfSU2lcBhjYei-fx"><img src="/images/edio_10.jpg" alt="" /></a></td> </tr> <tr> <td style="width: 175px;"> ;<a href="https://drive.google.com/open?id=1zvbEXTQRdsodZE0GAhVWtqzxRZ2t3sUL"><img src="/images/edio_9.jpg" alt="" /></a></td> <td style="width: 177px;"> ;<a href="https://drive.google.com/open?id=1Awf0zo3ewlXOHYaYLOcpDfxRBbIqL5at"><img src="/images/edio_8.jpg" alt="" /></a></td> <td style="width: 175px;"> ;<a href="https://drive.google.com/open?id=1AK63f48i41vmEe2U8hWjK4hRYNjOjZGx"><img src="/images/edio_7.jpg" alt="" /></a></td> </tr> <tr> <td style="width: 175px;"> ;<a href="https://drive.google.com/open?id=19Alh3vHHo7GIkZIHhrVfnBaBIeZgh6IB"><img src="/images/edio_6.jpg" alt="" /></a></td> <td style="width: 177px;"> ;<a href="https://drive.google.com/open?id=1xXZte1W6oUO-1RLq7mCIFec7DHAnqh-M"><img src="/images/edio_5.jpg" alt="" /></a></td> <td style="width: 175px;"> ;<a href="https://drive.google.com/open?id=1uTYhsvNHJ2un-rdoiUHf6an0dXv_46l_"><img src="/images/edio_4.jpg" alt="" /></a></td> </tr> <tr> <td style="width: 175px;"><a href="https://drive.google.com/open?id=1-FQ9gIV5yv_IcSgUgt5FSZ-bbYzVEG_Q"><img src="/images/edio_2.jpg" alt="" /></a></td> <td style="width: 177px;"><a href="https://drive.google.com/open?id=1uU_a3fFbUXZG2PE_TUTLUwJlnJ8395al"><img src="/images/edio_3.jpg" alt="" /></a></td> <td style="width: 175px;"><a href="https://drive.google.com/open?id=1RM0tUp9BvSOU0GFKPsN5u2H9kUfvMixS"><img src="/images/edio_1.jpg" alt="" /></a></td> </tr> </tbody> </table>]]>
480 <![CDATA[<td style="width: 175px;"> ;</td>]]>
481 <![CDATA[<td style="width: 177px;"> ;</td>]]>
482 <![CDATA[<td style="width: 175px;"> ;</td>]]>
485 <![CDATA[<td style="width: 175px;"> ;<a href="https://drive.google.com/open?id=1MEcQc0R3prowy9Fp6c-PbcqTudnS3lW8"><img src="/images/edio_18.jpeg" alt="" width="269" height="362" /></a></td>]]>
486 <![CDATA[<td style="width: 177px;"> ;<a href="https://drive.google.com/open?id=1oSIhQQUtVHpTxmHbEOqmHGfTCbqgNcmy"><img src="/images/edio_17r.jpg" alt="" width="270" height="361" /></a></td>]]>
487 <![CDATA[<td style="width: 175px;"> ;<a href="https://drive.google.com/open?id=1H0na-YNPJKygmiApgJ49BGQ8OVfsqTAh"><img src="/images/edio_16.jpg" alt="" width="270" height="361" /></a></td>]]>
490 <![CDATA[<td style="width: 175px;"> ;<a href="https://drive.google.com/open?id=1nThNC9HZwOTCMYIYSTNqmFz4O6dKA8pu"><img src="/images/edio_15.jpg" alt="" width="261" height="353" /></a></td>]]>
491 <![CDATA[<td style="width: 177px;"> ;<a href="https://drive.google.com/open?id=1dcjC_7NmdV3rn6B_GOTjIto79BEwPf_I"><img src="/images/edio_14.jpg" alt="" width="260" height="347" /></a></td>]]>
492 <![CDATA[<td style="width: 175px;"> ;<a href="https://drive.google.com/open?id=12ZRx9DY8caJfmjvahn80ih7TGcmTQdY-"><img src="/images/edio_13.jpg" alt="" width="264" height="350" /></a></td>]]>
495 <![CDATA[<td style="width: 175px;"> ;<a href="https://drive.google.com/open?id=1A9XyYaAFigmQg9E9uVCyHyncXbPfgJXa"><img src="/images/edio_12.jpg" alt="" width="260" height="348" /></a></td>]]>
496 <![CDATA[<td style="width: 177px;"> ;<a href="https://drive.google.com/open?id=1nF7dGB_8641uxl9kjoV8gI4tBKaLf17x"><img src="/images/edio_11.jpg" alt="" width="263" height="349" /></a></td>]]>
497 <![CDATA[<td style="width: 175px;"> ;<a href="https://drive.google.com/open?id=1lPHt1TPDlz0Wfra4PfSU2lcBhjYei-fx"><img src="/images/edio_10.jpg" alt="" /></a></td>]]>
500 <![CDATA[<td style="width: 175px;"> ;<a href="https://drive.google.com/open?id=1zvbEXTQRdsodZE0GAhVWtqzxRZ2t3sUL"><img src="/images/edio_9.jpg" alt="" /></a></td>]]>
501 <![CDATA[<td style="width: 177px;"> ;<a href="https://drive.google.com/open?id=1Awf0zo3ewlXOHYaYLOcpDfxRBbIqL5at"><img src="/images/edio_8.jpg" alt="" /></a></td>]]>
502 <![CDATA[<td style="width: 175px;"> ;<a href="https://drive.google.com/open?id=1AK63f48i41vmEe2U8hWjK4hRYNjOjZGx"><img src="/images/edio_7.jpg" alt="" /></a></td>]]>
505 <![CDATA[<td style="width: 175px;"> ;<a href="https://drive.google.com/open?id=19Alh3vHHo7GIkZIHhrVfnBaBIeZgh6IB"><img src="/images/edio_6.jpg" alt="" /></a></td>]]>
506 <![CDATA[<td style="width: 177px;"> ;<a href="https://drive.google.com/open?id=1xXZte1W6oUO-1RLq7mCIFec7DHAnqh-M"><img src="/images/edio_5.jpg" alt="" /></a></td>]]>
507 <![CDATA[<td style="width: 175px;"> ;<a href="https://drive.google.com/open?id=1uTYhsvNHJ2un-rdoiUHf6an0dXv_46l_"><img src="/images/edio_4.jpg" alt="" /></a></td>]]>
510 <![CDATA[<td style="width: 175px;"><a href="https://drive.google.com/open?id=1-FQ9gIV5yv_IcSgUgt5FSZ-bbYzVEG_Q"><img src="/images/edio_2.jpg" alt="" /></a></td>]]>
511 <![CDATA[<td style="width: 177px;"><a href="https://drive.google.com/open?id=1uU_a3fFbUXZG2PE_TUTLUwJlnJ8395al"><img src="/images/edio_3.jpg" alt="" /></a></td>]]>
512 <![CDATA[<td style="width: 175px;"><a href="https://drive.google.com/open?id=1RM0tUp9BvSOU0GFKPsN5u2H9kUfvMixS"><img src="/images/edio_1.jpg" alt="" /></a></td>]]>
534 <![CDATA[<div class="right-sidebar" style="display:none !important"> </div>]]>
27 <![CDATA[<style type="text/css"> @font-face { font-family: 'typicons'; src: url("/templates/govpe/fonts/typicons.eot"); src: url("/templates/govpe/fonts/typicons.eot?#iefix") format('embedded-opentype'), url("/templates/govpe/fonts/typicons.woff") format('woff'), url("/templates/govpe/fonts/typicons.ttf") format('truetype'), url("/templates/govpe/fonts/typicons.svg#typicons") format('svg'); font-weight: normal; font-style: normal; } </style>]]>
222 <![CDATA[<style type="text/css"> @media (min-width: 700px) { .logo { background:url('/images/logo_oficial.png') 0 0 no-repeat !important; } } @media (max-width: 700px) { .logo { background: #005f98 url('/images/logo-2.png') 15px center no-repeat !important; } } </style>]]>
395 <![CDATA[<style type="text/css"> .post-header{display: none} .post-footer{display: none} </style>]]>
435 <![CDATA[<style type="text/css"> body{ background-image: url('http://www.seplan.pe.gov.br/images/bg-body.png'); } </style>]]>
439 <![CDATA[<style type="text/css"> .page-header{ display: none; } </style>]]>
547 <![CDATA[<style type="text/css"> #container footer .wrap-social-boxes .fb { background: url('http://www.seplan.pe.gov.br/images/redes_sociais_v3.png') 0 -230px no-repeat !important; } </style>]]>
50 <![CDATA[<script type="application/json" class="joomla-script-options new">{"csrf.token":"311b130f4aca6a06a12fa2361d66587f","system.paths":{"root":"","base":""},"rl_modals":{"class":"modal_link","defaults":{"opacity":"0.8","maxWidth":"95%","maxHeight":"95%","current":"{current} \/ {total}","previous":"previous","next":"next","close":"close","xhrError":"O carregamento deste conte\u00fado falhou.","imgError":"O carregamento desta imagem falhou."},"auto_correct_size":1,"auto_correct_size_delay":0}}</script>]]>
60 <![CDATA[<script type="text/javascript"> jQuery(window).on('load', function() { new JCaption('img.caption'); }); </script>]]>
103 <![CDATA[<script> // Read cookie function getCookie(strCookie) { var strName = strCookie + "="; var arrCookies = document.cookie.split(';'); for (var i = 0; i < arrCookies.length; i++) { var strValorCookie = arrCookies[i]; while (strValorCookie.charAt(0) == ' ') { strValorCookie = strValorCookie.substring(1, strValorCookie.length); } if (strValorCookie.indexOf(strName) == 0) { return strValorCookie.substring(strName.length, strValorCookie.length); } } return ''; } // Set cookie function setCookie(name, value, expires, path, domain, secure) { // set time, it's in milliseconds var today = new Date(); today.setTime( today.getTime() ); /* if the expires variable is set, make the correct expires time, the current script below will set it for x number of days, to make it for hours, delete * 24, for minutes, delete * 60 * 24 */ path = '/'; if ( expires ) { expires = expires * 1000 * 60 * 60 * 24; } var expires_date = new Date( today.getTime() + (expires) ); document.cookie = name + "=" +escape( value ) + ( ( expires ) ? ";expires=" + expires_date.toGMTString() : "" ) + ( ( path ) ? ";path=" + path : "" ) + ( ( domain ) ? ";domain=" + domain : "" ) + ( ( secure ) ? ";secure" : "" ); } // Erase cookie function eraseCookie(name) { setCookie(name, '', -1); } jQuery.noConflict(); (function( $ ) { $(function() { //Pega a temperatura $.ajax({ url: 'http://api.weatherunlocked.com/api/current/-8.05428,-34.8813?app_id=6ec55f2f&app_key=ebefdb91fcc7ba69d7bbc624a7534ec4', type: 'GET', crossDomain: true, dataType: 'text', success: function(data) { let jsonObject = JSON.parse(data); $( ".weather" ).empty(); $( ".weather" ).append( jsonObject.temp_c+"° C" ); } }); //aumenta o tamanho da fonte $("#aumentar-fonte").click(function () { var size = $("*").css('font-size'); size = size.replace('px', ''); size = parseInt(size) + 1; $("*").animate({'font-size' : size + 'px'}); return false; }); $("#diminuir-fonte").click(function () { var size = $("*").css('font-size'); size = size.replace('px', ''); size = parseInt(size) - 1; $("*").animate({'font-size' : size + 'px'}); return false; }); //controle de contraste // var cookieContrast = getCookie("highContrast"); // if (cookieContrast == "highContrast"){ // $("body").addClass("highContrast"); // } // $("a.highContrast").click(function(){ // var x = getCookie("highContrast"); // if (x == "highContrast") { // $("body").removeClass("highContrast"); // eraseCookie("highContrast"); // } else { // $("body").addClass("highContrast"); // setCookie("highContrast", "highContrast"); // } // return (false); // }); }); })(jQuery); </script>]]>
371 <![CDATA[<script type="text/javascript"> jQuery.noConflict(); (function( $ ) { $(function() { $( "#boom" ).click(function( event ) { var category_selected = $("#category-select").val(); var campo_busca = $("#s").val(); var url = 'index.php?option=com_buscasite&busca='+campo_busca+'&catid='+category_selected; window.location.href= url; }); }); })(jQuery); </script>]]>
648 <![CDATA[<script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-6PJEMXY6S5', { 'anonymize_ip': true }); </script>]]>