Revision faa369f5
Von Hans P. Schlaepfer vor etwa 4 Jahren hinzugefügt
templates/webpages/taxzones/form.html | ||
---|---|---|
1 |
[%- USE HTML -%][%- USE LxERP -%][%- USE L -%][%- USE P -%][%- USE T8 -%]<h1>[% HTML.escape(title) %]</h1> |
|
2 |
[% SET style="width: 400px" %] |
|
1 |
[% USE HTML %] |
|
2 |
[% USE LxERP %] |
|
3 |
[% USE L %] |
|
4 |
[% USE P %] |
|
5 |
[% USE T8 %] |
|
6 |
|
|
7 |
<h1>[% HTML.escape(title) %]</h1> |
|
3 | 8 |
|
4 | 9 |
<form action="controller.pl" method="post" id="form"> |
5 | 10 |
[%- L.hidden_tag("id", SELF.config.id) %] |
Auch abrufbar als: Unified diff
USE-Einleitungen formatiert templates/webpages/taxzones/form.html