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.
 
 
 
 
 
 

114 lines
5.2 KiB

{capture name="display"}
<table width="100%" border="0" cellspacing="0" cellpadding="2">
<tr>
<td><table class="filtro" border="0" cellspacing="0" cellpadding="1">
<tr>
<td>Contrato</td>
<td>Empresa</td>
<td>Departamento</td>
<td>Ano</td>
<td>M&ecirc;s</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>
<select name="contr_id" id="contr_id" style="width: 170px;">
{$contratos}
</select>
</td>
<td>
<select name="listaEmpresas" id="listaEmpresas" style="width: 170px;">
{$empresas}
</select>
</td>
<td> <span id="deptos">{$departamentos}</span></td>
<td>
<select name="ano" id="ano" style="width: 60px;">
{$anos}
</select>
</td>
<td>
<select name="mes" id="mes" style="width: 60px;">
{$meses}
</select>
</td>
<td><input type="submit" name="btConsulta" id="btConsulta" value="Consultar" style="width: 133px;"></td>
<td align="center" valign="middle">{if $imp}<a href="javaScript:NovaJanela('index.php?idProg=211', 'impRelChamRamal', '720', '700', 'scrollbars=YES');"><img id="imgRel" src="imgSite/print.gif" alt="Clique aqui para imprimir!" width="24" height="24" border="0"></a>{else} &nbsp;{/if}</td>
<td>&nbsp;</td>
<!--<td><a href="javaScript:NovaJanela('index.php?idProg=162&idRel={$codRel}', 'ordenaRelatorios', '550', '220', 'scrollbars=no');"><img src="imgSite/configure16.png" alt="Configura a Ordena&ccedil;&atilde;o dos Relat&oacute;rios" width="16" height="16" border="0" align="absmiddle" title="Configura a Ordena&ccedil;&atilde;o dos Relat&oacute;rios" /></a></td>-->
</tr>
</table></td>
</tr>
<tr>
<td>
<table width="500" border="0" cellpadding="2" cellspacing="0" class="grid">
<tr>
<th colspan="4" align="left">FRANQUIA</th>
</tr>
<tr>
<th align="left">Tipo</th>
<td colspan="3">{$tipoFranquia}</td>
</tr>
<tr>
<th width="100" align="left">Fixo</th>
<td width="150">{$franquia}</td>
<th width="100">Saldo</th>
<td>{$franquiaSaldo}</td>
</tr>
<tr>
<th align="left">M&oacute;vel</th>
<td>{$franquiaMovel}</td>
<th>Saldo</th>
<td>{$franquiaMovelSaldo}</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table cellpadding="2" width="800" class="grid">
<tr >
<th colspan="11" align="center"> Tarifa&ccedil;&atilde;o por Contrato</th>
</tr>
<tr>
<th align="left" class="headColun">Empresa</th>
<th align="left" class="headColun">Depto</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="right" class="headColun">Dura&ccedil;&atilde;o</th>
<th align="right" class="headColun">Valor</th>
<th style="width:2;padding:0;margin:0;border:0"><span title="Transf<EFBFBD>rencia">&nbsp;</span></th>
</tr>
{$linhas}
</table></td>
</tr>
<tr>
<td>
<table cellpadding="2" width="800" class="grid">
<tr >
<th colspan="5" align="center">Agrupado Empresa/Departamento</th>
</tr>
<tr>
<th align="left" class="headColun">Empresa</th>
<th align="left" class="headColun">Depto</th>
<th align="center" class="headColun">Dura&ccedil;&atilde;o</th>
<th align="right" class="headColun">Valor</th>
</tr>
{$linhasAgrupado}
</table>
</td>
</tr>
<tr>
<td>[ # - Tarifa Zero ] [ ** - Franquia ] [ * - Franquia Parcial ]</td>
</tr>
</table>
{/capture}