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.
 
 
 
 
 
 

71 lines
3.0 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 colspan="6">
<table border="0" cellspacing="1" cellpadding="1">
<tr>
<td>Dispositivo(Fila)</td>
<td>Data Inicial</td>
<td>Data Final</td>
<td nowrap="nowrap">
<input name="relTipo" type="checkbox" id="relTipo"
value="1" {if $relTipo} checked {/if} />Anal&iacute;tico
<label for="relTipo"></label>
</td>
<td align="center" valign="middle">&nbsp;</td>
</tr>
<tr>
<td>{$dac}</td>
<td><input name="dataIni" id="dataIni" size="15" maxlength="10"
value="{$dataIni}" onkeyup="formataData(this)" title="dd/mm/aaaa"></td>
<td><input name="dataFim" id="dataFim" size="15" maxlength="10"
value="{$dataFim}" onkeyup="formataData(this)" title="dd/mm/aaaa"></td>
<td><input type="submit" name="btConsulta" id="btConsulta" value="Consultar"></td>
{$linksRelatorio}
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
{capture name="pdf" assign="pdf"}
<table width="100%" border="0" cellspacing="0" cellpadding="2" class="printOnly">
<tr>
<td>{$filtros}</td>
</tr>
</table>
<table width="600" cellpadding="2" class="grid">
<tr>
<th colspan=" {if !$relTipo}6{else}14{/if}" align="center">Entradas Fila/Contexto</th>
</tr>
<tr align="center">
<td nowrap class="headColun th">Data</td>
<td nowrap align="left" class="headColun th">Contexto</td>
{if !$relTipo}
<td nowrap align="right" class="headColun th">Quantidade</td>
{else}
<td nowrap align="left" class="headColun th">Origem</td>
{/if}
</tr>
{$linhas}
</table>
{if $erro}
<table>
<tr>
<td>{$erro}</td>
</tr>
</table>
{/if}
{/capture}
{$smarty.capture.pdf}
{/capture}