Revision a474e147
Von Cem Aydin vor fast 2 Jahren hinzugefügt
templates/design40_webpages/zugferd/form.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 |
<div class="wrapper"> |
|
11 |
|
|
12 |
<p>[% "Import a Factur-X/ZUGFeRD file:" | $T8 %]</p> |
|
13 |
|
|
14 |
<form method="post" action="controller.pl" enctype="multipart/form-data" id="form"> |
|
15 |
[% L.input_tag('file', '', type => 'file', accept => '.pdf') %] |
|
16 |
</form> |
|
17 |
|
|
18 |
</div> |
Auch abrufbar als: Unified diff
design40: Fehlende Template zugferd/form.html kopiert
- Formatierung vereinheitlicht
- wrapper Klasse hinzugefügt
- Einrückung angepasst
- Titel in h1 gesetzt