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.
 
 
 
 
 
 

93 lines
4.2 KiB

{capture name="display"}
<input name="pesquisa" type="hidden" value="1" />
<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" cellspacing="1" cellpadding="2">
<tr>
<td>Palavra Chave</td>
<td>Data Inicial</td>
<td>Data Final</td>
<td>Status Campanha</td>
<td align="center" valign="middle">&nbsp;</td>
</tr>
<tr>
<td><input name="paramPesquisa" type="text" id="paramPesquisa" size="20" value="{$paramPesquisa}"/></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>
<div class="geral" style="padding: 0 3px">
<input name="tipoCancelada" class="clean" type="checkbox" value="1" {$cancelada}>Cancelada
<input name="tipoAtiva" class="clean" type="checkbox" value="1" {$ativa}>Ativa &nbsp;
<input name="tipoSuspensa" class="clean" type="checkbox" value="1" {$suspensa}>Suspensa/Desativada &nbsp;
<input name="tipoConcluida" class="clean" type="checkbox" value="1" {$concluida}>Concluida
</div>
</td>
<td><input name="btConsulta" type="submit" id="btConsulta" value="Consultar"></td>
<td align="center" valign="middle">&nbsp;</td>
<td> {$imgNovo}</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table class="grid" border="0" cellpadding="2" cellspacing="0" width="100%">
<tr>
<th width="50" align="center">Id</th>
<th width="80" align="center">Data</th>
<th>Descri<EFBFBD><EFBFBD>o</th>
<th>Fila</th>
<th width="60" align="right">Contatos</th>
<th width="60" align="right">Discados</th>
<th width="60" align="right">Pendentes</th>
<th width="60" align="center" colspan="3">Operacoes</th>
</tr>
{$linhas}
<tr>
<th align="center" colspan="10"><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>
<tr>
<td>
<table class="grid" border="0" cellpadding="2" cellspacing="0" width="100%">
<tr>
<th>Legenda</th>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table class="grid" border="0" cellpadding="2" cellspacing="0" width="100%">
<tr>
<td><img src="imgSite/campanha16on.png" border="0" align="absmiddle"/> Campanha Ativa</td>
<td><img src="imgSite/campanha16supensa.png" border="0" align="absmiddle"/> Campanha Suspensa/Desativada</td>
<td><img src="imgSite/campanha16cancelada.png" border="0" align="absmiddle"/> Campanha Cancelada</td>
<td><img src="imgSite/campanha16concluida.png" border="0" align="absmiddle"/> Campanha Concluida</td>
</tr>
</table>
</td>
</tr>
</tbody>
</table>
{if $erro}
<table>
<tbody>
<tr>
<td>{$erro}</td>
</tr>
</tbody>
</table>
{/if}
{/capture}