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.
 
 
 
 
 
 

33 lines
1.2 KiB

{capture name="display"}
<table width="800" border="0" cellpadding="2" cellspacing="0" class="filtro">
<tr>
<td>&nbsp;</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">Tipo</th>
<th align="left">Frqu&ecirc;ncia</th>
<th align="left">Destino</th>
<th align="center">Protocolo</th>
<th align="center">Status</th>
<th align="center" colspan="3">Operações</th>
</tr>
{$linhas} </table>
</td>
</tr>
</table>
<table align="left" class="{if $erro}displayErros{else}displayMsg{/if}">
<tr>
<td>{$msg}</td>
</tr>
</table>
{/capture}