Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision f9934dce

Von Hans P. Schlaepfer vor fast 5 Jahren hinzugefügt

  • ID f9934dce5bb5e97b5b308eeb7ea473acb0c55ad4
  • Vorgänger 8a18e310
  • Nachfolger c642fd5b

USE-Einleitungen formatiert templates/webpages/ir/

Unterschiede anzeigen:

templates/webpages/ir/_payments.html
1
[%- USE T8 %]
2
[%- USE LxERP %]
3
[%- USE L %]
4
[%- USE HTML %]
5 1
  <tr>
6 2
   <td>
7 3
    <table width="100%">
......
9 5
      <th colspan="6" class="listheading">[% 'Payments' | $T8 %]</th>
10 6
     </tr>
11 7
     <tr>
8
[% USE T8 %]
9
[% USE LxERP %]
10
[% USE L %]
11
[% USE HTML %]
12

  
12 13
      <th>[% 'Date' | $T8 %]</th>
13 14
      <th>[% 'Source' | $T8 %]</th>
14 15
      <th>[% 'Memo' | $T8 %]</th>
templates/webpages/ir/form_footer.html
1
[%- USE T8 %]
2
[%- USE HTML %]
3
[%- USE LxERP %]
4
[%- USE L %][%- USE P -%]
5 1
  <tr>
6 2
   <td>
7 3
    <table width="100%">
......
102 98
    </table>
103 99
   </td>
104 100
  </tr>
101
[% USE T8 %]
102
[% USE HTML %]
103
[% USE LxERP %]
104
[% USE L %]
105
[% USE P %]
106

  
105 107

  
106 108
[% PROCESS 'ir/_payments.html' %]
107 109

  
templates/webpages/ir/form_header.html
1
[%- USE T8 %]
2
[%- USE HTML %]
3
[%- USE LxERP %]
4
[%- USE L %][%- USE P -%]
1
[% USE T8 %]
2
[% USE HTML %]
3
[% USE LxERP %]
4
[% USE L %]
5
[% USE P %]
6

  
5 7
<h1>[% title %]</h1>
6 8

  
7
[%- SET follow_up_trans_info = invnumber _ ' (' _ vendor_obj.name _ ')' %]
9
[% SET follow_up_trans_info = invnumber _ ' (' _ vendor_obj.name _ ')' %]
8 10
<script type="text/javascript" src="js/common.js"></script>
9 11
<script type="text/javascript" src="js/calculate_qty.js"></script>
10 12
<script type="text/javascript" src="js/follow_up.js"></script>

Auch abrufbar als: Unified diff