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.
 
 
 
 
 
 

67 lines
3.5 KiB

{capture name="display"}
<table width="99%" align="center" border="0" cellspacing="0" cellpadding="2">
<tr>
<td>
<table class="filtro" border="0" cellspacing="0" cellpadding="1">
<tr>
<td>Data Inicial </td>
<td>Data Final</td>
<td>Contrato</td>
<td><input type="checkbox" name="agrup" id="agrup" value="1" {if $agrup} checked="checked"{/if}> Agrupado</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td><input name="dataIni" id="dataIni" type="text" size="8" maxlength="10" value="{$dtIni}" title="dd/mm/aaaa"></td>
<td><input name="dataFim" id="dataFim" type="text" size="8" maxlength="10" value="{$dtFim}" title="dd/mm/aaaa"></td>
<td><select name="listaContrato" id="listaContrato" style="width:220px;">{$contratos}</select></td>
<td><input type="submit" name="btConsulta" id="btConsulta" value="Consultar" style="width: 133px;"></td>
<td align="center" valign="middle"><input type="submit" name="btRetarifa" id="btRetarifa" value="Retarifar" style="width: 133px;" onclick="return ConfirmaRefatura();" {if !$imp}disabled="disabled"{/if} ></td>
<td>&nbsp;</td>
</tr>
</table></td>
</tr>
<tr>
<td>
<table cellpadding="2" style="width: 100%;" class="grid">
<tr >
<th colspan="{if $agrup}7{else}9{/if}" align="center"> Tarifa&ccedil;&atilde;o por Ramal</th>
{if !$agrup}
<th colspan="2" align="center"> Atual</th>
<th colspan="2" align="center"> Retarifado</th>
{/if}
</tr>
<tr>
{if $agrup}
<th align="left" class="headColun">Contrato</th>
<th align="left" class="headColun">Vig&ecirc;ncia</th>
<th align="left" class="headColun">Operadora</th>
<th align="left" class="headColun">Tipo</th>
<th align="center" class="headColun">Dura&ccedil;&atilde;o</th>
<th align="right" class="headColun">Valor</th>
<th align="right" class="headColun">Retarifado</th>
{else}
<th align="left" class="headColun">Contrato</th>
<th align="left" class="headColun">Vig&ecirc;ncia</th>
<th align="left" class="headColun">Operadora</th>
<th align="left" class="headColun">Tipo</th>
<th align="right" class="headColun">Ramal</th>
<th align="right" class="headColun">Conta</th>
<th align="right" class="headColun">Destino</th>
<th align="center" class="headColun">Data</th>
<th align="center" class="headColun">Dura&ccedil;&atilde;o</th>
<th align="right" class="headColun">Pre<EFBFBD>o</th>
<th align="right" class="headColun">Valor</th>
<th align="right" class="headColun">Pre<EFBFBD>o</th>
<th align="right" class="headColun">Valor</th>
{/if}
</tr>
{$linhas}
</table></td>
</tr>
<tr>
<td>[ * - Franquia Parcial]</td>
</tr>
</table>
{/capture}