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.4 KiB

{capture name="display"}
<table width="600" border="0" cellpadding="2" cellspacing="0" class="filtro">
<tr>
<td>Nome/login</td>
</tr>
<tr>
<td><input name="txtConsulta" type="text" id="txtConsulta" value="{$txtConsulta}">
<input name="btConsulta" type="submit" id="btConsulta" value="Consultar"> </td>
</tr>
<tr>
<td><table width="100%" class="grid" border="0" cellspacing="0" cellpadding="2">
<tr class="headColun">
<th align="right">Id</th>
<th align="left" nowrap>Nome</th>
<th align="left">Login</th>
<th align="left">Matr&iacute;cula</th>
<th align="center" nowrap>Email</th>
<th align="center">Agente</th>
<th align="center">Supervisor</th>
<th align="center">Admin</th>
<th align="center">Status</th>
<th align="center" colspan="4">Opera&ccedil;&otilde;es</th>
</tr>
{$linhas} </table></td>
</tr>
</table>
{if $erro}
<table>
<tr>
<td>{$erro}</td>
</tr>
</table>
{/if}
{/capture}