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.
 
 
 
 
 
 

49 lines
2.4 KiB

{capture name="display"}
<table align="center" border="0" cellspacing="0" cellpadding="0" style="width: 100%">
<tr><td align="center" valign="top">
<table align="center" style="width: 95%; margin: 20px" 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="oper_nome" type="text" id="oper_nome" value="{$oper_nome}" {if $oper_dono == 'R'} readonly="readonly" {/if} size="35" maxlength="60" ></td>
</tr>
<tr>
<th align="left">SPID</th>
<td><input name="oper_spid" type="text" id="oper_spid" value="{$oper_spid}" readonly="readonly" maxlength="10"></td>
</tr>
<tr>
<th align="left">Número</th>
<td><input name="oper_numero" type="text" id="oper_numero" value="{$oper_numero}" {if $oper_dono == 'R'} readonly="readonly" {/if} maxlength="4"></td>
</tr>
<tr>
<th align="left">Número Saída</th>
<td><input name="oper_numero_saida" type="text" id="oper_numero_saida" value="{$oper_numero_saida}" maxlength="4"></td>
</tr>
<tr>
<th align="left">Origem</th>
<td>{if $oper_dono == 'R'} Remoto {else} Local{/if}</td>
</tr>
<tr>
<td>
<input name="oper_id" type="hidden" id="oper_id" value="{$oper_id}">
<input name="acao" type="hidden" id="acao" value="{$acao}" />
</td>
<td><input name="btGravar" type="submit" id="btGravar" value="Gravar">
<input name="btClose" type="submit" id="btClose" value="Fechar" onClick="window.close();"></td>
</tr>
<tr>
<th colspan="2">{if $msgErro}Erro: {$msgErro} {else}&nbsp;{/if}</th>
</tr>
</table>
</td></tr>
</table>
{/capture}