78
| <![CDATA[<h1 style="margin-left:9px; margin-right:9px;">Bem vindo ao Sistema de Avaliação de Desempenho</h1>]]>
|
80
| <![CDATA[<h1 style="text-align: center;"><span><strong><span style="color: #bb0cf2;">Homologação do resultado: Portaria nº 321, de 05/06/2015 - DOE nº 13.453, de 09/06/2015.</span></strong></span></h1>]]>
|
80
| <![CDATA[<span style="color: #bb0cf2;">Homologação do resultado: Portaria nº 321, de 05/06/2015 - DOE nº 13.453, de 09/06/2015.</span>]]>
|
81
| <![CDATA[<h1 style="text-align: center;"><span><strong><span style="color: #bb0cf2;">Data da prescrição: 09/06/2020.</span></strong></span></h1>]]>
|
81
| <![CDATA[<span style="color: #bb0cf2;">Data da prescrição: 09/06/2020.</span>]]>
|
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>]]>
|