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.
 
 
 
 
 
 

69 lines
4.5 KiB

{capture name="display"}
<table width="100%" border="0" cellspacing="0" cellpadding="2" style="margin:10px">
<tr>
<td>
<table class="grid" border="0" cellspacing="0" cellpadding="4">
<tr>
<th align="center">Dac</th>
<th align="center">Data Inicial </th>
<th align="center">Data Final </th>
<th align="center">&nbsp;</th>
</tr>
<tr>
<td align="center">
<span style="font-size:14px;font-weight:bold"">{$sites}</span>
</td>
<td align="center"> <span style="font-size:14px; font-weight:bold">{$dtIni}</span></td>
<td align="center"> <span style="font-size:14px;font-weight:bold"">{$dtFim}</span></td>
<td align="center"><img src="imgSite/print.gif" alt="Clique aqui para imprimir!" width="24" height="24" border="0" onclick="javaScript:print();" /></td>
</tr>
</table></td>
</tr>
<tr>
<td>
<table cellpadding="2" width="800" class="grid">
<tr >
<th colspan="6" align="center"> <span style="font-size:14px">Status dos Agentes na Hora do Abandono</span></th>
</tr>
<tr>
<th align="center" class="headColun">Data</th>
<th align="left" class="headColun">Agente</th>
<th align="center" class="headColun">Login</th>
<th align="center" class="headColun">Logoff</th>
<th align="left" class="headColun">Status</th>
<th align="left" class="headColun">Descrição</th>
</tr>
{$linhas}
</table></td>
</tr>
<tr>
<td>
<table cellpadding="4" cellspacing="0" class="grid">
<tr align="center">
<th nowrap="nowrap" align="right" class="headColun">Logado</th>
<th nowrap="nowrap" align="right" class="headColun">Pausa</th>
<th nowrap="nowrap" align="right" class="headColun">Ocupado</th>
<th nowrap="nowrap" align="right" class="headColun">Indispon&iacute;vel</th>
<th nowrap="nowrap" align="right" class="headColun">N&atilde;o Classificado</th>
<th nowrap="nowrap" align="right" class="headColun">Pos. Chegada</th>
<th nowrap="nowrap" align="right" class="headColun">Pos. Abandono</th>
<th nowrap="nowrap" align="center" class="headColun">Agente Retorno</th>
<th nowrap="nowrap" align="center" class="headColun">Data Retorno</th>
</tr>
<tr align="center">
<td nowrap="nowrap" align="right" class="headColun"><span style="font-size:14px; font-weight:bold">{$logado}</span></td>
<td nowrap="nowrap" align="right" class="headColun"><span style="font-size:14px; font-weight:bold">{$pausa}</span></td>
<td nowrap="nowrap" align="right" class="headColun"><span style="font-size:14px; font-weight:bold">{$ocupado}</span></td>
<td nowrap="nowrap" align="right" class="headColun"><span style="font-size:14px; font-weight:bold">{$indisponivel}</span></td>
<td nowrap="nowrap" align="right" class="headColun"><span style="font-size:14px; font-weight:bold">{$classificacao}</span></td>
<td nowrap="nowrap" align="right" class="headColun"><span style="font-size:14px; font-weight:bold">{$pos_chegada}</span></td>
<td nowrap="nowrap" align="right" class="headColun"><span style="font-size:14px; font-weight:bold">{$pos_saida}</span></td>
<td nowrap="nowrap" align="center" class="headColun"><span style="font-size:14px; font-weight:bold">{$agtRet}</span></td>
<td nowrap="nowrap" align="center" class="headColun"><span style="font-size:14px; font-weight:bold">{$dtRet}</span></td>
</tr>
</table>
</td>
</tr>
</table>
{/capture}