1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-06-05 22:09:38 +02:00
Files
openstamanager/templates/in_in/intervento_body.html
2017-09-08 18:19:39 +02:00

43 lines
769 B
HTML

<page_header>
<table $body_table_params$ border="0" style="height:35mm;" >
<!-- Intestazione fornitore -->
<tr><td style="width:100mm; font-size:8pt; color:#555;">
<img src="$docroot$/templates/interventi/logo_azienda.jpg" alt="Logo" border="0" /><br/>
</td>
<!-- Intestazione cliente -->
<td style="width:93mm; font-size:10pt;text-align:right;">
<!--Spett.le $c_ragionesociale$
$c_indirizzo$
$c_citta$
$c_piva$-->
$f_ragionesociale$
$f_indirizzo$
$f_citta_full$
$f_piva$
$f_codicefiscale$
$f_capsoc$
$f_telefono$
$f_sitoweb$
$f_email$
</td></tr>
</table>
</page_header>
<!-- Footer -->
<page_footer>
<table>
<tr><td style="font-size:7pt; color:#999;">
Stampato con OpenSTAManager
</td></tr>
</table>
</page_footer>