Revision 5053c53e
Von Hans P. Schlaepfer vor fast 5 Jahren hinzugefügt
templates/webpages/gl/form_footer.html | ||
---|---|---|
1 |
[%- USE HTML %] |
|
2 |
[%- USE LxERP %] |
|
3 |
[%- USE T8 %] |
|
4 |
[%- USE L %] |
|
5 | 1 |
<tr class=listtotal> |
6 | 2 |
<th colspan="3" align=right class=listtotal> [% LxERP.format_amount(totaldebit, 2) | html %]</th> |
7 | 3 |
<th align=right class=listtotal> [% LxERP.format_amount(totalcredit, 2) | html %]</th> |
... | ... | |
9 | 5 |
</tr> |
10 | 6 |
</table> |
11 | 7 |
</td> |
8 |
[% USE HTML %] |
|
9 |
[% USE LxERP %] |
|
10 |
[% USE T8 %] |
|
11 |
[% USE L %] |
|
12 | 12 |
</tr> |
13 | 13 |
</table> |
14 | 14 |
</td> |
templates/webpages/gl/form_header.html | ||
---|---|---|
1 |
[%- USE HTML %]
|
|
2 |
[%- USE LxERP %]
|
|
3 |
[%- USE T8 %]
|
|
4 |
[%- USE L %]
|
|
1 |
[% USE HTML %] |
|
2 |
[% USE LxERP %] |
|
3 |
[% USE T8 %] |
|
4 |
[% USE L %] |
|
5 | 5 |
<h1>[% title | html %]</h1> |
6 | 6 |
|
7 | 7 |
[%- INCLUDE 'common/flash.html' %] |
templates/webpages/gl/search.html | ||
---|---|---|
1 |
[%- USE T8 %]
|
|
2 |
[%- USE HTML %]
|
|
3 |
[%- USE LxERP %]
|
|
4 |
[%- USE L %]
|
|
1 |
[% USE T8 %] |
|
2 |
[% USE HTML %] |
|
3 |
[% USE LxERP %] |
|
4 |
[% USE L %] |
|
5 | 5 |
<h1>[% 'Journal' | $T8 %]</h1> |
6 | 6 |
|
7 | 7 |
<form method=post id="form" action=gl.pl> |
templates/webpages/gl/update_tax_accounts.html | ||
---|---|---|
1 |
[% USE L %][%- USE LxERP -%] |
|
1 |
[% USE L %] |
|
2 |
[% USE LxERP %] |
|
2 | 3 |
[% FOR row = TAX_ACCOUNTS %] |
3 |
<option value='[% row.id %]--[% row.rate %]'[% IF row.is_default %] selected[% END %]>[% row.taxdescription %] [% LxERP.round_amount(row.rate * 100) %] %</option> |
|
4 |
<option value='[% row.id %]--[% row.rate %]'[% IF row.is_default %] selected[% END %]>[% row.taxdescription %] [% LxERP.round_amount(row.rate * 100) %] %</option>
|
|
4 | 5 |
[% END %] |
Auch abrufbar als: Unified diff
USE-Einleitungen formatiert templates/webpages/gl/