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.

61 lines
2.8 KiB

{capture name="display"}
<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%" align="center" class="filtro" border="0" cellspacing="0" cellpadding="2" >
<tr>
<td>
<table align="left" border="0" cellpadding="2" cellspacing="0">
<tr>
<td>Palavra Chave</td>
<td>Filtro Status</td>
</tr>
<tr>
<td align="left" nowrap="nowrap">
<input name="paramPesquisa" type="text" id="paramPesquisa" size="20" value="{$paramPesquisa}"/>
</td>
<td align="left" nowrap="nowrap">
<div class="geral" nowrap="nowrap">
<input name="status" class="clean" type="radio" value="A" {if $filtroStatus == 'A'} checked {/if} >Ativa
<input name="status" class="clean" type="radio" value="I" {if $filtroStatus == 'I'} checked {/if} >Desativada
<input name="status" class="clean" type="radio" value="T" {if $filtroStatus == 'T'} checked {/if} >Todos
</div>
</td>
<td>
<input name="btConsulta" type="submit" id="btConsulta" value="Consultar">
</td>
</tr>
</table>
</td>
<td align="right" nowrap="nowrap">
{$imgNovo}
</td>
</tr>
<tr>
<td colspan="2">
<table width="100%" class="grid" border="0" cellspacing="0" cellpadding="2">
<tr class="headColun">
<th align="left">Servi<EFBFBD>os</th>
<th align="center">Rotas</th>
<th align="center">Status</th>
<th align="center">&nbsp;</th>
</tr>
{$linhas}
<tr>
<th align="center" colspan="9"><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>
{if $erro}
<table>
<tr>
<td>{$erro}</td>
</tr>
</table>
{/if}
{/capture}