Revision 552bb75b
Von Hans P. Schlaepfer vor etwa 4 Jahren hinzugefügt
templates/webpages/report_generator/csv_export_options.html | ||
---|---|---|
1 |
[%- USE T8 %]
|
|
2 |
[%- USE HTML %]
|
|
1 |
[% USE T8 %] |
|
2 |
[% USE HTML %] |
|
3 | 3 |
|
4 | 4 |
<h1>[% HTML.escape(title) %]</h1> |
5 | 5 |
|
templates/webpages/report_generator/html_report.html | ||
---|---|---|
1 |
[%- USE T8 %] |
|
2 |
[%- USE HTML %] |
|
3 | 1 |
<style type="text/css"> |
4 | 2 |
<!-- |
5 | 3 |
.top_border { |
... | ... | |
40 | 38 |
> |
41 | 39 |
[%- IF col.raw_header_data %] |
42 | 40 |
[% col.raw_header_data %] |
41 |
[% USE T8 %] |
|
42 |
[% USE HTML %] |
|
43 |
|
|
43 | 44 |
[% ELSE %] |
44 | 45 |
[%- IF col.link -%]<a class="[% col.link_class ? col.link_class : 'report-generator-header-link' %]" href="[% HTML.escape(col.link) %]">[%- END -%] |
45 | 46 |
[%- col.text -%] |
templates/webpages/report_generator/pdf_export_options.html | ||
---|---|---|
1 |
[%- USE T8 %] |
|
2 |
[%- USE HTML %][%- USE LxERP %] |
|
1 |
[% USE T8 %] |
|
2 |
[% USE HTML %] |
|
3 |
[% USE LxERP %] |
|
3 | 4 |
|
4 | 5 |
[%- SET default_ymargin = LxERP.format_amount(1.5) %] |
5 | 6 |
[%- SET default_xmargin = LxERP.format_amount(0.8) %] |
Auch abrufbar als: Unified diff
USE-Einleitungen formatiert templates/webpages/report_generator/