Revision a8fcaa55
Von Hans P. Schlaepfer vor fast 5 Jahren hinzugefügt
templates/webpages/ap/form_footer.html | ||
---|---|---|
1 |
[%- USE T8 %] |
|
2 |
[%- USE HTML %] |
|
3 |
[%- USE L %] |
|
4 |
[%- USE LxERP %][%- USE P -%] |
|
1 |
[% USE T8 %] |
|
2 |
[% USE HTML %] |
|
3 |
[% USE L %] |
|
4 |
[% USE LxERP %] |
|
5 |
[% USE P %] |
|
5 | 6 |
|
6 |
[%- IF (num_follow_ups && num_due) %]
|
|
7 |
[% IF (num_follow_ups && num_due) %] |
|
7 | 8 |
<p>[% LxERP.t8('There are #1 unfinished follow-ups of which #2 are due.', num_follow_ups, num_due) %]</p> |
8 |
[%- END %]
|
|
9 |
[% END %] |
|
9 | 10 |
|
10 | 11 |
<input name=callback type=hidden value="[% callback | html %]"> |
11 | 12 |
<input name=gldate type=hidden value="[% gldate | html %]"> |
... | ... | |
13 | 14 |
[% P.hidden_tag('draft_description', draft_description) %] |
14 | 15 |
</form> |
15 | 16 |
|
16 |
<script type="text/javascript"> |
|
17 |
<!-- |
|
17 |
<script type="text/javascript"><!-- |
|
18 | 18 |
$(document).ready(function() { |
19 |
[%- SET row=0 %]
|
|
20 |
[%- WHILE row < rowcount %]
|
|
21 |
[%- SET row=row + 1 %]
|
|
19 |
[% SET row=0 %] |
|
20 |
[% WHILE row < rowcount %] |
|
21 |
[% SET row=row + 1 %] |
|
22 | 22 |
$('#AP_amount_chart_id_[% row %]').on('set_item:ChartPicker', function(e, item) { |
23 | 23 |
kivi.GL.update_taxes(this); |
24 | 24 |
}); |
25 |
[%- END %]
|
|
25 |
[% END %] |
|
26 | 26 |
}); |
27 |
--> |
|
28 |
</script> |
|
27 |
--></script> |
templates/webpages/ap/form_header.html | ||
---|---|---|
1 |
[%- USE L %]
|
|
2 |
[%- USE P %]
|
|
3 |
[%- USE HTML %]
|
|
4 |
[%- USE T8 %]
|
|
5 |
[%- USE LxERP %][%- USE P -%]
|
|
1 |
[% USE L %] |
|
2 |
[% USE P %] |
|
3 |
[% USE HTML %] |
|
4 |
[% USE T8 %] |
|
5 |
[% USE LxERP %]
|
|
6 | 6 |
|
7 | 7 |
<h1>[% title | html %]</h1> |
8 | 8 |
|
templates/webpages/ap/search.html | ||
---|---|---|
1 |
[%- USE T8 %] |
|
2 |
[%- USE L %][%- USE P -%] |
|
3 |
[% SET style="width: 250px" %] |
|
1 |
[% USE T8 %] |
|
2 |
[% USE L %] |
|
3 |
[% USE P %] |
|
4 |
|
|
4 | 5 |
<h1>[% title %]</h1> |
5 | 6 |
|
6 | 7 |
<form method="post" name="search" action="ap.pl" id="form"> |
Auch abrufbar als: Unified diff
Neues Design 2019 Standard-Code templates/webpages/ap/form_footer.html