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.

63 lines
2.7 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>
<span style="display: block">Data Inicial</span>
<input name="dataIni" type="text" id="dataIni" size="15" maxlength="10" value="{$dataIni}"/>
</td>
<td>
<span style="display: block">Data Final</span>
<input name="dataFim" type="text" id="dataFim" size="15" maxlength="10" value="{$dataFim}" />
</td>
<td>
<span style="display: block">Palavra Chave</span>
<input name="paramPesquisa" type="text" id="paramPesquisa" size="20" value="{$paramPesquisa}" />
</td>
<td style="padding-top:15px;">
<input name="btConsulta" type="submit" id="btConsulta" value="Consultar" >
</td>
<td align="right" nowrap="nowrap" style="padding-top:15px; ">
{$imgNovo}
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table width="100%" class="grid" border="0" cellspacing="0" cellpadding="2">
<tr>
<th align="right">ID</th>
<th align="left" width="200">Descri&ccedil;&atilde;o</th>
<th align="left">Pesquisa</th>
<th align="center">Data</th>
<th align="center">Data In&iacute;cio</th>
<th align="center">Data Fim</th>
<th align="center">Status</th>
<th align="center">Opera&ccedil;&otilde;es</th>
</tr>
{$linha}
<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}