Templates werden nicht mehr übersetzt gespeichert.
[kivitendo-erp.git] / templates / webpages / ic / choice_master.html
1 [%- USE T8 %]
2 [%- USE HTML %]
3 [%- USE LxERP %]
4 <body>
5
6  <form method="post" action="ic.pl">
7
8   [%- FOREACH row = HIDDENS %]
9   <input type="hidden" name="[% HTML.escape(row.name) %]" value="[% HTML.escape(row.value) %]" > 
10   [%- END %]
11
12   <p>
13    <table>
14     <tr class="listheading">
15      <th class="listheading" nowrap>[% 'Part Number' | $T8 %]</th>
16      <th class="listheading" nowrap>[% 'Part Description' | $T8 %]</th>
17     </tr>
18     <tr valign="top">
19      <td><input type="text" name="partnumber" size="20"></td>
20      <td><input type="text" name="description" size="30"></td>
21     </tr>
22    </table>
23   </p>
24
25   [%- FOREACH row = PARTS %]
26   <input type="hidden" name="totop100_partnumber_[% loop.count %]" value="[% row.totop100_partnumber %]">
27   <input type="hidden" name="totop100_description_[% loop.count %]" value="[% row.totop100_description %]">
28   <input type="hidden" name="totop100_unit_[% loop.count %]" value="[% row.totop100_unit %]">
29   <input type="hidden" name="totop100_sellprice_[% loop.count %]" value="[% row.totop100_sellprice %]">
30   <input type="hidden" name="totop100_soldtotal_[% loop.count %]" value="[% row.totop100_soldtotal %]">
31   [%- END %]
32
33   <p>
34    <input class="submit" type="submit" name="action" value="[% 'list' | $T8 %]">
35   </p>
36  </form>
37
38 </body>
39 </html>