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.
 
 
 
 
 
 

108 lines
4.5 KiB

{capture name="display"}
<table class="filtro" border="0" cellpadding="2" cellspacing="0" width="100%">
<tbody>
<tr>
<td>
<input name="conta" type="hidden" id="conta" value="{$conta}">
<input name="nome" type="hidden" id="nome" value="{$nome}">
<input name="saldo" type="hidden" id="saldo" value="{$saldo}">
<input name="statusConta" type="hidden" id="statusConta" value="{$statusConta}">
<table class="grid" border="0" cellpadding="2" cellspacing="0" width="100%">
<tr>
<th align="center" style="font-size:x-large;">Pr&eacute;-pago/Conta</th>
</tr>
<tr>
<th align="center"><span style="font-size:large;font-weight:bold"> Ramal:{$conta}-{$nome} Saldo: {$saldo} Habilitado: {$status}</span></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="{$dataIni}" title="dd/mm/aaaa" />
</td>
<td>
<input name="dataFim" id="dataFim" type="text" size="15" maxlength="10" value="{$dataFim}" 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>
<div style="width:100%;height:300px; overflow:scroll;">
<table width="100%" border="0" cellspacing="0" cellpadding="2" class="grid">
<tr >
<th width="20%" align="center">Data</th>
<th width="15%" align="left">Destino</th>
<th width="10%" align="center">Dura&ccedil;&atilde;o</th>
<th width="31%" align="center">Hist&oacute;rico</th>
<th width="5%" align="center">Lanc.</th>
<th width="15%" align="right">Valor</th>
<th width="4%" align="right">&nbsp;</th>
</tr>
{$linhas}
</table>
</div>
</td>
</tr>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="2" class="grid">
<tr>
<th> Tipo Lan&ccedil;amento </th>
<th> Valor </th>
<th>&nbsp;</th>
</tr>
<tr>
<td>
<select name="operacao_ramal" id="operacao_ramal" onchange="credito_ramal_hab(this.value);">
<option value="0" selected="selected">-------------------------</option>
<option value="1">Habilita/Desabilita</option>
<option value="2">Credito</option>
</select>
</td>
<td>
<input name="credito_ramal" type="text" disabled="disabled" id="credito_ramal" />
</td>
<td>
<input type="submit" name="btLancamento" id="btLancamento" value="Enviar" style="width: 133px;" />
</td>
</tr>
</table>
</td></tr>
</tbody>
</table>
{if $erro}
<table>
<tbody>
<tr>
<td>{$erro}</td>
</tr>
</tbody>
</table>
{/if}
{/capture}