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.
 
 
 
 
 
 

80 lines
2.7 KiB

{capture name="display"}
<table class="filtro" border="0" cellpadding="2" cellspacing="0" width="100%">
<tbody>
<tr>
<td>
<input type="hidden" name="conta_senha" value="{$conta_senha}">
<table class="grid" border="0" cellpadding="2" cellspacing="0" width="100%">
<tr>
<th align="center" style="font-size:x-large;">Pr&eacute;-pago</th>
</tr>
<tr>
<th align="center"> {if $contaSenha}Conta{else}Ramal{/if}: {if $contaSenha}{$conta}-{$contaNome}{else}{$ramal}{/if} Saldo: {$saldoPrePago}</th>
</tr>
</table>
</td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="2">
<tr>
<td>Data Inicial</td>
<td>Data Final</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>
<input name="dataIni" id="dataIni" type="text" size="15" maxlength="10" value="{$dtIni}" title="dd/mm/aaaa" />
</td>
<td>
<input name="dataFim" id="dataFim" type="text" size="15" maxlength="10" value="{$dtFim}" title="dd/mm/aaaa" />
</td>
<td>
<input type="submit" name="btConsulta" id="btConsulta" value="Consultar" style="width: 133px;" />
</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="2" class="grid">
<tr>
<th width="20%">Data</th>
<th width="20%">Destino</th>
<th width="20%">Dura&ccedil;&atilde;o</th>
<th width="20%">Valor</th>
<th width="20%">Lanc.</th>
</tr>
{$linhas}
</table>
</td>
</tr>
</tbody>
</table>
{if $erro}
<table>
<tbody>
<tr>
<td>{$erro}</td>
</tr>
</tbody>
</table>
{/if}
{/capture}