Monitor de centrais 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.

60 lines
2.1 KiB

{capture name="display"}
<table width="100%" align="center" border="0" cellspacing="0" cellpadding="2" >
<tr>
<td>
<table class="filtro" border="0" cellpadding="2" cellspacing="0">
<tr>
<td>Dispositivo:</td>
<td>Mes:</td>
<td>Ano(aaaa)</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>
{$dacs}
</select></td>
<td><select name="listaMes" id="listaMes" size="1">
{$meses}
</select></td>
<td><select name="listaAno" id="listaAno">
{$ano}
</select></td>
<td><input name="btConsulta" type="submit" id="btConsulta" value="Consultar"></td>
<td>{if $imp}<a href="javaScript:NovaJanela('index.php?idProg=4', '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>Dia</th>
<th>X</th>
<th>TIP</th>
<th>CA &lt;= 30'' </th>
<th>CA&gt; 30'' </th>
<th>AB&lt;= </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>
<th>RC</th>
<th>CA+IAB &gt; 30'' </th>
</tr>
{$linhas}
</table>
</td>
</tr>
</table>
{/capture}