6 [%- INCLUDE 'common/flash.html' %]
8 <h1>[% FORM.title %]</h1>
10 <form method="post" action="controller.pl" enctype="multipart/form-data" id="form">
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>
18 <td>[% LxERP.t8("MT940 file") %]:</td>
19 <td>[% L.input_tag('file', '', type => 'file', accept => '*') %]</td>