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.

57 lines
2.1 KiB

{capture name="display"}
<input name="pl_id" type="hidden" id="pl_id" value="{$pl_id}"><input name="pl_descricao" type="hidden" id="pl_descricao" value="{$pl_descricao}">
<table class="filtro" border="0" cellpadding="2" cellspacing="0" width="100%">
<tbody>
<tr>
<td>
<table class="grid" border="0" cellpadding="2" cellspacing="0" width="100%">
<tbody>
<tr>
<th style="font-size: x-large;" align="center">Pesquisa/Dacs</th>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td><span style="font-size: 12px; font-weight: bold;">Pesquisa:{$pl_id}-{$pl_descricao}</span>
</td>
</tr>
<tr>
<td>
<table class="grid" border="0" cellpadding="2" cellspacing="0" width="100%">
<tbody>
<tr style="border: 0pt none ;" align="center">
<th width="45%">Dacs Dispon<EFBFBD>veis</th>
<td rowspan="2" align="center" valign="middle"><input name="btIncDac" value="&gt;" type="submit"><br>
<br>
<input name="btRmDac" value="&lt;" type="submit"></td>
<th>Dacs Inclu<EFBFBD>dos</th>
</tr>
<tr>
<td width="45%">{$dacs}</td>
<td>{$dacsIncs}</td>
</tr>
<tr>
<td><input name="btClose" id="btClose" value="Fechar" onclick="window.close();" type="submit"></td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
{if $erro}
<table>
<tbody>
<tr>
<td><b>Mensagem: {$erro}</b></td>
</tr>
</tbody>
</table>
{/if}
{/capture}