PABX da Simples IP
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.
 
 
 
 
 
 

35 lines
1.1 KiB

{capture name="display"}
<input name="{$nomeRegId}" type="hidden" id="{$nomeRegId}" value="{$regId}" />
<input name="acaoUser" type="hidden" id="acaoUser" value="{$acaoUser}" />
<table width="100%" class="formCad" border="0" cellspacing="0" cellpadding="2">
<tr align="center" valign="middle" >
<td height="50" colspan="2">
<img src="imgSite/usuarios.gif" width="32" height="32" align="absmiddle"><span class="formHed"> {$tituloFormulario}</span></td>
</tr>
<tr>
<th align="left" nowrap>Id</th>
<td>{$regId}</td>
</tr>
<tr>
<th width="150" align="left" nowrap>Nome</th>
<td>
<input type="text" value="{$}" size="50" maxlength="50" />
</td>
</tr>
<tr>
<th align="left">&nbsp;</th>
<td><input name="btGravar" type="submit" id="btGravar" value="Gravar"> </td>
</tr>
<tr>
<th align="left">&nbsp;</th>
<th>&nbsp;</th>
</tr>
</table>
<table align="left" class="{if $erro}displayErros{else}displayMsg{/if}">
<tr>
<td>{$msg}</td>
</tr>
</table>
{/capture}