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

Sites Pertecentes a (o) RS

Endereço Nota Erros Avisos

www.sapiranga.rs.gov.br/noticia/view/6278

69.06 776 3.756
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 3 13 41 1468
13 <![CDATA[<script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-118871719-1'); </script>]]>
41 <![CDATA[<script>var DynamikaBaseUrl = "http://www.sapiranga.rs.gov.br";</script>]]>
1468 <![CDATA[<script>jQuery(function ($) { $('#imprimir').click(function(){ $('#conteudoImpressao').empty(); conteudo = $('#conteudo').clone(); conteudo.find('.dontPrint').remove(); conteudo.find('#lateral').remove(); html = conteudo.html(); $('#conteudoImpressao').append(html); $('#divImpressao').modal('show'); return false; }); jQuery('#w0').carousel(); var fonteOriginal = 14; var teclas = 'ctrl+'; $(document).bind('keydown', teclas+'1', function(){ $('#linkMenu').trigger('click'); return false; }); $(document).bind('keydown', teclas+'2', function(){ $('#linkConteudo')[0].click(); return false; }); $(document).bind('keydown', teclas+'3', function(){ $('#linkBusca')[0].click(); return false; }); $(document).bind('keydown', teclas+'4', function(){ $('#linkMapaSite')[0].click(); return false; }); $(document).bind('keydown', teclas+'5', function(){ $('#aumentarFonte')[0].click(); return false; }); $(document).bind('keydown', teclas+'6', function(){ $('#diminuirFonte')[0].click(); return false; }); $(document).bind('keydown', teclas+'7', function(){ $('#fonteOriginal')[0].click(); return false; }); $(document).bind('keydown', teclas+'8', function(){ $('#corOriginal')[0].click(); return false; }); $(document).bind('keydown', teclas+'9', function(){ $('#contraste')[0].click(); return false; }); $(document).bind('keydown', teclas+'0', function(){ $('#acessibilidade')[0].click(); return false; }); //link menu $('#linkMenu').click(function(){ openNav(); $('#acessibilidade').css('right',0); }); //link busca $("#linkBusca").click(function(){ $('#pesquisa').focus(); $('#pesquisa').val(''); $('#acessibilidade').css('right',0); }); //aumentar fonte $("#aumentarFonte").click(function(){ var tamanhoFonte = $('body').css('font-size'); tamanhoFonte = parseInt(tamanhoFonte.substr(0,2)); if (tamanhoFonte <= 16){ tamanhoFonte++; $('body').css('font-size',tamanhoFonte); } return false; }); //diminuit fonte $("#diminuirFonte").click(function(){ var tamanhoFonte = $('body').css('font-size'); tamanhoFonte = parseInt(tamanhoFonte.substr(0,2)); if (tamanhoFonte >= 10) { tamanhoFonte--; $('body').css('font-size',tamanhoFonte); } return false; }); $("#fonteOriginal").click(function(){ $('body').css('font-size',fonteOriginal); return false; }); $("#contraste").click(function(){ cssFile = $('#contrasteCSS'); if(!cssFile.attr('id')){ $('head').append('<link id="contrasteCSS" rel="stylesheet" href="/css/contraste.css" type="text/css" />'); } $.cookie("css",'contraste', {expires: 365, path: '/'}); return false; }); //remover contraste $("#corOriginal").click(function(){ $('#contrasteCSS').remove(); $.cookie("css",'corOriginal', {expires: 365, path: '/'}); return false; }); if($.cookie("css")) { $('#'+$.cookie("css")).trigger('click'); } });</script>]]>