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.
 
 
 
 
 
 

66 lines
3.0 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" border="0" cellspacing="0" cellpadding="2" >
<tr>
<td>
<table class="filtro" border="0" cellpadding="2" cellspacing="0">
<tr>
<td>Palavra Chave</td>
<td>Filtro Status</td>
</tr>
<tr>
<td>
<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 $status == "A" } checked {/if} /> Ativa
<input name="status" class="clean" type="radio" value="I" {if $status == "I" } checked {/if} /> Desativada
</div>
</td>
<td>
<input name="btConsulta" type="submit" id="btConsulta" value="Consultar">
</td>
<td align="right" nowrap="nowrap" width="90%">
{$imgLcFixo}
</td>
<td align="right" nowrap="nowrap" width="90%">
{$imgNovo}
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table width="100%" class="grid" border="0" cellspacing="0" cellpadding="2">
<tr>
<th width="50" align="center">Id</th>
<th align="left" nowrap>Nome</th>
<th align="left">Login</th>
<th align="left">Matr&iacute;cula</th>
<th align="center" nowrap>Email</th>
<th align="center">Status</th>
<th align="center" colspan="3">Opera&ccedil;&otilde;es</th>
<th align="center">Perfil</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>
{if $erro}
<table>
<tr>
<td>{$erro}</td>
</tr>
</table>
{/if}
{/capture}