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

Sites Pertecentes a (o) PB

Endereço Nota Erros Avisos

www.cajazeiras.pb.gov.br/licitacaolista.php?id=11379

73.37 44 423
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 6 39 366 913 1313 1345 1502
39 <![CDATA[<script> var tam = 15; function mudaFonte(tipo, elemento) { if (tipo == "mais") { if (tam < 24) tam += 1; } else { if (tam > 10) tam -= 1; } document.getElementById("Noticia").style.fontSize = tam + "px"; document.getElementById("Descricao").style.fontSize = tam + "px"; } function printDiv(id, pg, url) { var oPrint, oJan; oPrint = window.document.getElementById(id).innerHTML; oJan = window.open(pg); oJan.document.write(oPrint); oJan.document.write(url); oJan.window.print(); oJan.document.close(); oJan.focus(); } // Função contraste INICIO (function() { var Contrast = { storage: 'contrastState', cssClass: 'contrast', currentState: null, check: checkContrast, getState: getContrastState, setState: setContrastState, toogle: toogleContrast, updateView: updateViewContrast }; window.toggleContrast = function() { Contrast.toogle(); }; Contrast.check(); function checkContrast() { this.updateView(); } function getContrastState() { return localStorage.getItem(this.storage) === 'true'; } function setContrastState(state) { localStorage.setItem(this.storage, '' + state); this.currentState = state; this.updateView(); } function updateViewContrast() { var body = document.body; if (this.currentState === null) this.currentState = this.getState(); if (this.currentState) body.classList.add(this.cssClass); else body.classList.remove(this.cssClass); } function toogleContrast() { this.setState(!this.currentState); } })(); // Função contraste FIM </script>]]>
366 <![CDATA[<script> $(document).ready(function() { $(window).scroll(function() { if ($(this).scrollTop() > 100) { $("#logo-top-bar").css({ "margin-top": "-25.5Vh", "transition": ".4s", "z-index": "-2" }); $("#logo-top-bar").fadeOut("800"); $('#scroll').fadeIn(); } else { $("#logo-top-bar").fadeIn("800"); $("#logo-top-bar").css({ "margin-top": "0px" }); $('#scroll').fadeOut(); } }); $('#scroll').click(function() { $("html, body").animate({ scrollTop: 0 }, 0); return false; }); $('#menu-acessiblidade').hide().contents().hide(); $('#btnperq').on('click', function(e) { e.preventDefault(); $('#menu-acessiblidade').slideToggle('fast', function(e) { if ($(this).is(':visible')) { $(this).contents().fadeIn(1000); } else { $(this).contents().hide(); } }); }) }); </script>]]>
913 <![CDATA[<script> shortcut.add("Alt+H", function() { window.location.assign("index.php"); }); shortcut.add("Alt+Shift+1", function() { window.location.assign("acessibilidade.php"); }); shortcut.add("Alt+9", function() { window.scrollTo(0, 0); }); shortcut.add("Alt+C", function() { window.location.href = '#ancora'; }); </script>]]>
1313 <![CDATA[<script> var cookies2 = document.cookie; if (cookies2.indexOf("usuarioCookiesPm") == -1) { document.getElementById('cookie-container').style.display = "flex"; } function fechaDiv(){ document.cookie = 'usuarioCookiesPm=SIM; max-age=86400;path=/'; $.post("data_cookies.php", { usercookies : "YES" }, function(msg){ }) document.getElementById('cookie-container').style.display = "none"; } </script>]]>
1345 <![CDATA[<script type="text/javascript" language="javascript"> jQuery(function($) { $("#dtini").mask("99/99/9999"); $("#dtfim").mask("99/99/9999"); }); $(document).ready(function() { (function($) { $('#filter').keyup(function() { var rex = new RegExp($(this).val(), 'i'); $('.linha').hide(); $('.linha').filter(function() { return rex.test($(this).text()); }).show(); }) }(jQuery)); if ($(window).width() >= 425) { $("#pesquisas").show(); $("#divExibirNoResponsive").hide(); $("#divNaoExibirNoResponsive").show(); $("#esconde_campos").click(function(e) { $(this).text("Exibir mais campos de pesquisa"); $("#pesquisas").toggle(); }); } else { $("#divExibirNoResponsive").show(); $("#divNaoExibirNoResponsive").hide(); } }); $("#Rcpf").click(function(e) { $("#cpfcnpj").mask("999.999.999-99"); }); $("#Rcnpj").click(function(e) { $("#cpfcnpj").mask("99.999.999/9999-99"); }); $("#Rcnpj").click(function(e) { $("#fone").mask("99-99999.9999"); }); $("#checkId").click(function(e) { if ($("#checkId").is(':checked')) { $("#formdownload").hide(); $("#btnSend").html('Prosseguir com o download'); } else { $("#formdownload").show(); $("#btnSend").html('Desejo me identificar'); } }); $('#btnSend').click(function() { if ($("#checkId").is(':checked')) { $('#nome').val('checked'); $("#formdownloadForm").submit(); } else { var cpf = $('#cpfcnpj').val(); var nome = $('#nome').val(); var email = $('#email').val(); var tel = $('#fone').val(); if (cpf === "") { $("#erros").html('<div class="alert alert-danger"> Forneça o CPF/CNPJ </div>'); return false; } if (nome.indexOf(" ") === -1) { $("#erros").html('<div class="alert alert-danger"> Nome invalido </div>'); return false; } if (nome.length < 10) { $("#erros").html('<div class="alert alert-danger"> Nome invalido </div>'); return false; } if (email === "") { $("#erros").html( '<div class="alert alert-danger"> O endereço de email fornecido é invalido </div>'); return false; } if (tel === "") { $("#erros").html('<div class="alert alert-danger"> Forneça o Telefone </div>'); return false; } $.post("download_arquivos.php?id=11379&pg=", $( "#formdownloadForm").serialize()); } }); if ($(window).width() <= 425) { $("#title_pesq").css({ "display": "flex", "justify-content": "center" }); $("#title_pesq").html( "<button class='btn btn-primary' id='exibe_campos' style='display:flex; align-items:center;'>Exibir mais campos de pesquisa <span class='fa fa-bars' style='font-size: 16px; margin-left:.5em;'></span> </button>" ); $(".titulo").css({ "margin": "0", "text-align": "center" }); $(".removeClass").removeClass("titulo"); $("#pesquisas").hide(); $("#CampoPrincipal").show(); } $("#exibe_campos").click(function() { $(".removeClass").addClass("titulo"); $(".titulo").css({ "margin-bottom": "15px", "text-align": "left" }); $("#title_pesq").html("Campos de pesquisa"); $("#title_pesq").removeAttr('style'); $("#title_pesq").removeAttr('id'); $("#pesquisas").show(); }); $("#idano").change(function() { $("#valano").val($(this).val()); google.charts.load("current", { packages: ['corechart', 'bar'] }); google.charts.setOnLoadCallback(drawChart); }); </script>]]>
1502 <![CDATA[<script> $(function() { /* Custom buttons */ $('#font-setting-buttons').easyView({ container: 'body, #rels, #tablink .row', increaseSelector: '.increase-me', decreaseSelector: '.decrease-me', normalSelector: '.reset-me', contrastSelector: '.change-me' }); }); </script>]]>