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.
 
 
 
 
 
 

56 lines
2.3 KiB

{capture name="display"}
<table width="95%" align="left" border="0" cellspacing="0" cellpadding="2" >
<tr>
<td>
<table class="filtro" border="0" cellpadding="2" cellspacing="0">
<tr>
<td>Dispositivo:</td>
<td>Data:</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>{$dacs}</td>
<td><input name="dataIni" type="text" id="dataIni" value="{$data}" size="10" maxlength="10" onKeyPress="formataData(this);"></td>
<td><input name="btConsulta" type="submit" id="btConsulta" value="Consultar"></td>
<td>{if $imp}<a href="javaScript:NovaJanela('index.php?idProg=5', 'impProd', '800', '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 class="grid" width="100%" border="0" cellpadding="2" cellspacing="0">
<tr align="center" bgcolor="#FFFFFF">
<th>{$data}</th>
<th>TIP</th>
<th>CA &lt;= 30'' </th>
<th>CA&gt; 30'' </th>
<th>AB&lt;= 30'' </th>
<th>AB&gt; 30'' </th>
<th>CO</th>
<th>COF</th>
<th>INS </th>
<th>IAB</th>
<th>ICO </th>
<th>TMA</th>
<th>AT</th>
</tr>
{$linhas}
{$linhaTotal}
</table>
</td>
</tr>
<tr>
<td>
[CO - Oferecidas ] [COF - Oferecidas na Fila] [INS - &Iacute;ndice de N&iacute;vel de Servi&ccedil;o] [IAB - &Iacute;ndice de Abandono] [ICO - &Iacute;ndice de Chamadas Oferecidas]</td>
</tr>
</table>
{if $erro}
<table>
<tr>
<td>{$erro}</td>
</tr>
</table>
{/if}
{/capture}