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.
 
 
 
 
 
 

50 lines
2.2 KiB

{capture name="display"}
<table class="grid" border="0" cellspacing="0" cellpadding="2">
<tr>
<th colspan="4" align="center"><span style="font-size:18px; font-weight:bold">Dispositivo: {$nomeDac}</span></th>
</tr>
<tr>
<th width="400" align="left"><table width="100%" border="0" cellspacing="0" cellpadding="2">
<tr>
<th colspan="2" align="center">Clientes</th>
</tr>
<tr>
<th align="left">Total</th>
<td width="200" align="right">{$totalClientes}</td>
</tr>
<tr>
<th align="left">Discados</th>
<td align="right">{$totalDiscados}</td>
</tr>
<tr>
<th align="left">N&atilde;o Discados </th>
<td align="right">{$cliNaoDiscados}</td>
</tr>
<tr>
<th colspan="2" align="center">Telefones</th>
</tr>
<tr>
<th align="left">Total</th>
<td align="right">{$totalFones}</td>
</tr>
<tr>
<th align="left" nowrap="nowrap">N&atilde;o Discados </th>
<td align="right">{$naoDiscados}</td>
</tr>
<tr>
<th align="left">Atendidos</th>
<td align="right">{$atendidas}</td>
</tr>
<tr>
<th align="left" nowrap="nowrap">N&atilde;o Atendidas </th>
<td align="right">{$naoAtendidas}</td>
</tr>
<tr>
<th align="left">Ocupados</th>
<td align="right">{$ocupados}</td>
</tr>
</table></th>
<td width="900" colspan="3" align="center" valign="middle">{$grafDac}</td>
</tr>
</table>
{/capture}