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

Sites Atualizados

Lista dos novos sites adicionados a plataforma na última atualização

Endereço Nota Erros Avisos

urupes.sp.gov.br/transparencia/participacao-popular/

70.75 25 108
Recomendações Avaliadas
2.2 Garantir que os objetos programáveis sejam acessíveis.

Recomendações

Número Descrição Quantidade Linhas Código Fonte
2.2.6 Presença do elemento SCRIPT sem o elemento NOSCRIPT 7 21 34 56 83 612 646 716
21 <![CDATA[<script type="text/javascript"> function printdiv(printpage){ var headstr = "<html><head><title></title></head><body>"; var footstr = "</body>"; var newstr = document.all.item(printpage).innerHTML; var oldstr = document.body.innerHTML; document.body.innerHTML = headstr+newstr+footstr; window.print(); document.body.innerHTML = oldstr; return false; } </script>]]>
34 <![CDATA[<script> function funcao_toogle() { var x = document.getElementById("burger-menu"); if (x.style.display === "block") { x.style.display = "none"; } else { x.style.display = "block"; } } </script>]]>
56 <![CDATA[<script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-136072104-1'); </script>]]>
83 <![CDATA[<script> (function(h,o,t,j,a,r){ h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)}; h._hjSettings={hjid:1941341,hjsv:6}; a=o.getElementsByTagName('head')[0]; r=o.createElement('script');r.async=1; r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv; a.appendChild(r); })(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv='); </script>]]>
612 <![CDATA[<script type="text/javascript"> document.addEventListener('DOMContentLoaded', function() { var elems = document.querySelectorAll('.collapsible'); var instances = M.Collapsible.init(elems, options); }); // Or with jQuery $(document).ready(function(){ $('.collapsible').collapsible(); }); </script>]]>
646 <![CDATA[<script type="text/javascript"> function navigateTo(sel, target, newWindow) { var url = sel.options[sel.selectedIndex].value; if (newWindow) { window.open(url, target); } else { window[target].location.href = url; } } </script>]]>
716 <![CDATA[<script type="text/javascript"> $('a').click(function(){ $('html, body').animate({ scrollTop: $( $(this).attr('href') ).offset().top }, 500); return false; }); </script>]]>