8eaa3c430f92c6fe039b0849b348f5dd902db9e8
[kivitendo-erp.git] / templates / webpages / ic / choice_master.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><translate>Part Number</translate></th>
14          <th class=listheading nowrap><translate>Part Description</translate></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="<translate>list</translate>"> </form>
26
27    </body>
28   </html>