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

www3.camarasooretama.es.gov.br/spl/?autor=15&ano=2015

82.57 116 4.873
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 5 66 109 176 227 239
66 <![CDATA[<script type="text/javascript"> function ShowToatr(tipo, texto) { toastr.options = { "closeButton": true, "debug": false, "newestOnTop": true, "progressBar": false, "positionClass": "toast-top-right", "preventDuplicates": true, "onclick": null, "showDuration": "300", "hideDuration": "1000", "timeOut": "0", "extendedTimeOut": "1000", "showEasing": "swing", "hideEasing": "linear", "showMethod": "fadeIn", "hideMethod": "fadeOut" }; toastr[tipo](texto); } </script>]]>
109 <![CDATA[<script> $(function () { if ($('.head-to-fixed').length) { $('.body-fixed-content').html("<div class='kt-portlet'><div class='kt-portlet__head'>" + $('.head-to-fixed').html() + "</div></div>").hide(); const el_position_top = $('.head-to-fixed').offset().top; const el_height = $('.head-to-fixed').outerHeight(); const width_window = $(window).width(); $(window).scroll(function () { var scroll_top = $(window).scrollTop(); if (scroll_top > (el_position_top + el_height) && width_window > 576) { $('.body-fixed-content').fadeIn('fast'); } else { $('.body-fixed-content').fadeOut('fast'); } }); } }); </script>]]>
176 <![CDATA[<script type="text/javascript"> $(document).ready(function () { $(".chosen").chosen({ search_contains: true, no_results_text: "Sem resultados para", placeholder_text_single: "Selecione", placeholder_text_multiple: "Selecione" }); $("#formulario").validationEngine({ autoHidePrompt: true, promptPosition: "topLeft", scroll: false }); $('.fancybox').fancybox(); }); </script>]]>
227 <![CDATA[<script> jQuery(document).ready(function ($) { $('.contador').counterUp(); }); </script>]]>
239 <![CDATA[<script type="text/javascript"> //<![CDATA[ (window.Sys && Sys._Application && Sys.Observer)||document.write('<script type="text/javascript" src="/ScriptResource.axd?d=nTRCoQOjWHDkzoJiIHRyb7k1CQh_ATnB_UYR8PIShkRiwBrADPrmldVZFL4ugXCMhJK7D8FPMiFtG4tb7JL3LnQRwweBn_fwxXEGW5s2dSPq2Dicdf2nY57YxaI-MrCZYhWSwAYQbogLgQ5A_mqTQPsGcUu4XCXWZ1RtFn-VyJs1&t=ffffffffe6d5a9ac"><\/script>');//]]> </script>]]>