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

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 2 1 384
1 <![CDATA[<script type="text/javascript"> window.addEvent('domready', function(){ $$('.docman-download').addEvent('click', function(e) { var el = this; if (typeof _gaq !== 'undefined') { if (_gat._getTrackers().length) { _gaq.push(function() { var tracker = _gat._getTrackers()[0]; tracker._trackEvent('DOCman', 'Download', el.get('data-title'), parseInt(el.get('data-id'), 10)); }); } } }); }); window.addEvent('domready', function() { SqueezeBox.initialize({}); SqueezeBox.assign($$('a.modal'), { parse: 'rel' }); }); function keepAlive() { var myAjax = new Request({method: "get", url: "index.php"}).send();} window.addEvent("domready", function(){ keepAlive.periodical(840000); }); </script>]]>
384 <![CDATA[<script> jQuery.noConflict(); jQuery(document).ready(function() { jQuery(".row div:last-child").addClass("lastModule"); jQuery(".btn:has(i)").addClass('btnPlain'); jQuery(".input-append:has(button > i) > input").addClass('inputCalendar'); jQuery('.ct_menu_horizontal > ul.menu').mobileMenu({switchWidth:769, prependTo: '#navigation', topOptionText: 'Select a Page'}); }); </script>]]>