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.

41 lines
2.0 KiB

{capture name="display"}
<table width="100%" border="0" cellpadding="2" cellspacing="0" class="filtro">
<tr>
<td>Nome</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">Descri&ccedil;&atilde;o</th>
<th align="left">Music Class </th>
<th align="left">Announce</th>
<th align="center" nowrap>Strategy</th>
<th align="center">Service Level </th>
<th align="center">Timeout</th>
<th align="center">Wrap Time </th>
<th align="center">Retry</th>
<th align="center">Maxlen</th>
<th align="center">Weight</th>
<th align="center">Interface </th>
<th align="center">Announce Frequency </th>
<th align="center">Periodic Frequency </th>
<th align="center">Anounce Time </th>
<th align="center">Join Empty </th>
<th align="center">Evente Called </th>
<th align="center">Event Member Status </th>
<th align="center">Ring Use </th>
<th align="center">&nbsp;</th>
<th align="center">&nbsp;</th>
<th align="center">&nbsp;</th>
</tr>
{$linhas} </table></td>
</tr>
</table>
{/capture}