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.
 
 
 
 
 
 

50 lines
2.8 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>N&ordm; Telefone </td>
<td>Data Inicial </td>
<td>Data Final</td>
<td>Protocolo</td>
<td>&nbsp;</td>
<td align="center" valign="middle">&nbsp;</td>
</tr>
<tr>
<td><input name="numFone" type="text" id="numFone" value="{$numFone}" size="10" maxlength="10"></td>
<td><input name="dataIni" id="dataIni" type="text" size="15" maxlength="10" value="{$dtIni}" onkeyup="formataData(this)" title="dd/mm/aaaa"></td>
<td><input name="dataFim" id="dataFim" type="text" size="15" maxlength="10" value="{$dtFim}" onkeyup="formataData(this)" title="dd/mm/aaaa"></td>
<td><input name="proto" id="proto" type="text" size="15" maxlength="10" value="{$proto}"></td>
<td><input type="submit" name="btConsulta" id="btConsulta" value="Consultar"></td>
<td align="center" valign="middle">{if $imp}<a href="javaScript:NovaJanela('index.php?idProg=10', 'impProd', '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>
</tr>
</table></td>
</tr>
<tr>
<td><table cellpadding="2" class="grid">
<tr >
<th colspan="10" align="center">Resumo por N&uacute;mero de Telefone </th>
</tr>
<tr align="center">
<th nowrap class="headColun">Data/Hora</th>
<th nowrap class="headColun">Fone</th>
<th nowrap class="headColun">Status</th>
<th nowrap class="headColun">Tempo de Espera </th>
<th nowrap class="headColun">Tempo de Atendimento </th>
<th nowrap class="headColun">Tempo Abandono </th>
<th align="left" nowrap class="headColun">Atendente</th>
<th nowrap class="headColun">Dac</th>
<th nowrap class="headColun">Destino</th>
<th nowrap class="headColun">Protocolo</th>
</tr>
{$linhas} </table></td>
</tr>
</table>
{if $erro}
<table>
<tr>
<td>{$erro}</td>
</tr>
</table>
{/if}
{/capture}