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

Sites Verificados

Lista com todos os sítios que foram verificados pela TIC Web Acessibilidade. Dentro de cada domínio, há informações detalhadas sobre as páginas coletadas, bem como os erros e avisos de cada uma *.

Endereço Nota Erros Avisos

crq12.gov.br/ouvidoria/

82.37 29 233
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 23 30 309 368 549
23 <![CDATA[<script type="text/javascript"> // Globals var global_ajax_url = 'https://crq12.gov.br/wp-admin/admin-ajax.php'; </script>]]>
30 <![CDATA[<script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-136257158-1'); </script>]]>
309 <![CDATA[<script type="text/javascript"> $('.mapa_crqs path').hover( function () { $(this).css('cursor','pointer'); } ); $('.mapa_crqs path').click(function(e){ console.log ($(this).data('site')); $('.mapa_crqs path').attr('fill','#57c17e'); $(this).attr('fill','#388053'); /* $('.title_conselho').text('Conselho Regional de Química da '+ $(this).data('numero') +'ª Região' ); $('.estado_conselho').text($(this).data('estado')); $('.telefone_content').text($(this).data('tel')); $('.site_content').html('<a href="http://'+$(this).data('site')+'">'+$(this).data('site')+'</a>'); */ var frm=document.frmMapa; frm.target="_blank"; frm.action="http://"+$(this).data('site'); frm.submit(); }); </script>]]>
368 <![CDATA[<script type="text/javascript"> var maxLoop = 2; var currentLoop = 0; $(document).ready(function(){ // Mask $(".mask_cep").mask("99.999-999"); $('.mask_phone').focusout(function(){ var phone, element; element = $(this); element.unmask(); phone = element.val().replace(/\D/g, ''); if(phone.length > 10) { element.mask("(99) 99999-999?9"); } else { element.mask("(99) 9999-9999?9"); } }).trigger('focusout'); // Acordion geral $('.totop .panel-default').on('show.bs.collapse', function () { $(this).addClass('panel_collapse_active'); }).on('hide.bs.collapse', function () { $(this).removeClass('panel_collapse_active'); }); $('.totop .panel-default').on('shown.bs.collapse', function () { $(window).scrollTop($(this).offset().top-155); }); $(document).on("scroll",function(){ // console.log($(document).scrollTop()) if($(document).scrollTop()>1){ $('#page').stop().animate({ 'background-position-y':-500 },100); }else{ $('#page').stop().animate({ 'background-position-y':-222 },100); } if($(document).scrollTop()>10){ $("header").addClass("header-small"); $('#page').addClass('page_scroll'); $('.mm-page').addClass("padding-top-mmenu"); } else{ $("header").removeClass("header-small"); $('#page').removeClass('page_scroll'); $('.mm-page').removeClass("padding-top-mmenu"); } }); /* Menu Acessibilidade */ $(document).on('click','.acessabilidade-text',function(e){ e.preventDefault(); var action = $(this).data('action'); if(action=='contraste'){ if($('body').hasClass("contraste")){ $('body').removeClass("contraste"); }else{ $('body').addClass("contraste"); } }else{ } }); /* MM Menu JS */ $("#menu_principal").mmenu({ extensions: ["pageshadow"], offCanvas: { position: 'right' }, navbar:{ add: true, title:'<span class="acessabilidade-text" data-action="contraste">CONTRASTE</span>' } }); var api = $("#menu_principal").data( "mmenu" ); api.bind( "opened", function() { $('#menu-responsive i').css('margin-left',3).removeClass('fa-align-justify').addClass('fa-close'); }); api.bind( "closed", function() { $('#menu-responsive i').css('margin-left',0).removeClass('fa-close').addClass('fa-align-justify'); }); /* MM Menu JS */ animateLogo(1200); }); var animateLogo = function(time) { // Escondo Tudo $('.item-c,.item-r-or-12,.first-sphere').fadeOut(time,function(){ // Mudo posição do CRQ $('.second-sphere').css('left','0px'); //Escondo todas as palavras e mostro o Conselho .conselho_txt $('.conselho_regional,.conselho_quimica,.conselho_12').stop().animate({'opacity':.1},time); // Mstro o C $('.item-c').stop().fadeIn(time,function(){ // Escondo o C // Volto o Conselho ao normal .conselho_txt $('.conselho_regional,.conselho_quimica,.conselho_12').stop().animate({'opacity':1},time); $('.item-c').stop().fadeOut(time,function(){ // Mostro R $('.conselho_quimica,.conselho_12,.conselho_txt').stop().animate({'opacity':.2},time); $('.item-r-or-12').stop().fadeIn(time,function(){ // Escondo R // Fica Só texto R $('.conselho_quimica,.conselho_12,.conselho_txt').stop().animate({'opacity':1},time); $('.item-r-or-12').stop().fadeOut(time,function(){ // Mostro Q // Fica Só química $('.conselho_12,.conselho_txt,.conselho_regional').stop().animate({'opacity':.2},time); $('.item-c,.item-r-or-12').stop().fadeIn(time,function(){ // Escondo Q $('.conselho_12,.conselho_txt,.conselho_regional').stop().animate({'opacity':1},time); $('.item-c,.item-r-or-12').stop().fadeOut(time,function(){ // Mostro 12 $('.conselho_txt,.conselho_regional,.conselho_quimica').stop().animate({'opacity':.2},time); $('.item-r-or-12').stop().fadeIn(time,function(){ // Escondo 12 $('.conselho_txt,.conselho_regional,.conselho_quimica').stop().animate({'opacity':1},time); $('.item-r-or-12').stop().fadeOut(time,function(){ // Monstro Tudo $('.item-c,.item-r-or-12').stop().fadeIn(time,function(){ // Mostro CFQ setTimeout(function(){ // Movo o CRQ para a direita $('.second-sphere').stop().animate({ left:53 },time,function(){ // Mostro o CFQ $('.first-sphere').stop().fadeIn(time,function(){ currentLoop++; if(currentLoop<maxLoop){ setTimeout(function(){animateLogo(800)},10000); } }); }) },800); }); }); }); }); }); }); }); }); }); }); } </script>]]>
549 <![CDATA[<script type="text/javascript"> $(document).ready(function(){ var url = document.location.toString(); if (url.match('#')) { if('wpcf7-f1543-o2'==url.split('#')[1]){ $('.nav-tabs a[href="#denuncia').tab('show'); } } }); var map; function initMap() { var myLatLngGoiania = {lat: -16.640798, lng: -49.291318}; var myLatLngPalmas = {lat: -10.248904, lng: -48.322861}; var myLatLngDf = {lat: -15.795104, lng: -47.886396}; var iconMap = 'http://crq12.gov.br/wp-content/themes/crq12/img/layout/icon_map.png'; map = new google.maps.Map(document.getElementById('map'), { center: myLatLngGoiania, zoom: 5, scrollwheel: false }); // Config Goiânia var contentStringGoiania = '<div id="content">'+ '<div id="siteNotice">'+ '</div>'+ '<h4 id="firstHeading" class="firstHeadingMapa">CRQ 12ª - Goiânia</h4>'+ '<div id="bodyContent">'+ '<p><strong class="strong-maps">Telefone:</strong> (62) 3240 4600<br/><strong class="strong-maps">Endreço:</strong> Rua Amélia Artiaga Jardim, N. 528<br/>Setor Marista, 74.180-070<br/>Goiânia - GO</p>'+ '</div>'+ '</div>'; var infowindowGoiania = new google.maps.InfoWindow({ content: contentStringGoiania }); var marker_goiania = new google.maps.Marker({ position: myLatLngGoiania, map: map, title: 'CRQ 12ª - Goiânia', icon: iconMap }); marker_goiania.addListener('click', function() { infowindowGoiania.open(map, marker_goiania); }); // Config Goiânia // Config Palmas var contentStringPalmas = '<div id="content">'+ '<div id="siteNotice">'+ '</div>'+ '<h4 id="firstHeading" class="firstHeadingMapa">CRQ 12ª - Palmas</h4>'+ '<div id="bodyContent">'+ '<p><strong class="strong-maps">Telefone:</strong> (63) 3213-1106<br/><strong class="strong-maps">Endreço:</strong> 104 Sul ACSE I Nº 102 Avenida JK, Sala 11, 1º Andar, C.P 2574, CEP: 77.020-970<br/>Palmas - TO </p>'+ '</div>'+ '</div>'; var infowindowPalmas = new google.maps.InfoWindow({ content: contentStringPalmas }); var marker_palmas = new google.maps.Marker({ position: myLatLngPalmas, map: map, title: 'CRQ 12ª - Palmas', icon: iconMap }); marker_palmas.addListener('click', function() { infowindowPalmas.open(map, marker_palmas); }); // Config Palmas // Config DF var contentStringDf = '<div id="content">'+ '<div id="siteNotice">'+ '</div>'+ '<h4 id="firstHeading" class="firstHeadingMapa">CRQ 12ª - Brasília</h4>'+ '<div id="bodyContent">'+ '<p><strong class="strong-maps">Telefone:</strong> (61) 3225-3777<br/><strong class="strong-maps">Endreço:</strong> SCS, Quadra 6, Bloco A<br/>Ed. José Severo, Sala 517<br/>CEP 70.326-900, Brasília - DF </p>'+ '</div>'+ '</div>'; var infowindowDf = new google.maps.InfoWindow({ content: contentStringDf }); var marker_df = new google.maps.Marker({ position: myLatLngDf, map: map, title: 'CRQ 12ª - Brasília', icon: iconMap }); marker_df.addListener('click', function() { infowindowDf.open(map, marker_df); }); // Config DF } </script>]]>