2247bea9afcb317355b94ef8196a2c50fca99a6a
[kivitendo-erp.git] / templates / webpages / ic / choice_de.html
1 [%- USE HTML %]
2 [%- USE LxERP %]
3 <body>
4
5   <form method=post action="[% script %]">
6
7 [%- FOREACH row = HIDDENS %]
8    <input type="hidden" name="[% HTML.escape(row.name) %]" value="[% HTML.escape(row.value) %]" > 
9 [%- END %]
10
11       <table>
12         <tr class=listheading>
13          <th class=listheading nowrap>Artikelnummer</th>
14          <th class=listheading nowrap>Artikelbeschreibung</th>
15         </tr>
16         <tr valign=top>
17          <td><input type=text name=partnumber size=20 value=></td>
18          <td><input type=text name=description size=30 value=></td>
19        </tr>
20       </table>
21      <br>
22
23   [% totop100 %]
24
25      <input class=submit type=submit name=action value="auflisten"> </form>
26
27    </body>
28   </html>