7d3233f5b97969acb0e40cbf033d19aa9dd3cb73
[kivitendo-erp.git] / templates / webpages / bank_import / upload_mt940.html
1 [%- USE HTML %]
2 [%- USE LxERP %]
3 [%- USE L %]
4 [%- USE T8 %]
5
6 [%- INCLUDE 'common/flash.html' %]
7
8 <h1>[% FORM.title %]</h1>
9
10 <form method="post" action="controller.pl" enctype="multipart/form-data" id="form">
11   <table>
12     <tr>
13       <td>[% LxERP.t8("Charset") %]:</td>
14       <td>[% L.select_tag('charset', [ [ 'ISO-8859-15', 'ISO-8859-15 (Latin 1)' ], [ 'UTF-8', 'UTF-8' ], [ 'Windows-1252', 'Windows-1252' ] ], default='UTF-8') %]</td>
15     </tr>
16
17     <tr>
18       <td>[% LxERP.t8("MT940 file") %]:</td>
19       <td>[% L.input_tag('file', '', type => 'file', accept => '*') %]</td>
20     </tr>
21   </table>
22 </form>