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

Sites Pertecentes a (o) PE

Endereço Nota Erros Avisos

www.tacaratu.pe.gov.br/noticias?page=15

86.56 26 85
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 2 230 237
1.1.6 Presença de javascript(s) interno 4 25 202 209 416
230 <![CDATA[<ol class="breadcrumb" style="background-color: #F6F6F5 !important"> <li class="breadcrumb-item"><a href="https://www.tacaratu.pe.gov.br">Início</a></li> <li class="breadcrumb-item active" aria-current="page">Notícias</li> </ol>]]>
237 <![CDATA[<div class="alert alert-danger text-center d-none" id="empty-form" role="alert" style="margin-bottom: 30px !important"> O campo de pesquisa está vazio! </div>]]>
25 <![CDATA[<script> $(document).ready(function() { $('[data-toggle="tooltip"]').tooltip() $('#s-btn').click((e) => { e.preventDefault(); let value = $('#s-campo').val(); if (value != '') { window.location.href = '/noticias/' + value; } else { $('#empty-form').removeClass('d-none'); } $(this).blur(); }); $('#form-s').submit((e) => { e.preventDefault(); let value = $('#s-campo').val(); if (value != '') { window.location.href = '/noticias/' + value; } else { $('#empty-form').removeClass('d-none'); } }); }); </script>]]>
202 <![CDATA[<script> new window.VLibras.Widget('https://vlibras.gov.br/app'); </script>]]>
209 <![CDATA[<script> document.onkeyup=function(e) { let link = ""; if(e.which == 49) { link = "https://www.tacaratu.pe.gov.br" window.location.href = link; } else if(e.which == 50) { link = "https://www.tacaratu.pe.gov.br/noticias" window.location.href = link; } else if(e.which == 51) { link = "https://tacaratu.pe.transparenciamunicipal.online/app/pe/tacaratu/1" window.location.href = link; } else if(e.which == 52) { link = "https://www.tacaratu.pe.gov.br/contato" window.location.href = link; } } </script>]]>
416 <![CDATA[<script> $(function() { $('.btn-group-fab').on('click', '.btn', function() { window.open('https://www.tacaratu.pe.gov.br/app/chatbot/chat', '_blank', 'location=yes,height=670,width=570,scrollbars=yes,status=yes'); }); $('has-tooltip').tooltip(); }); </script>]]>