1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2024-12-28 08:40:41 +01:00
openstamanager/templates/preventivi_cons/preventivo_body.html
Thomas Zilio 1c9e7b1634 Commit iniziale (r1662)
Migrazione da SourceForge, partendo dal commit 1662 della carrtella trunk/openstamanager.
2017-08-04 16:28:16 +02:00

41 lines
828 B
HTML

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