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

www.crq13.gov.br/crqsc/portal/oportunidades.php

62.36 23 118
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 4 211 217 429 899
211 <![CDATA[<script type="text/javascript"> var meses = new Array("Jan", "Fev", "Mar", "Abr", "Mai", "Jun", "Jul", "Ago", "Set", "Out", "Nov", "Dez"); var codigo_google = 'UA-42348988-2'; </script>]]>
217 <![CDATA[<script type="text/javascript"> function trunca_texto(div_texto, length) { var texto = document.getElementById(div_texto).innerHTML; var texto_final = texto.substring(0, Math.min(length,texto.length)); document.getElementById(div_texto).innerHTML = texto_final; if(texto.length > length) document.getElementById(div_texto).innerHTML += " ..."; } var SecaoId = ''; </script>]]>
429 <![CDATA[<script> function Mascara(o,f){ v_obj=o v_fun=f setTimeout("execmascara()",1) } /*Função que Executa os objetos*/ function execmascara(){ v_obj.value=v_fun(v_obj.value) } /*Função que padroniza telefone (11) 4184-1241*/ function Telefone(v) { v = v.replace(/\D/g, ""); tamanhoTel = v.length; v = v.replace(/^(\d\d)(\d)/g, "($1) $2"); if (tamanhoTel == 11) { v = v.replace(/(\d{5})(\d)/, "$1-$2"); } else { v = v.replace(/(\d)(\d{4})$/, "$1-$2"); } return v; } // function Cpf(v){ // v=v.replace(/\D/g,"") // v=v.replace(/(\d{3})(\d)/,"$1.$2") // v=v.replace(/(\d{3})(\d)/,"$1.$2") // v=v.replace(/(\d{3})(\d{1,2})$/,"$1-$2") // return v // } // function validarCPF(cpf) { // cpf = cpf.replace(/[^\d]+/g,''); // if(cpf == '') return false; // // Elimina CPFs invalidos conhecidos // if (cpf.length != 11 || // cpf == "00000000000" || // cpf == "11111111111" || // cpf == "22222222222" || // cpf == "33333333333" || // cpf == "44444444444" || // cpf == "55555555555" || // cpf == "66666666666" || // cpf == "77777777777" || // cpf == "88888888888" || // cpf == "99999999999") // return false; // // Valida 1o digito // add = 0; // for (i=0; i < 9; i ++) // add += parseInt(cpf.charAt(i)) * (10 - i); // rev = 11 - (add % 11); // if (rev == 10 || rev == 11) // rev = 0; // if (rev != parseInt(cpf.charAt(9))) // return false; // // Valida 2o digito // add = 0; // for (i = 0; i < 10; i ++) // add += parseInt(cpf.charAt(i)) * (11 - i); // rev = 11 - (add % 11); // if (rev == 10 || rev == 11) // rev = 0; // if (rev != parseInt(cpf.charAt(10))) // return false; // return true; // } function verifica(acao) { var sErro = ""; if (document.getElementById("cat_oportunidade").value=='') sErro += "Informe a categoria da oportunidade.<br>"; if (document.getElementById("nome").value=='') sErro += "Informe o nome do responsável.<br>"; if (document.getElementById("opor_email").value=='') sErro += "Informe o e-mail do responsável.<br>"; if (document.getElementById("cpf").value=='') sErro += "Informe o CPF do responsável.<br>"; if (validarCPF(document.cadastra_oport.cpf.value) == false) sErro+= "Entre com um CPF válido.<br>"; if (document.getElementById("telefone").value=='') sErro += "Informe o telefone.<br>"; if (document.getElementById("uf").value=='') sErro += "Informe o estado.<br>"; if (document.getElementById("titulo").value=='') sErro += "Informe o título da oportunidade.<br>"; if (document.getElementById("txOportunidade").value=='') sErro += "Informe a descrição da oportunidade.<br>"; if (document.getElementById("aceito_check").checked==false) sErro += "É necessário aceitar os termos e condições.<br>"; if (sErro != '') { jQuery.fancybox(sErro); //return false; } else { if (acao == 'salvar') { if (confirm("Você tem certeza que deseja enviar esta oportunidade?")) { document.cadastra_oport.acao.value = acao; document.cadastra_oport.submit(); } else { return false; } } else { //return true; document.cadastra_oport.acao.value = acao; document.cadastra_oport.submit(); } } } function success(){ /*var sErro = ""; if (document.getElementById("cat_oportunidade").value==''){ sErro += "Informe a categoria da oportunidade.<br>"; } else {*/ document.getElementById("myForm").submit(); alert('Oportunidade cadastrada com sucesso'); } </script>]]>
899 <![CDATA[<script> $('#myForm').on('submit', function(e){ $('#myModal').modal('show'); e.preventDefault(); }); </script>]]>