summaryrefslogtreecommitdiff
path: root/templates/Estonian_UTF8-pick_list.html
blob: 65ebe69e7c51fbd62dcc3ff33798a28372c43028 (plain)
  1. <body bgcolor=ffffff>
  2. <table width=100%>
  3. <%include letterhead.html%>
  4. <tr>
  5. <td width=10>&nbsp;</td>
  6. <th colspan=3>
  7. <h4>V E O S E &nbsp;&nbsp; S A A T E L E H T</h4>
  8. </th>
  9. </tr>
  10. <tr>
  11. <td>&nbsp;</td>
  12. <td>
  13. <table width=100% callspacing=0 cellpadding=0>
  14. <tr bgcolor=000000>
  15. <th width=50% align=left><font color=ffffff>Kellele:</th>
  16. <th width=50%>&nbsp;</th>
  17. </tr>
  18. <tr valign=top>
  19. <td><%shiptoname%>
  20. <br><%shiptoaddress1%>
  21. <%if shiptoaddress2%>
  22. <br><%shiptoaddress2%>
  23. <%end shiptoaddress2%>
  24. <br><%shiptocity%>
  25. <%if shiptostate%>
  26. , <%shiptostate%>
  27. <%end shiptostate%>
  28. <%shiptozipcode%>
  29. <%if shiptocountry%>
  30. <br><%shiptocountry%>
  31. <%end shiptocountry%>
  32. </td>
  33. <td>
  34. <%if shiptocontact%>
  35. <br>Kontaktisik: <%shiptocontact%>
  36. <%end shiptocontact%>
  37. <%if shiptophone%>
  38. <br>Tel: <%shiptophone%>
  39. <%end shiptophone%>
  40. <%if shiptofax%>
  41. <br>Faks: <%shiptofax%>
  42. <%end shiptofax%>
  43. <%shiptoemail%>
  44. </td>
  45. </tr>
  46. </table>
  47. </td>
  48. </tr>
  49. <tr height=5></tr>
  50. <tr>
  51. <td>&nbsp;</td>
  52. <td>
  53. <table width=100% border=1>
  54. <tr>
  55. <th width=15% align=left>Arve #</th>
  56. <th width=15% align=left>Tellimus #</th>
  57. <th width=10% align=left>Kuupäev</th>
  58. <th width=15% align=left nowrap>Kontakt</th>
  59. <th width=15% align=left>Kaubaladu</th>
  60. <th width=10% align=left>Tarneaadress</th>
  61. <th width=10% align=left>Tarneviis</th>
  62. </tr>
  63. <tr>
  64. <td><%invnumber%>&nbsp;</td>
  65. <td><%ordnumber%>&nbsp;</td>
  66. <%if shippingdate%>
  67. <td><%shippingdate%></td>
  68. <%end shippingdate%>
  69. <%if not shippingdate%>
  70. <td><%transdate%></td>
  71. <%end shippingdate%>
  72. <td><%employee%>&nbsp;</td>
  73. <td><%warehouse%>&nbsp;</td>
  74. <td><%shippingpoint%>&nbsp;</td>
  75. <td><%shipvia%>&nbsp;</td>
  76. </tr>
  77. </table>
  78. </td>
  79. </tr>
  80. <tr>
  81. <td>&nbsp;</td>
  82. <td>
  83. <table width=100%>
  84. <tr bgcolor=000000>
  85. <th align=left><font color=ffffff>AR.</th>
  86. <th align=left><font color=ffffff>Number</th>
  87. <th align=left><font color=ffffff>Kirjeldus</th>
  88. <th><font color=ffffff>Kogus</th>
  89. <th><font color=ffffff>Saatmine</th>
  90. <th>&nbsp;</th>
  91. <th><font color=ffffff>Pakend</th>
  92. </tr>
  93. <%foreach number%>
  94. <tr valign=top>
  95. <td><%runningnumber%>
  96. <td><%number%></td>
  97. <td><%description%></td>
  98. <td align=right><%qty%></td>
  99. <td align=right>[&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;]</td>
  100. <td><%unit%></td>
  101. <td align=right><%bin%></td>
  102. </tr>
  103. <%end number%>
  104. </table>
  105. </td>
  106. </tr>
  107. <tr>
  108. <td>&nbsp;</td>
  109. <td><hr noshade></td>
  110. </tr>
  111. </table>
  112. </body>
  113. </html>