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.

54 lines
2.2 KiB

{capture name="display"}
<!--Variaveis para paginacao -->
<input name="pesquisa" type="hidden" value="1" />
<input name="pgn" type="hidden" value="{$pgn}" />
<input name="bloco" type="hidden" value="{$bloco}" />
<input name="pg" type="hidden" value="{$pg}" />
<table width="99%" border="0" cellpadding="2" cellspacing="0" class="filtro">
<tr>
<td>
<table class="filtro" width="99%" border="0" cellpadding="2" cellspacing="0">
<tr>
<td colspan="2">Palavra Chave</td>
</tr>
<tr>
<td>
<input name="paramPesquisa" type="text" id="paramPesquisa" size="20" value="{$paramPesquisa}"/>
<input name="btConsulta" type="submit" id="btConsulta" value="Consultar">
</td>
<td align="right" nowrap="nowrap">
{$imgNovo}
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table width="100%" class="grid" style="font-size:medium" border="0" cellspacing="0" cellpadding="2">
<tr class="headColun">
<th align="right">Id</th>
<th align="left" nowrap>Nome</th>
<th align="left">Protocolo</th>
<th align="left">Host</th>
<th align="center">Port</th>
<th align="left" >Diret&oacute;rio</th>
<th align="center" colspan="2">Opera&ccedil;&otilde;es</th>
</tr>
{$linhas}
<tr>
<th align="center" colspan="10"><table width="100%" class="grid" border="0" cellspacing="0" cellpadding="2"><tr><th align="center" style="width: 90%; border:0;">{$links}</th><th align="right" style="width: 10%; border:0;">{$pagMostra}/{$totalReg}</th></tr></table></th>
</tr>
</table>
</td>
</tr>
</table>
<table align="left" class="{if $erro}displayErros{else}displayMsg{/if}">
<tr>
<td>{$msg}</td>
</tr>
</table>
{/capture}