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.
 
 
 
 
 
 

74 lines
3.7 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 nowrap="nowrap">
<input name="relTipo" type="checkbox" id="relTipo" value="1" {if $relTipo} checked="checked" {/if} />Anal&iacute;tico
<label for="relTipo"></label>
</td>
<td>&nbsp;</td>
<td align="center" valign="middle">&nbsp;</td>
</tr>
<tr>
<td>{$dac}</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=92', 'abdFila', '720', '700', 'scrollbars=YES');"><img src="imgSite/print.gif" alt="Clique aqui para imprimir!" 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="{if !$relTipo}800{else}100%{/if}" cellpadding="2" class="grid">
<tr >
<th colspan=" {if !$relTipo}6{else}14{/if}" align="center">Chamadas Abandonadas na Fila </th>
</tr>
<tr align="center">
<th nowrap class="headColun">Data</th>
<th nowrap class="headColun">Hora</th>
<th nowrap align="left" class="headColun">Origem</th>
{if !$relTipo}<th nowrap align="right" class="headColun">Quantidade</th>{/if}
{if $relTipo}
<th nowrap align="right" class="headColun">Logado</th>
<th nowrap align="right" class="headColun">Pausa</th>
<th nowrap align="right" class="headColun">Ocupado</th>
<th nowrap align="right" class="headColun">Indispon&iacute;vel</th>
<th nowrap align="right" class="headColun">N&atilde;o Classificado</th>
<th nowrap align="center" class="headColun">Retorno</th>
<th nowrap align="right" class="headColun">Pos. Chegada</th>
<th nowrap align="right" class="headColun">Pos. Abandono</th>
{/if}
<th nowrap class="headColun">Tempo</th>
<th nowrap class="headColun">TMAB</th>
{if $relTipo}<th align="center" class="headColun">&nbsp;</th>
{/if}
</tr>
{$linhas} </table>
</td>
</tr>
</table>
{if !$relTipo}
{$agrupa}
{/if}
{if $erro}
<table>
<tr>
<td>{$erro}</td>
</tr>
</table>
{/if}
{/capture}