Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 77f7372c

Von Hans Peter Schlaepfer vor mehr als 5 Jahren hinzugefügt

  • ID 77f7372ce9c1338e80f3922023ab7d77edf84cc5
  • Vorgänger abdd2e61
  • Nachfolger 489e85ab

Neues kivitendo Design restliche Aenderungen in templates/webpages/i*

Dateien ic/* io/* ir/* is/*

Unterschiede anzeigen:

templates/webpages/ic/generate_report_bottom.html
1
[%- USE T8 %]
1
[% USE T8 %]
2 2
[% USE HTML %]
3
<h4>[%- 'Abbreviation Legend' | $T8  %]</h4>
4
<table valign="top">
5
 <tr valign="top"><td>
6
 <table valign="top">
3

  
4
<div class="wrapper">
5

  
6
<h3>[% 'Abbreviation Legend' | $T8  %]</h3>
7

  
8
<table class="tbl-list">
7 9
  <thead>
8
    <tr class="listheading">
9
     <th>[%- 'TypAbbreviation' | $T8  %]</th>
10
     <th>[%- 'Description'     | $T8  %]</th>
10
    <tr>
11
     <th>[% 'TypAbbreviation' | $T8  %]</th>
12
     <th>[% 'Description'     | $T8  %]</th>
11 13
    </tr>
12 14
  </thead>
13 15
  <tbody>
14
    <tr class="listrow0">
15
     <td>[%- 'Part (typeabbreviation)'       | $T8 %]</td>
16
     <td>[%- 'Part'                          | $T8 %]</td>
17
    </tr>
18
    <tr class="listrow1">
19
     <td>[%- 'Assembly (typeabbreviation)'   | $T8 %]</td>
20
     <td>[%- 'Assembly'                      | $T8 %]</td>
16
    <tr>
17
     <td>[% 'Part (typeabbreviation)'       | $T8 %]</td>
18
     <td>[% 'Part'                          | $T8 %]</td>
21 19
    </tr>
22
    <tr class="listrow0">
23
     <td>[%- 'Service (typeabbreviation)'    | $T8 %]</td>
24
     <td>[%- 'Service'                       | $T8 %]</td>
20
    <tr>
21
     <td>[% 'Assembly (typeabbreviation)'   | $T8 %]</td>
22
     <td>[%'Assembly'                       | $T8 %]</td>
25 23
    </tr>
26
    [%- IF INSTANCE_CONF.get_feature_experimental_assortment %]
27
    <tr class="listrow1">
28
     <td>[%- 'Assortment (typeabbreviation)' | $T8 %]</td>
29
     <td>[%- 'Assortment'                    | $T8 %]</td>
24
    <tr>
25
     <td>[% 'Service (typeabbreviation)'    | $T8 %]</td>
26
     <td>[%'Service'                        | $T8 %]</td>
30 27
    </tr>
31
    [%- END %]
32
 </tbody>
33
 </table></td>
34
 <td><table valign="top">
28
    [% IF INSTANCE_CONF.get_feature_experimental_assortment %]
29
      <tr>
30
       <td>[% 'Assortment (typeabbreviation)' | $T8 %]</td>
31
       <td>[%'Assortment'                     | $T8 %]</td>
32
      </tr>
33
    [% END %]
34
  </tbody>
35
</table>
36

  
37
<table class="tbl-list">
35 38
  <thead>
36
    <tr  valign="top" class="listheading">
37
     <th>[%- 'PartClassAbbreviation' | $T8  %]</th>
38
     <th>[%- 'Description'           | $T8  %]</th>
39
    <tr>
40
     <th>[% 'PartClassAbbreviation' | $T8  %]</th>
41
     <th>[% 'Description'           | $T8  %]</th>
39 42
    </tr>
40 43
  </thead>
41 44
  <tbody>
42
  [%- FOREACH part_classification = PART_CLASSIFICATIONS %]
43
    <tr class="listrow[% loop.count % 2 %]">
44
     <td>[%- part_classification.abbreviation | $T8 %]</td>
45
     <td>[%- part_classification.description  | $T8 %]</td>
45
  [% FOREACH part_classification = PART_CLASSIFICATIONS %]
46
    <tr>
47
     <td>[% part_classification.abbreviation | $T8 %]</td>
48
     <td>[% part_classification.description  | $T8 %]</td>
46 49
    </tr>
47
  [%- END %]
50
  [% END %]
48 51
  </tbody>
49
 </table></td></tr>
50 52
</table>
51 53

  
54
</div>
55

  
52 56
<form method="post" action="controller.pl" id="new_form">
53 57
 <input name="callback" type="hidden" value="[% HTML.escape(callback) %]">
54 58
</form>

Auch abrufbar als: Unified diff