Revision 7198c3d4
Von Hans P. Schlaepfer vor etwa 4 Jahren hinzugefügt
templates/webpages/cp/form_footer.html | ||
---|---|---|
1 |
[%- USE T8 %] |
|
2 |
[%- USE HTML %] |
|
3 | 1 |
<tr> |
4 | 2 |
<td><hr size=3 noshade></td> |
5 | 3 |
</tr> |
6 | 4 |
</table> |
5 |
[% USE T8 %] |
|
6 |
[% USE HTML %] |
|
7 |
|
|
7 | 8 |
<input type=hidden name=rowcount value="[% rowcount | html %]"> |
8 | 9 |
</form> |
templates/webpages/cp/form_header.html | ||
---|---|---|
1 |
[%- USE L %] |
|
2 |
[%- USE HTML %] |
|
3 |
[%- USE T8 %] |
|
4 |
[%- USE LxERP %][%- USE P -%] |
|
1 |
[% USE L %] |
|
2 |
[% USE HTML %] |
|
3 |
[% USE T8 %] |
|
4 |
[% USE LxERP %] |
|
5 |
[% USE P %] |
|
6 |
|
|
5 | 7 |
<form method="post" action="cp.pl" id="form"> |
6 | 8 |
|
7 | 9 |
[% SET vc_id = vc _ '_id' |
templates/webpages/cp/invoices.html | ||
---|---|---|
1 |
[%- USE T8 %] |
|
2 |
[%- USE HTML %] |
|
3 |
[%- USE L %] |
|
4 |
[%- USE LxERP %] |
|
5 | 1 |
<table width=100%> |
6 | 2 |
<tr> |
7 | 3 |
<th class=listheading colspan="7">[% 'Invoices' | $T8 %]</th> |
... | ... | |
35 | 31 |
<td class="listtotal"> </td> |
36 | 32 |
<td class="listtotal" align="right">[% LxERP.format_amount(totals.paid, 2) %]</td> |
37 | 33 |
</tr> |
34 |
[% USE T8 %] |
|
35 |
[% USE HTML %] |
|
36 |
[% USE L %] |
|
37 |
[% USE LxERP %] |
|
38 |
|
|
38 | 39 |
</table> |
Auch abrufbar als: Unified diff
USE-Einleitungen formatiert templates/webpages/cp/