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.
 
 
 
 
 
 

39 lines
1.1 KiB

{capture name="display"}
<table width="100%" align="center" border="0" cellspacing="0" cellpadding="2" >
<tr>
<td>
<table class="filtro" border="0" cellpadding="2" cellspacing="0">
<tr>
<td>Nome</td>
<td>&nbsp;</td>
</tr>
<tr>
<td><input name="oper_nome" type="text" id="oper_nome" size="30" maxlength="10" value="{$oper_nome}"/></td>
<td><input name="btConsulta" type="submit" id="btConsulta" value="Consultar"></td>
</tr>
</table></td>
</tr>
<tr>
<td>
<table class="grid" border="0" width="{$tabW}" cellpadding="{$padding}" cellspacing="{$spacing}">
{$linhaHead}
{$linha}
</table>
</td>
</tr>
<tr>
<td><img name="" src="" width="3" height="3" alt=""></td>
</tr>
</table>
{if $erro}
<table>
<tr>
<td>{$erro}</td>
</tr>
</table>
{/if}
{/capture}