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.
 
 
 
 
 
 

30 lines
945 B

{capture name="display"}
<table width="600" border="0" cellpadding="2" cellspacing="0" class="filtro">
<tr>
<td>Motivo</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" nowrap>Status</th>
<th colspan="3" align="center">Opera&ccedil;&otilde;es</th>
</tr>
{$linhas}
</table></td>
</tr>
</table>
{if $erro}
<table>
<tr>
<td>{$erro}</td>
</tr>
</table>
{/if}
{/capture}