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.

75 lines
2.8 KiB

{capture name="display"}
<table width="100%" align="center" border="0" cellspacing="0" cellpadding="2" >
<tr>
<td>
<table class="filtro" border="0" cellpadding="2" cellspacing="0">
<tr>
<td>Dispositivo:</td>
<td>Ano(aaaa)</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>
{$dacs}
</select></td>
<td><select name="listaAno" id="listaAno">
{$ano}
</select></td>
<td><input name="btConsulta" type="submit" id="btConsulta" value="Consultar"></td>
<td>{if $imp}<a href="javaScript:NovaJanela('index.php?idProg=153', 'impProd', '800', '700', 'scrollbars=YES');"><img src="imgSite/print.gif" alt="Clique aqui para imprimir!" width="24" height="24" border="0"></a>{else} &nbsp;{/if}</td>
</tr>
</table></td>
</tr>
<tr>
<td>
<table class="grid" width="100%" border="0" cellpadding="2" cellspacing="0">
<tr align="center" bgcolor="#FFFFFF">
<th>{$mesAno}</th>
<th colspan="4">Chamadas Recebidas </th>
<th>&nbsp;</th>
<th>INS </th>
<th>IAB</th>
<th>IA</th>
<th>&nbsp;</th>
<th>&nbsp;</th>
</tr>
<tr align="center" bgcolor="#FFFFFF">
<th>M&ecirc;s</th>
<th>CA &le; 30'' </th>
<th>CA &gt; 30'' </th>
<th>AB &le; 30'' </th>
<th>AB &gt; 30'' </th>
<th>COF</th>
<th>&ge; 85 </th>
<th>&le; 4 </th>
<th>&ge; 92 </th>
<th>TMA</th>
<th>AT</th>
</tr>
{$linhas}
{$linhaTotal}
</table>
</td>
</tr>
<tr>
<td>
[COF - Oferecidas na Fila] [INS - &Iacute;ndice de N&iacute;vel de Servi&ccedil;o] [IAB - &Iacute;ndice de Abandono] [IA - &Iacute;ndice de Atendimento] [AT - Atendentes]</td>
</tr>
</table>
{if $erro}
<table>
<tr>
<td>{$erro}</td>
</tr>
</table>
{/if}
{/capture}