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.
 
 
 
 
 
 

34 lines
1.2 KiB

{capture name="display"}
<table width="99%" align="center" border="0" cellspacing="0" cellpadding="2" class="grid" style="border: 0;">
<tr>
<th align="center" style="border: 0; font-size: large;">
Dados por Revenda
</th>
</tr>
<tr>
<td style="border: 0;">
<table align="center" width="100%" class="grid" border="0" cellspacing="0" cellpadding="2">
<tr>
<th width="5%" align="center">ID</th>
<th width="40">Revenda</th>
<th width="10%">CNPJ</th>
<th width="10%" align="center">Originadas</th>
<th width="5%" align="right">%</th>
<th width="10%" align="right">Efetividade</th>
<th width="5%" align="right">%</th>
<th width="10%" align="right">Conversão</th>
<th width="5%" align="right">%</th>
</tr>
{$linhas}
</table>
</td>
</tr>
</table>
{if $erro}
<table>
<tr>
<td>{$erro}</td>
</tr>
</table>
{/if}
{/capture}