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

Sites Pertecentes a (o) RN

Recomendações Avaliadas
1.1 Respeitar os Padrões Web.

Recomendações

Número Descrição Quantidade Linhas Código Fonte
1.1.3 Presença de CSS(s) in-line 2 78 81
1.1.6 Presença de javascript(s) interno 1 11
78 <![CDATA[<h1 style="margin-left:9px; margin-right:9px;">Bem vindo ao Sistema de Avaliação de Desempenho</h1>]]>
81 <![CDATA[<p style="font-size:20px;color: #c00;" align="justify">HOMOLOGAÇÃO DO RESULTADO: PORTARIA Nº 14, DE 12/01/2011 - DOE Nº 12.384,DE 25/01/2011. DATA DA PRESCRIÇÃO: 25/01/2016.</p>]]>
11 <![CDATA[<script type="text/javascript"> jQuery(function($){ $("#cpf").mask("999.999.999-99"); //function verificaSenha(){ $('.dica + span').css({ display: 'none', border: '1px solid #ec795a', padding: '2px 4px', background: '#fff', marginLeft: '10px' }); $('.dica').focus(function() { $(this).next().fadeIn(700); }).blur(function() { $(this).next().fadeOut(700); }); $('#salvar').click(function() { if ( $("#cpf").val() == "" ) { alert("Informe seu cpf"); $("#cpf").focus(); return false; } else if ( $("#senha").val() == "" ) { alert("Informe sua senha"); $("#senha").focus(); return false; } else if ( $("#reSenha").val() == "" ) { alert("Informe sua reSenha"); $("#reSenha").focus(); return false; } else if($("#senha").val() != $("#reSenha").val()){ alert("As Senhas não são iguais!"); return false; } else{ $("#formu").attr("action","incs/man/manIndex.asp"); $("#formu").submit(); } }); }); </script>]]>