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.
 
 
 
 
 
 

82 lines
4.5 KiB

{capture name="display"}
<table width="100%" border="0" cellspacing="0" cellpadding="2">
<tr>
<td><table class="filtro" border="0" cellspacing="0" cellpadding="1">
<td colspan="6"><table border="0" cellspacing="1" cellpadding="1">
<tr>
<td>Dispositivo(Fila)</td>
<td>Data Inicial</td>
<td>Data Final </td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td align="center" valign="middle">&nbsp;</td>
</tr>
<tr>
<td>{$dacs}</td>
<td><input name="dataIni" id="dataIni" type="text" size="15" maxlength="10" value="{$dataIni}" onkeyup="formataData(this)" title="dd/mm/aaaa"></td>
<td><input name="dataFim" id="dataFim" type="text" size="15" maxlength="10" value="{$dataFim}" onkeyup="formataData(this)" title="dd/mm/aaaa"></td>
<td><input type="submit" name="btConsulta" id="btConsulta" value="Consultar"></td>
<td>{if $imp}<a href="javaScript:NovaJanela('index.php?idProg=96', 'relTotalDDD', '720', '700', 'scrollbars=YES');"><img src="imgSite/print.gif" alt="Clique aqui para imprimir!" width="24" height="24" border="0"></a><a href="index.php?idProg=95&amp;EXCEL=1"><img src="imgSite/excel.png" alt="Exporta para Ecxel!" width="24" height="24" border="0" /></a>{else} &nbsp;{/if}</td>
<td align="center" valign="middle">&nbsp;</td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
<tr>
<td><table width="600" style="border-collapse: collapse;" cellpadding="0" class="grid">
<tr >
<th colspan="6" align="center">Chamadas Totalizadas Por DDD </th>
</tr>
<tr>
<th align="center" width="30" valign="middle" class="headColun">DDD</th>
<th align="center" width="30" valign="middle" class="headColun">UF</th>
<th align="left" valign="middle" nowrap class="headColun">Regi&atilde;o</th>
<th width="120" align="left" nowrap class="headColun">
<table width="120" style="border-collapse: collapse;" border="0" cellspacing="0" cellpadding="0">
<tr align="center">
<th colspan="2" style="border:0; border-bottom: 1px;">Entrantes</th>
</tr>
<tr align="center">
<th width="60" align="right" style="border:0; border-right: 1px;">Qtde</th>
<th width="60" style="border:0;">TMO</th>
</tr>
</table>
</th>
<th width="120" align="left" nowrap class="headColun">
<table width="120" style="border-collapse: collapse;" border="0" cellspacing="0" cellpadding="0">
<tr align="center">
<th colspan="2" style="border:0; border-bottom: 1px;">Saintes</th>
</tr>
<tr align="center">
<th width="60" align="right" style="border:0; border-right: 1px;">Qtde</th>
<th width="60" style="border:0;">TMO</th>
</tr>
</table>
</th>
<th width="120" align="left" nowrap class="headColun">
<table width="120" style="border-collapse: collapse;" border="0" cellspacing="0" cellpadding="0">
<tr align="center">
<th colspan="2" style="border:0; border-bottom: 1px;">Total</th>
</tr>
<tr align="center">
<th width="60" align="right" style="border:0; border-right: 1px;">Qtde</th>
<th width="60" style="border:0;">TMO</th>
</tr>
</table>
</th>
</tr>
{$linhas} </table></td>
</tr>
</table>
{if $erro}
<table>
<tr>
<td>{$erro}</td>
</tr>
</table>
{/if}
{/capture}