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.

59 lines
2.5 KiB

{capture name="display"}
<table align="center" width="100%" border="0" cellspacing="0" cellpadding="2" class="formCad">
<tr align="center" valign="middle" >
<td height="50" colspan="2" class="formHed">
<img src="imgSite/usuarios.gif" width="32" height="32" align="absmiddle"> <span class="formHed">{$tituloCadastro}</span> </td>
</tr>
<tr>
<th width="120" align="left">Nome</th>
<td><input name="userNome" type="text" id="userNome" value="{$userNome}" size="60" maxlength="60" ></td>
</tr>
<tr>
<th align="left">Login</th>
<td><input name="userLogin" type="text" id="userLogin" value="{$userLogin}" maxlength="20" {$msgLogin}></td>
</tr>
<tr>
<th align="left">Matr&iacute;cula</th>
<td><input name="userMatricula" type="text" id="userMatricula" value="{$userMatricula}" maxlength="4" {$msgMatricula}></td>
</tr>
<tr>
<th align="left">Password</th>
<td><input name="userPassword" type="password" id="userPassword" value="{$userPassword}" maxlength="14"></td>
</tr>
<tr>
<th align="left">Email</th>
<td><input name="userEmail" type="text" id="userEmail" value="{$userEmail}" size="60" maxlength="50"></td>
</tr>
<tr>
<th align="left">Dac Padr&atilde;o</th>
<td>{$dacPadrao} </td>
</tr>
<tr>
<th align="left">Status</th>
<td>
<!--<input name="userAgente" type="checkbox" id="userAgente" value="1" {$userAgente}>
Agente
<input name="userSuper" type="checkbox" id="userSuper" value="1" {$userSuper}>
Supervisor
<input name="userAdm" type="checkbox" id="userAdm" value="1" {$userAdm} {$habAdm}>
Administrador -->
<input name="userStatus" type="checkbox" id="userStatus" value="1" {$userStatus}>
</td>
</tr>
<tr>
<th align="left">Penalidade</th>
<td><input name="penalidade" type="text" id="penalidade" value="{$penalidade}" size="5" maxlength="2"></td>
</tr>
<tr>
<td><input name="idUser" type="hidden" id="idUser" value="{$idUser}"></td>
<td><input name="btGravar" type="submit" id="btGravar" value="{$acaoUser}">
<input name="btClose" type="submit" id="btClose" value="Fechar" onClick="window.close();"></td>
</tr>
<tr>
<td>&nbsp;</td>
<td height="20">&nbsp;</td>
</tr>
</table>
{/capture}