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.
 
 
 
 
 
 

56 lines
2.6 KiB

{capture name="display"}
<div style="height: 3px;"> </div>
<table class="grid" style="width: 99%;" align="center" border="1" cellspacing="0" cellpadding="2">
<tr>
<th colspan="4" align="center"><span style="font-size:18px; font-weight:bold">Perfil</span></th>
</tr>
<tr>
<th align="left">Dispositivo</th>
<td colspan="3"><span class="gridLarge">{$nomeDac}</span></td>
</tr>
<tr>
<th align="left">Nome</th>
<td colspan="3"><span class="gridLarge">{$nome}</span></td>
</tr>
<tr>
<th align="left">Apelido</th>
<td colspan="3"><span class="gridLarge">{$apelido}</span></td>
</tr>
<tr>
<th width="150" align="left">Matricula</th>
<td colspan="3"><span class="gridLarge">{$matricula}</span></td>
</tr>
<tr>
<th colspan="4" align="center"><span style="font-size:18px; font-weight:bold">Informa&ccedil;&otilde;es da Se&ccedil;&atilde;o</span></th>
</tr>
<tr>
<th align="left">Ramal</th>
<td width="200" align="right"><span class="gridLarge">{$ramal}</span></td>
<th width="150" align="left">Atendidas/Originadas</th>
<td width="200" align="right"><span class="gridLarge">{$chamadasAtendidas}/{$chamadasOriginadas}</span></td>
</tr>
<tr>
<th align="left">Login</th>
<td align="right"><span class="gridLarge">{$login}</span></td>
<th align="left">Tempo M&eacute;dio Atend.</th>
<td align="right"><span class="gridLarge">{$tma}</span></td>
</tr>
<tr>
<th align="left">Tempo Logado</th>
<td align="right"><span class="gridLarge">{$tempoLogado}</span></td>
<th align="left">N&uacute;mero de Pausas</th>
<td align="right"><span class="gridLarge">{$numeroPausas}</span></td>
</tr>
<tr>
<th colspan="4" align="center"><span style="font-size:18px; font-weight:bold">Estatisticas</span></th>
</tr>
<tr>
<th colspan="2" align="center"><span style="font-size:18px; font-weight:bold">Agente</span></th>
<th colspan="2" align="center"><span style="font-size:18px; font-weight:bold">M&eacute;dia/Dac</span></th>
</tr>
<tr>
<td colspan="2" align="left"><span class="gridLarge">{$graficoAgente}</span></td>
<td colspan="2" align="left"><span class="gridLarge">{$graficoDac}</span></td>
</tr>
</table>
{/capture}