MT940-Import: Implementation eines eigenen Parsers anstelle von AQBanking
[kivitendo-erp.git] / templates / webpages / bank_import / upload_mt940.html
diff --git a/templates/webpages/bank_import/upload_mt940.html b/templates/webpages/bank_import/upload_mt940.html
new file mode 100644 (file)
index 0000000..b451856
--- /dev/null
@@ -0,0 +1,16 @@
+[%- USE HTML %]
+[%- USE LxERP %]
+[%- USE L %]
+[%- USE T8 %]
+
+[%- INCLUDE 'common/flash.html' %]
+
+<h1>[% FORM.title %]</h1>
+
+<p>
+  [% "Import a MT940 file:" | $T8 %]
+</p>
+
+<form method="post" action="controller.pl" enctype="multipart/form-data" id="form">
+  [% L.input_tag('file', '', type => 'file', accept => '*') %]
+</form>