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.

53 lines
2.3 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</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>{$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="800" cellpadding="2" class="grid">
<tr >
<th colspan="6" 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 class="headColun">Origem</th>
<th nowrap class="headColun">Quantidade</th>
<th nowrap class="headColun">Tempo</th>
<th nowrap class="headColun">TMAB</th>
</tr>
{$linhas} </table></td>
</tr>
</table>
{$agrupa}
{if $erro}
<table>
<tr>
<td>{$erro}</td>
</tr>
</table>
{/if}
{/capture}