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.

35 lines
1.5 KiB

{capture name="display"}
<table width="600" border="0" cellpadding="2" cellspacing="0" class="filtro">
<tr>
<td><table border="0" cellspacing="0" cellpadding="2">
<tr>
<td>Dac</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>{$listaDac}</td>
<td><input name="btConsulta" type="submit" id="btConsulta2" value="Atualizar"></td>
<td><input name="formAction" type="hidden" id="formAction3" value="{$formAction}"></td>
<td>&nbsp;</td>
</tr>
</table> </td>
</tr>
<tr>
<td><table width="100%" class="grid" border="0" cellspacing="0" cellpadding="2">
<tr class="headColun">
<th align="left">Data</th>
<th align="left" nowrap>Descri&ccedil;&atilde;o</th>
<th align="left" nowrap>In&iacute;cio</th>
<th align="left">Fim</th>
<th align="center">Feriado</th>
<th align="center">Arquivo</th>
<th colspan="2" align="center">A&ccedil;&otilde;es</th>
</tr>
{$linhas}
</table></td>
</tr>
</table>
{/capture}