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.
 
 
 
 
 
 

46 lines
1.6 KiB

{capture name="display"}
<table class="grid" style="width: 99%;" align="center" border="1" cellspacing="0" cellpadding="2">
<tr>
<th colspan="6" align="center">
<span style="font-size:18px; font-weight:bold">Perfil</span>
</th>
</tr>
<tr>
<th align="center">Fila</th>
<th align="center">Nome</th>
<th align="center">Matricula</th>
<th align="center">Status</th>
<th align="center">Pausa</th>
<th align="center">Atendimentos</th>
</tr>
<tr>
<td align="center"><b>{$nomeDac}</b></td>
<td align="center"><b>{$nome}</b></td>
<td align="center"><b>{$matricula}</b></td>
<td align="center" id="status_agente"><b>{$status}</b></td>
<td align="center" id="pausa_agente"><b>{$pausa}</b></td>
<td align="center" id="atendimento_agente"><b>{$countatendimentos}</b></td>
</tr>
</table>
<br>
<table class="grid" id="tableChatAgente" style="width: 99%;" align="center" border="1" cellspacing="0" cellpadding="2">
<thead>
<tr>
<th>PERFIL</th>
<th>CONTATO</th>
<th>PLATAFORMA</th>
<th>INÍCIO</th>
<th>DURAÇÃO</th>
<th>DIREÇÃO</th>
<th>PROTOCOLO</th>
<th>AÇÕES</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
{/capture}