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
4.6 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>Empresa</td>
<td>Departamento</td>
<td>Data Inicial </td>
<td>Data Final</td>
<td nowrap>Ramal </td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>
<select name="listaEmpresas" id="listaEmpresas" style="width: 170px;">
{$empresas}
</select>
</td>
<td> <span id="deptos">{$departamentos}</span></td>
<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 name="ramal" type="text" id="ramal" value="{$ramal}" size="12"></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=209', 'TarifadorRamal', '720', '700', 'scrollbars=YES');"><img id="imgRel" src="imgSite/print.gif" alt="Clique aqui para imprimir!" width="24" height="24" border="0"></a>
<a href="javaScript:FaturaRamalDwnld();"><img id="imgRel" src="imgSite/csv32.png" alt="Clique aqui para fazer download do arquivo em CSV!" title="Clique aqui para fazer download do arquivo em CSV!" 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 cellpadding="2" width="800" class="grid">
<tr >
<th colspan="11" align="center"> Tarifa&ccedil;&atilde;o por Ramal</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="center" 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 {if $imp}<a href="javaScript:NovaJanela('index.php?idProg=209&aresumo=1', 'TarifadorRamal', '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}</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}