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

loanda.pr.gov.br/

75.65 84 191
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 4 93 109 1323 1586
93 <![CDATA[<script> window.onscroll = function () { myFunction() }; function myFunction() { if (document.body.scrollTop > 160 || document.documentElement.scrollTop > 160) { document.getElementById("logoPequena").className = "logoPequenaEfeito"; document.getElementById("menu-topo").className = "navbar navbar-expand-lg navbar-dark scrolling-navbar fixed-top"; } else { document.getElementById("logoPequena").className = ""; document.getElementById("menu-topo").className = "navbar navbar-expand-lg navbar-dark scrolling-navbar"; } } </script>]]>
109 <![CDATA[<script type="text/javascript"> $(document).ready(function ($) { "use strict"; /*-------------------------------------------------*/ /* = Search animation /*-------------------------------------------------*/ var searchToggle = $('.open-search'), inputAnime = $(".formulario-busca"), body = $('body'); searchToggle.on('click', function (event) { event.preventDefault(); if (inputAnime.hasClass('active')) { inputAnime.addClass('active'); } else { inputAnime.removeClass('active'); } }); body.on('click', function () { inputAnime.removeClass('active'); }); var elemBinds = $('.open-search, .formulario-busca'); elemBinds.bind('click', function (e) { e.stopPropagation(); }); $(function () { $('[data-toggle="tooltip"]').tooltip() }); }); $(document).ready(function () { $('.servicos').owlCarousel({ loop: false, margin: 20, nav: true, dots: false, responsiveClass: true, responsive: { 0: { items: 1 }, 600: { items: 1 }, 1000: { items: 1 } } }); $('#secretarias-home').owlCarousel({ loop: true, margin: 10, nav: true, dots: false, responsiveClass: true, responsive: { 0: { items: 1 }, 600: { items: 1 }, 1000: { items: 3 } } }); $('#mais-noticias-home').owlCarousel({ loop: true, margin: 15, nav: true, dots: false, responsiveClass: true, responsive: { 0: { items: 1 }, 600: { items: 2 }, 1000: { items: 3 } } }); $('#banner-fino-home').owlCarousel({ loop: true, margin: 10, nav: true, dots: false, responsiveClass: true, autoplay: true, autoplayTimeout: 7000, animateIn: 'fadeIn', animateOut: 'fadeOut', responsive: { 0: { items: 1 }, 600: { items: 1 }, 1000: { items: 1 } } }); $('#home-licitacoes').owlCarousel({ loop: true, margin: 20, nav: true, dots: false, responsiveClass: true, autoplay: true, autoplayTimeout: 10000, responsive: { 0: { items: 1 }, 600: { items: 1 }, 1000: { items: 1 } } }); $('#home-obras').owlCarousel({ loop: true, margin: 20, nav: true, dots: false, responsiveClass: true, autoplay: true, autoplayTimeout: 10000, responsive: { 0: { items: 1 }, 600: { items: 1 }, 1000: { items: 1 } } }); $('#home-turismo').owlCarousel({ loop: true, margin: 15, nav: true, dots: false, responsiveClass: true, autoplay: true, autoplayTimeout: 13000, animateIn: 'fadeIn', animateOut: 'fadeOut', responsive: { 0: { items: 1 }, 600: { items: 1 }, 1000: { items: 1 } } }); $('#videos-home').owlCarousel({ loop: true, margin: 10, nav: true, dots: false, responsiveClass: true, autoplay: false, responsive: { 0: { items: 1 }, 600: { items: 1 }, 1000: { items: 1 } } }); $('#galeria-home').owlCarousel({ loop: true, margin: 10, nav: true, dots: false, responsiveClass: true, autoplay: true, autoplayTimeout: 7000, responsive: { 0: { items: 1 }, 600: { items: 2 }, 1000: { items: 3 } } }); $('#eventos-home').owlCarousel({ loop: true, margin: 10, nav: false, dots: true, responsiveClass: true, autoplay: true, autoplayTimeout: 7000, responsive: { 0: { items: 1 }, 600: { items: 2 }, 1000: { items: 3 } } }); $('#eventos-home').owlCarousel({ loop: true, margin: 20, nav: true, dots: false, responsiveClass: true, autoplay: true, autoplayTimeout: 7000, responsive: { 0: { items: 1 }, 600: { items: 1 }, 1000: { items: 1 } } }); $('#galeria-imagens-noticiaview').owlCarousel({ loop: false, margin: 10, nav: true, dots: false, responsiveClass: true, autoplay: true, autoplayTimeout: 7000, responsive: { 0: { items: 2 }, 600: { items: 2 }, 1000: { items: 4 } } }); $('.acessoRapido').owlCarousel({ loop: false, margin: 10, nav: false, dots: true, responsiveClass: true, responsive: { 0: { items: 1 }, 600: { items: 3 }, 1000: { items: 4 }, 1200: { items: 6 } } }); wow = new WOW({ boxClass: 'wow', // default animateClass: 'animated', // default offset: 0, // default mobile: true, // default live: true // default }); wow.init(); }); </script>]]>
1323 <![CDATA[<script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = 'https://connect.facebook.net/pt_BR/sdk.js#xfbml=1&version=v3.2&appId=1684557354891601&autoLogAppEvents=1'; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script>]]>
1586 <![CDATA[<script> $('.owl-carousel').owlCarousel({ loop: false, margin: 10, nav: false, responsive: { 0: { items: 1 }, 600: { items: 2 }, 1000: { items: 3 } } }); </script>]]>