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.
 
 
 
 
 
 

44 lines
1.9 KiB

{capture name="display"}
<table class="grid" border="0" cellspacing="0" cellpadding="2">
<tr>
<th colspan="4" align="center"><font size="4"><span style="font-size:18px; font-weight:bold">Dispositivo: </span>{$nomeDac}</font></th>
</tr>
<tr>
<th width="200" align="left" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="2">
<tr>
<th colspan="2" align="center">Chamadas</th>
</tr>
<tr>
<th align="left">Total</th>
<td align="right">{$totalChamadas}</td>
</tr>
<tr>
<th align="left">Originadas</th>
<td align="right">{$totalOferecidas}</td>
</tr>
<tr>
<th align="left">Atendidas</th>
<td align="right">{$totalAtendidas}</td>
</tr>
<tr>
<th align="left">Abandonadas</th>
<td align="right">{$totalAbandonadas}</td>
</tr>
<tr>
<th align="left">Espera</th>
<td align="right">{$espera}</td>
</tr>
<tr>
<th align="left">Tempo Espera </th>
<td align="right">{$tempoEspera}</td>
</tr>
<tr>
<th align="left">N&iacute;vel de Servi&ccedil;o </th>
<td align="right">{$nivelServico}%</td>
</tr>
</table></th>
<td colspan="3" align="center" valign="middle">{$grafDac}</td>
</tr>
</table>
{/capture}