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.
 
 
 
 
 
 

25 lines
837 B

{capture name="display"}
<table width="100%" border="0" cellspacing="0" cellpadding="2">
<tr>
<td>
<table width="100%" cellpadding="2" class="grid">
<tr >
<th colspan="6" align="center" style="font-size:large">Dependencias do {$recursoTipo}: "{$nomeRecurso}"</th>
</tr>
<tr align="left">
<th nowrap class="headColun" style="font-size: medium">Recurso</th>
<th nowrap class="headColun" style="font-size: medium">Descrição</th>
</tr>
{$linhas} </table></td>
</tr>
</table>
{if $erro}
<table>
<tr>
<td>{$erro}</td>
</tr>
</table>
{/if}
{/capture}