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.
 
 
 
 
 
 

37 lines
1.5 KiB

{capture name="display"}
<table width="100%" align="center" border="0" cellpadding="2" cellspacing="0" class="agente">
<tr>
<td align="center"> <a href="javaScript:NovaJanela('index.php?idProg=18', 'agenteAgenda', '500', '400', 'resizable=NO,scrollbars=NO');"><img src="imgSite/agenda.png" alt="Agenda" width="32" height="32" border="0" align="absmiddle" title="Agenda"></a> Relat&oacute;rio de Contribuinte </td>
</tr>
<tr>
<td align="left"><font face="Arial, Helvetica, sans-serif" size="2"><strong>Nome: </strong>{$nome} <strong>Fone:</strong> {$fone} <strong>Identifica&ccedil;&atilde;o: </strong>{$ident}</font></td>
</tr>
<tr>
<td valign="top" ></td>
</tr>
<tr>
<td valign="top" >
<table width="100%" class="grid" border="0" cellspacing="0" cellpadding="2">
<tr align="left">
<th>Classifica&ccedil;&atilde;o</th>
<th>Servi&ccedil;o</th>
<th align="left">Qtde</th>
</tr>
{$linhas}
<tr align="left">
<td colspan="2">Total: {$total}</td>
</tr>
</table>
</td>
</tr>
</table>
{if $erro}
<table>
<tr>
<td>{$erro}</td>
</tr>
</table>
{/if}
{/capture}