Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 0a92dc3d

Von Hans P. Schlaepfer vor mehr als 3 Jahren hinzugefügt

  • ID 0a92dc3da9993ea0c62ad670ac64396f3ed4de6e
  • Vorgänger 17d5cec0
  • Nachfolger 55d7af13

USE-Einleitungen formatiert templates/webpages/am/

Unterschiede anzeigen:

templates/webpages/am/_units_header_info.html
1
[%- USE HTML -%][%- USE LxERP -%][%- USE T8 -%]
1
[% USE HTML %]
2
[% USE LxERP %]
3
[% USE T8 %]
2 4
<p>
3 5
 [% LxERP.t8('All units have either no or exactly one base unit of which they are multiples.') %]
4 6
 [% LxERP.t8('If you select a base unit then you also have to enter a factor.') %]
templates/webpages/am/add_unit.html
1
[%- USE HTML -%][%- USE T8 -%]
1
[% USE HTML %]
2
[% USE T8 %]
3

  
2 4
<h1>[% 'Add unit' | $T8 %]</h1>
3 5

  
4 6
[% PROCESS "am/_units_header_info.html" %]
templates/webpages/am/config.html
1
[%- USE T8 %]
2
[%- USE LxERP %]
3
[%- USE HTML %]
4
[%- USE L %]
1
[% USE T8 %]
2
[% USE LxERP %]
3
[% USE HTML %]
4
[% USE L %]
5 5

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

  
templates/webpages/am/edit_accounts.html
1
[%- USE T8 %]
2
[%- USE L %]
1
[% USE T8 %]
2
[% USE L %]
3 3
[% USE HTML %]
4

  
4 5
<h1>[% title %]</h1>
5 6

  
6 7
<script type="text/javascript" src="js/FormManager.js" >
templates/webpages/am/edit_tax.html
1
[%- USE T8 %]
2
[%- USE HTML %]
3
[%- USE L %]
4
[%- USE LxERP %]
1
[% USE T8 %]
2
[% USE HTML %]
3
[% USE L %]
4
[% USE LxERP %]
5

  
5 6
<h1>[% 'Tax-O-Matic' | $T8 %] [% title %]</h1>
6 7

  
7 8
 <form method="post" action="am.pl" id="form">
templates/webpages/am/edit_templates.html
1
[%- USE T8 %]
2
[%- USE HTML %]
3

  
4 1
 <h1>[% title %]</h1>
5 2

  
6 3
  [% IF type == 'templates' %]
......
18 15
     [% FOREACH row = FORMNAME %]<option value="[% HTML.escape(row.value) %]" [% IF row.value == formname %]selected[% END %]>[% HTML.escape(row.label) %]</option>[% END %]
19 16
    </select>
20 17

  
18
[% USE T8 %]
19
[% USE HTML %]
21 20
    [% IF LANGUAGE.size %]
22 21
     [% 'Language' | $T8 %]
23 22
     <select name="language">
templates/webpages/am/list_account_details.html
1
[%- USE T8 %]
2
[% USE HTML %] [% FOREACH row = CA %]
3 1
<table width="100%">
2
[% USE T8 %]
3
[% USE HTML %]
4
<div class="taxkey-coa">
5
[% FOREACH row = CA %]
4 6

  
5 7
 <colgroup>
6 8
  <col width="10%">
templates/webpages/am/list_accounts.html
1
[%- USE T8 %]
2
[%- USE HTML %]
3 1
 <h1>[% title %]</h1>
4 2

  
5 3
 <table width="100%">
......
18 16
   <th colspan="3">[% 'Description (Click on Description for details)' | $T8 %]</td>
19 17
   <th>[% 'Debit' | $T8 %]</td>
20 18
   <th>[% 'Credit' | $T8 %]</td>
19
[% USE T8 %]
20
[% USE HTML %]
21 21
  </tr>
22 22

  
23 23
[%- FOREACH row = CA %]

Auch abrufbar als: Unified diff