You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

90 lines
3.7 KiB

{capture name="display"}
<table align="center" id="tbLogin" cellpadding="5" class="loginGer">
<tr>
<td align="center">
<table border="0" cellpadding="3" cellspacing="0" style="width: 100%">
<tr>
<td align="center" nowrap="nowrap" style="font-size:20px; color:#707070"><strong>ALTERAR SENHA</strong></td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table border="0" cellpadding="5" cellspacing="0" style="width: 100%; border-bottom: #d4d5da thin solid">
<tr align="center">
<td colspan="3" class="loginGer" >
<strong>INFORME SUA SENHA CONFORME AS EXPECIFICAÇÕES</strong>
</td>
</tr>
<tr>
<td colspan="3">
<label style="color: red;">*</label>
<span style="font-size: 12px">Sua senha deve possuir um conjunto total de 8 caracteres.</span>
</td>
</tr>
<tr>
<td colspan="3">
<label style="color: red;">*</label>
<span style="font-size: 12px">1 caracteres especial ($*&@#).</span>
</td>
</tr>
<tr>
<td colspan="3">
<label style="color: red;">*</label>
<span style="font-size: 12px">1 numeral (0 a 9).</span>
</td>
</tr>
<tr>
<td colspan="3">
<label style="color: red;">*</label>
<span style="font-size: 12px">1 letra maiúscula.</span>
</td>
</tr>
<tr>
<td colspan="3">
<label style="color: red;">*</label>
<span style="font-size: 12px">1 letra minúscula.</span>
</td>
</tr>
<tr>
<td colspan="3">
<hr/>
</td>
</tr>
<tr>
<td class="loginGer" style="font-weight: bold;font-size: 14px" align="right">NOVA SENHA:</td>
<td colspan="2">
<input name="senhaNova" type="password" id="senhaNova" maxlength="14">
</td>
</tr>
<tr>
<td class="loginGer" style="font-weight: bold;font-size: 14px" align="right">CONFIRME:</td>
<td colspan="2">
<input name="senhaConf" type="password" id="senhaConf" maxlength="14">
</td>
</tr>
<tr>
<td colspan="3" align="center">
<input name="btAltSenha" type="submit" id="btPausa2" value="Alterar Senha">
</td>
</tr>
</table>
</td>
</tr>
{if $msg}
<tr align="center">
<td>
<b>
<span style="font-size: 12px;color: {$color}">{$msg}</span>
</b>
</td>
</tr>
{/if}
<tr>
<td align="center"><a href="index.php" style="font-size:14px; color:#FF1472">EFETUAR LOGIN</a></td>
</tr>
</table>
{/capture}