Revision 7722d352
Von Hans P. Schlaepfer vor fast 5 Jahren hinzugefügt
templates/webpages/liquidity_projection/_filter.html | ||
---|---|---|
1 |
[%- USE LxERP -%][%- USE L -%] |
|
1 |
[% USE LxERP %] |
|
2 |
[% USE L %] |
|
3 |
[% USE T8 %] |
|
2 | 4 |
|
3 | 5 |
<form method="post" action="controller.pl" id="filter_form"> |
4 | 6 |
<table border="0"> |
templates/webpages/liquidity_projection/_result.html | ||
---|---|---|
1 |
[%- USE HTML -%][%- USE LxERP -%] |
|
2 |
[%- SET name_col = FORM.params.salesman || FORM.params.buchungsgruppe || FORM.params.type %] |
|
1 |
[% USE HTML %] |
|
2 |
[% USE LxERP %] |
|
3 |
[% SET name_col = FORM.params.salesman || FORM.params.buchungsgruppe || FORM.params.type %] |
|
3 | 4 |
|
4 | 5 |
<table border="0"> |
5 | 6 |
<tr> |
templates/webpages/liquidity_projection/show.html | ||
---|---|---|
1 |
[% USE HTML %][% USE LxERP %][%- USE L -%] |
|
1 |
[% USE HTML %] |
|
2 |
[% USE LxERP %] |
|
3 |
[% USE L %] |
|
2 | 4 |
<body> |
3 | 5 |
|
4 | 6 |
<h1>[% HTML.escape(title) %]</h1> |
Auch abrufbar als: Unified diff
USE-Einleitungen formatiert /templates/webpages/liquidity_projection/