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.
 
 
 
 
 
 

75 lines
4.5 KiB

{capture name="display"}
<table width="99%" align="center" border="0" cellspacing="0" cellpadding="2">
<tr>
<td>
<table class="filtro" border="0" cellspacing="0" cellpadding="2">
<tr>
<td>Data Inicial </td>
<td>Data Final</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td><input name="dataIni" id="dataIni" type="text" size="15" maxlength="10" value="{$dataIni}" onkeyup="formataData(this)" title="dd/mm/aaaa"></td>
<td><input name="dataFim" id="dataFim" type="text" size="15" maxlength="10" value="{$dataFim}" onkeyup="formataData(this)" title="dd/mm/aaaa"></td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td colspan="2">
<select name="grp_id" style="width: 100%;">
{$regionais}
</select>
</td>
<td><input type="submit" style="width: 99%; text-align: center;" name="btConsulta" id="btConsulta" value="Consultar"></td>
<td>{$detalhes}</td>
</tr>
</table>
</td>
</tr>
<tr>
<td style="min-height: 510px;">
<table width="100%" align="center" border="0" cellspacing="0" cellpadding="0">
<tr>
<td style="width: 280px;" valign="top">
<table class="grid" width="99%" align="center" border="0" cellspacing="0" cellpadding="4" style="border:0;padding: 4px">
<tr>
<th align="center" width="16"></th>&nbsp;<th align="center">Revendas</th>
</tr>
{$revendas}
<tr>
<th colspan="2" align="center">&nbsp;</th>
</tr>
</table>
</td>
<td>
<table align="center" border="0" cellspacing="0" cellpadding="0" style="width:676px; height: 444px; background: url('/imgSite/funil-vendas.png')">
<tr>
<td>
<div style="width:676px; height: 444px; position: relative; left: 0; top:0; margin: 0; padding: 0; border:0px solid #f00;">
<div style="width: 100px; position: absolute; left: 130px; top:160px; color: #ddd; border:0px solid #0f0; font-size: xx-large; font-style: italic">100<span style="font-size: small;">%</span></div>
<div style="width: 350px; position: absolute; left: 320px; top:135px; color: #ddd; border:0px solid #000; font-size: x-large; font-weight: bold">Total Originado: <span style="font-size: xx-large;">{$chamadasTotal}</span></div>
<div style="width: 100px; position: absolute; left: 130px; top:270px; color: #000; border:0px solid #0f0; font-size: x-large; font-style: italic">{$chamadasAtendidaPerc}<span style="font-size: small;">%</span></div>
<div style="width: 350px; position: absolute; left: 320px; top:250px; color: #000; border:0px solid #000; font-size: x-large; font-weight: bold">Efetividade: <span style="font-size: xx-large;">{$chamadasAtendida}</span></div>
<div style="width: 100px; position: absolute; left: 135px; top:360px; color: #000; border:0px solid #0f0; font-size: large; font-style: italic">{$chamadasConvertidasPerc}<span style="font-size: small;">%</span></div>
<div style="width: 350px; position: absolute; left: 320px; top:360px; color: #000; border:0px solid #000; font-size: x-large; font-weight: bold">Convers<EFBFBD>o: <span style="font-size: xx-large;">{$chamadasConvertidas}</span></div>
</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
{if $erro}
<table>
<tr>
<td>{$erro}</td>
</tr>
</table>
{/if}
{/capture}