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.
 
 
 
 
 
 

45 lines
2.5 KiB

{capture name="display"}
<table width="100%" border="0" cellspacing="0" cellpadding="2">
<tr>
<td><table class="filtro" border="0" cellspacing="0" cellpadding="1">
<tr>
<td>Data Inicial </td>
<td>Data Final</td>
<td>Identifica&ccedil;&atilde;o </td>
<td align="right">Qtde Liga&ccedil;&otilde;es </td>
<td>&nbsp;</td>
<td align="center" valign="middle">&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><input name="contrib_tipo_id" type="text" id="contrib_tipo_id" value="{$contrib_tipo_id}" size="20"></td>
<td><input name="qtdeLiga" type="text" id="qtdeLiga" value="{$qtdeLiga}" size="20"></td>
<td><input type="submit" name="btConsulta" id="btConsulta" value="Consultar"></td>
<td align="center" valign="middle">{if $imp}<a href="javaScript:NovaJanela('index.php?idProg=53', 'impProd', '720', '700', 'scrollbars=YES');"><img src="imgSite/print.gif" alt="Clique aqui para imprimir!" width="24" height="24" border="0"></a>{else} &nbsp;{/if}</td>
</tr>
</table></td>
</tr>
<tr>
<td><table width="600" cellpadding="2" class="grid">
<tr >
<th colspan="5" align="center">Relat&oacute;rio de Cadastro de {$nomeCadCli} </th>
</tr>
<tr align="left">
<th nowrap class="headColun">Identifica&ccedil;&atilde;o</th>
<th nowrap class="headColun">Nome</th>
<th nowrap class="headColun">Fone</th>
<th nowrap class="headColun">Email</th>
<th align="right" nowrap class="headColun">Qtde Liga&ccedil;&otilde;es</th>
</tr>
{$linhas} </table></td>
</tr>
</table>
{if $erro}
<table>
<tr>
<td>{$erro}</td>
</tr>
</table>
{/if}
{/capture}