gest366/templates/contratti_storico/contratti_storico_body.html

34 lines
629 B
HTML

<page_header>
<table $body_table_params$>
<!-- Intestazione fornitore -->
<tr><td style="width:110mm; font-size:8pt; color:#555;">
<img src="$docroot$/templates/contratti/logo_azienda.jpg" alt="Logo" border="0" /><br/>
</td>
<!-- Intestazione cliente -->
<td style="width:100mm; font-size:8pt">
$f_ragionesociale$
$f_indirizzo$
$f_citta$
$f_piva$
$f_codicefiscale$
$f_capsoc$
$f_telefono$
$f_sitoweb$
$f_email$
</td></tr>
</table>
<br/>
</page_header>
<!-- Footer -->
<page_footer>
<table>
<tr><td style="font-size:7pt; color:#999;">
Stampato con Gest366
</td></tr>
</table>
</page_footer>