Revision a712049c
Von Hans P. Schlaepfer vor etwa 4 Jahren hinzugefügt
templates/webpages/bankimport/form.html | ||
---|---|---|
3 | 3 |
[% USE L %] |
4 | 4 |
[% USE T8 %] |
5 | 5 |
|
6 |
<div class="listtop">[% FORM.title %]</div>
|
|
6 |
<h1>[% FORM.title %]</h1>
|
|
7 | 7 |
|
8 |
[% IF profile %] |
|
9 |
<p> |
|
10 |
[% "Import a MT940 file:" | $T8 %] |
|
11 |
</p> |
|
12 |
|
|
13 |
<form method="post" action="controller.pl" enctype="multipart/form-data" id="form"> |
|
8 |
<div class="wrapper"> |
|
9 |
[% IF profile %] |
|
10 |
<h3 class="caption">[% "Import a MT940 file" | $T8 %]</h3> |
|
11 |
<form method="post" action="controller.pl" enctype="multipart/form-data" id="form" class="box"> |
|
14 | 12 |
[% L.input_tag('file', '', type => 'file', accept => '*') %] |
15 |
</form> |
|
16 |
[% ELSE %] |
|
17 |
<p> |
|
18 |
[% "Please create a CSV import profile called \"MT940\" for the import type bank transactions:" | $T8 %] <a href="[% SELF.url_for(controller => 'CsvImport', action => 'new', 'profile.type' => 'bank_transactions' ) %]">CsvImport</a> |
|
19 |
</p> |
|
20 |
[% END %] |
|
13 |
</form> |
|
14 |
[% ELSE %] |
|
15 |
<p>[% "Please create a CSV import profile called \"MT940\" for the import type bank transactions:" | $T8 %] <a href="[% SELF.url_for(controller => 'CsvImport', action => 'new', 'profile.type' => 'bank_transactions' ) %]">CsvImport</a></p> |
|
16 |
[% END %] |
|
17 |
</div> |
Auch abrufbar als: Unified diff
Neues Design 2019 Standard-Code templates/webpages/bankimport/form.html