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.
 
 
 
 
 
 

85 lines
4.7 KiB

{capture name="display"}
<input name="formAction" type="hidden" id="formAction" value="{$formAction}">
<input name="selContrib" type="hidden" id="selContrib" value="{$selContrib}">
<input name="pesquisa" type="hidden" value="1" />
<input name="tipoDataSet" id="tipoDataSet" type="hidden" value="{$tipoDataSet}" />
<input name="pgn" type="hidden" value="{$pgn}" />
<input name="bloco" type="hidden" value="{$bloco}" />
<input name="pg" type="hidden" value="{$pg}" />
<table width="99%" align="center" border="0" cellspacing="0" cellpadding="2" >
<tr>
<td>
<table class="filtro" border="0" cellpadding="2" cellspacing="0">
<tr>
<td colspan="1">Palavra Chave</td>
<td colspan="1">Lista</td>
<td colspan="1">Etapa</td>
<td colspan="1">Status</td>
{if $agentes}<td colspan="1">Cliente(s) Agente</td>{/if}
<td colspan="1">Tipo Contato</td>
<td colspan="1"><img src="imgSite/point.png" width="9" height="9" border="0" onclick="TipoDataSet()"><span class="tipoData">{$tipoDataSet}</span> Inicial</td>
<td colspan="1"><span class="tipoData">{$tipoDataSet}</span> Final</td>
<td colspan="1">&nbsp;</td>
<td colspan="1">UF</td>
<td colspan="1">&nbsp;</td>
<td colspan="1">&nbsp;</td>
<td colspan="1">&nbsp;</td>
</tr>
<tr>
<td><input name="paramPesquisa" type="text" id="paramPesquisa" size="20" value="{$paramPesquisa}"/></td>
<td>{$list_cliente}</td>
<td>{$client_etapa}</td>
<td>{$client_status}</td>
{if $agentes}<td>{$agentes}</td>{/if}
<td>{$client_tipo_contato}</td>
<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><input name="tipoDataSet" id="tipoDataSet" type="text" value="" hidden></td>
<td>{$client_uf}</td>
<td><input name="btConsulta" type="submit" id="btConsulta" value="Consultar"></td>
<td align="right" nowrap="nowrap">
{$imgNovo}
</td>
<td align="right" nowrap="nowrap">
{$imgCampEmail}
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table width="100%" class="grid" border="0" cellspacing="0" cellpadding="2">
<tr>
<th width="50" align="center">Id</th>
<th align="left" nowrap>Data Contato</th>
<th align="left" nowrap>Data Agendamento</th>
<th align="left" nowrap>Raz<EFBFBD>o Social</th>
<th align="left">Etapa</th>
<th align="left">Status</th>
<th align="left">Munic<EFBFBD>pio</th>
<th align="left">UF</th>
<th align="left">Respons<EFBFBD>vel</th>
<th align="left">Telefone</th>
<th align="left">Email</th>
<th align="left">Contatar</th>
<th align="left">Agente</th>
<th align="left">Modificado</th>
<th colspan="7" align="center">A&ccedil;&otilde;es</th>
</tr>
{$linhas}
<tr>
<th align="center" colspan="22">
<table width="100%" class="grid" border="0" cellspacing="0" cellpadding="2">
<tr>
<th align="center" style="width: 90%; border:0;">{$links}</th>
<th align="right" style="width: 10%; border:0;">{$pagMostra}/{$totalReg}</th>
</tr>
</table>
</th>
</tr>
</table>
</td>
</tr>
</table>
{/capture}