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.
 
 
 
 
 
 

63 lines
2.5 KiB

{capture name="display"}
<table width="100%" align="center" border="0" cellspacing="0" cellpadding="2" >
<tr>
<td>
<table border="0" cellpadding="2" cellspacing="0" class="grid">
<tr>
<th>DAC</th>
<th>Agente/Matricula</th>
<th>Data Inicial </th>
<th>Data Final </th>
<th>Campanha</th>
<th>&nbsp;</th>
</tr>
<tr>
<td><span id="campanha">{$dacs}</span></td>
<td>{$agente}</td>
<td>{$dataIni}</td>
<td>{$dataFim}</td>
<td><span id="campanhaLista">Todas</span></td>
<td>{if $imp}<a href="javaScript:NovaJanela('index.php?idProg=125', 'desempenhoDiscadorAgrup', '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 align="center">Inicio</th>
<th align="center">Fim</th>
<th align="center">Motivo</th>
<th align="center">Tempo</th>
</tr>
{$linha}
</table></td>
</tr>
<tr>
<td><img name="" src="" width="3" height="3" alt=""></td>
</tr>
<tr>
<td>
<table class="grid" border="0" cellpadding="2" cellspacing="0">
<tr align="center" bgcolor="#FFFFFF">
<th align="center" colspan="3">Agrupado</th>
</tr>
<tr align="center" bgcolor="#FFFFFF">
<th align="center">Motivo</th>
<th align="center">Qtde</th>
<th align="center">Tempo</th>
</tr>
{$linhaAgrupado}
</table></td>
</tr>
</table>
{if $erro}
<table>
<tr>
<td>{$erro}</td>
</tr>
</table>
{/if}
{/capture}