Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision e6a735e8

Von Hans Peter Schlaepfer vor fast 5 Jahren hinzugefügt

  • ID e6a735e8113430887451e7abf935e6dba2329357
  • Vorgänger 1a81805b
  • Nachfolger c1bf8f4f

Neues kivitendo Design Aenderungen in templates/webpages/l*

Dateien letter/* liquidity_projection/* login/* login_screen/*

Unterschiede anzeigen:

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
 <h1>[% HTML.escape(title) %]</h1>
6
<h1>[% HTML.escape(title) %]</h1>
5 7

  
6
 [% PROCESS 'liquidity_projection/_filter.html' %]
7

  
8
 [%- IF SELF.liquidity %]
9
  <hr>
8
[% PROCESS 'liquidity_projection/_filter.html' %]
10 9

  
10
[% IF SELF.liquidity %]
11 11
  [% PROCESS 'liquidity_projection/_result.html' %]
12
 [% END %]
12
[% END %]
13 13

  
14 14
</body>
15 15
</html>

Auch abrufbar als: Unified diff