16
| <![CDATA[<input name="email" id="email" type="text" class="texto_campo texto_low" size="40" maxlength="50" tabindex="1" value="" onchange="valida_campo(this.value,'S','A','verifica_email','email');" />]]>
|
17
| <![CDATA[<input name="senha_atual" id="senha_atual" type="password" class="texto_campo texto_low" size="12" maxlength="15" tabindex="2" value="" onfocus="this.value=''" onchange="valida_campo(this.value,'S','A','','senha_atual');" />]]>
|
18
| <![CDATA[<input name="nova_senha" id="nova_senha" type="password" class="texto_campo texto_low" size="12" maxlength="15" tabindex="3" value="" onfocus="this.value=''" onchange="valida_campo(this.value,'S','A','verifica_nova_senha','nova_senha');" />]]>
|
19
| <![CDATA[<input name="senha_conf" id="senha_conf" type="password" class="texto_campo texto_low" size="12" maxlength="15" tabindex="4" onfocus="this.value=''" value="" onchange="valida_campo(this.value,'S','A','verifica_senha_conf','senha_conf');" />]]>
|
20
| <![CDATA[<input name="incluir" id="b_alterar" type="button" value="Alterar" tabindex="6" onclick="grava('4','ldap_grava_senha.php');" />]]>
|
22
| <![CDATA[<input id="mensagem" class="texto_campo" name="mensagem" tabindex="7" value="" readonly="readonly" size="60" />]]>
|