Advertisement
oenrico

BarCode

Nov 22nd, 2019
530
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.11 KB | None | 0 0
  1. <html>
  2.     <head>
  3.         <style>
  4.             @import url('https://fonts.googleapis.com/css?family=Libre+Barcode+39&display=swap');
  5.                 .barcode {
  6.                             font-family: 'Libre Barcode 39'; FONT-SIZE: 36pt;
  7.                         }
  8.         </style>
  9.     </head>
  10.     <body>
  11.     <P align=center>
  12.         <img src="file:///L:/LogoBluHotelsGroup.bmp" alt="Logo Blu Hotels" width=124 height=112>
  13.         </P>
  14.         <BR>
  15.         <BR>
  16.  
  17.         <SPAN style="LINE-HEIGHT: 115%; FONT-FAMILY: 'Libre Barcode 39'; COLOR: black; FONT-SIZE: 36pt;">
  18.             *50-{alpret.Numero prenotazione}*
  19.         </SPAN>
  20.         <BR>
  21.         <BR>
  22.         <SPAN style="LINE-HEIGHT: 115%; FONT-FAMILY: 'Times New Roman','serif'; COLOR: black; FONT-SIZE: 12pt;">
  23.             {alpret.Numero prenotazione}
  24.         </SPAN>
  25.         <BR>
  26.         <BR>
  27.         <BR>
  28.         A/To&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Gent. Sig. {alrefu.Cognome}&nbsp; {alrefu.Nome}&nbsp; (E-mail: {alrefu.email}) - (Fax {alrefu.Fax})&nbsp;
  29.         <BR>
  30.         Cod. Cliente&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {alrefu.Codice nominativo}
  31.         <BR>
  32.         Da/From&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {alhote.sito hotel} - {alrefu.Operatore}
  33.         <BR>
  34.         Ogg/Ref&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CONTRATTO DI VENDITA SOGGIORNO
  35.         <BR>
  36.         Nr.&nbsp;Prenotazione&nbsp;&nbsp; {alrefu.Prenotazione rif} / {alrefu.Contatore}
  37.         <BR>
  38.         Data/Date&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Salò, {data lettera}
  39.         <BR>
  40.         <BR>
  41.         Gentile Famiglia {alrefu.Cognome} ,&nbsp;
  42.         <BR>
  43.         <BR>ringraziando per la gentile richiesta, abbiamo il piacere di confermare la seguente prenotazione&nbsp;presso il ns.:
  44.         <BR>
  45.         <BR>
  46.         <HR>
  47.         <BR>
  48.         <STRONG>
  49.             {alhote.sito hotel}&nbsp;{alhote.denominazione 2}&nbsp;
  50.         </STRONG>
  51.         <BR>
  52.         {alhote.indirizzo} - &nbsp;{alhote.cap}&nbsp;{alhote.località}&nbsp;({alhote.provincia})&nbsp;
  53.         <BR>
  54.         Tel. {alhote.telefono}&nbsp; Fax {alhote.fax}&nbsp;
  55.         <BR>
  56.         <BR>
  57.         SOGGIORNO:dal {alrefu.Dalla data} al {alrefu.Alla data} Notti {alrefu.notti}
  58.         <BR>
  59.     </body>
  60. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement