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

Sites Pertecentes a (o) PB

Endereço Nota Erros Avisos

www.cachoeiradosindios.pb.gov.br/boletim.php?pagina=
4

74.4 31 585
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 39 359 452 1334 1713 1744 1770
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>]]>
359 <![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>]]>
452 <![CDATA[<script type="text/javascript"> google.charts.load('current', { 'packages': ['corechart'] }); google.charts.setOnLoadCallback(drawChart); function drawChart() { var data = google.visualization.arrayToDataTable([ ['Data', 'SUSPEITOS', 'CONFIRMADOS', 'ÓBITOS', 'DESCARTADOS', 'INTERNADOS', 'CURADOS', 'NOTIFICADOS', 'QUARENTENA' ], ['06/04', 0, 1456, 25, 2671, 0, 1430, 0, 0 ], ['11/04', 0, 1456, 25, 2671, 0, 1430, 0, 0 ], ['27/04', 2, 1457, 25, 2681, 0, 1431, 0, 0 ], ['24/05', 2, 1457, 25, 2681, 0, 1431, 0, 0 ], ['20/07', 8, 1602, 26, 2934, 0, 1532, 0, 0 ], ['26/09', 8, 1602, 26, 2934, 0, 1532, 0, 0 ], ['29/09', 8, 1602, 26, 2934, 0, 1532, 0, 0 ], ['03/10', 8, 1602, 26, 2934, 0, 1532, 0, 0 ], ['05/10', 8, 1602, 26, 2934, 0, 1532, 0, 0 ], ['06/10', 8, 1602, 26, 2934, 0, 1532, 0, 0 ], ['17/10', 8, 1602, 26, 2934, 0, 1532, 0, 0 ], ['20/10', 8, 1602, 26, 2934, 0, 1532, 0, 0 ], ['23/02', 8, 1602, 26, 2934, 0, 1532, 0, 0 ], ]); var options = { title: '', height: 400, chartArea: { width: '90%' }, legend: { position: 'top' }, series: { 0: { color: '#e67e22' }, 1: { color: '#e74c3c' }, 2: { color: '#2D3436' }, 3: { color: '#27ae60' }, 4: { color: '#8e44ad' }, 5: { color: '#1abc9c' }, 6: { color: '#2980b9' }, 7: { color: '#7f8c8d' } }, lineWidth: 4, hAxis: { title: '' }, vAxis: { minValue: 0 } }; var chart = new google.visualization.LineChart(document.getElementById('chart_div')); chart.draw(data, options); var columns = []; var series = {}; for (var i = 0; i < data.getNumberOfColumns(); i++) { columns.push(i); if (i > 0) { series[i - 1] = {}; } } google.visualization.events.addListener(chart, 'select', function () { var sel = chart.getSelection(); // if selection length is 0, we deselected an element if (sel.length > 0) { // if row is undefined, we clicked on the legend if (sel[0].row === null) { var col = sel[0].column; if (columns[col] == col) { // hide the data series columns[col] = { label: data.getColumnLabel(col), type: data.getColumnType(col), calc: function () { return null; }, }; // grey out the legend entry series[col - 1].color = '#CCCCCC'; } else { // show the data series columns[col] = col; series[col - 1].color = null; } var view = new google.visualization.DataView(data); view.setColumns(columns); chart.draw(view, options); } } }); } </script>]]>
1334 <![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>]]>
1713 <![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>]]>
1744 <![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)); }); </script>]]>
1770 <![CDATA[<script> $(function() { /* Custom buttons */ $('#font-setting-buttons').easyView({ container: 'body, .row', increaseSelector: '.increase-me', decreaseSelector: '.decrease-me', normalSelector: '.reset-me', contrastSelector: '.change-me' }); }); </script>]]>