]> wagnertech.de Git - mfinanz.git/blob - templates/design40_webpages/ic/generate_report_bottom.html
date error in mapping
[mfinanz.git] / templates / design40_webpages / ic / generate_report_bottom.html
1 [% USE T8 %]
2 [% USE HTML %]
3
4 <div class="wrapper">
5
6 <h3>[% 'Abbreviation Legend' | $T8  %]</h3>
7
8 <table class="tbl-list">
9   <thead>
10     <tr>
11      <th>[% 'TypAbbreviation' | $T8  %]</th>
12      <th>[% 'Description'     | $T8  %]</th>
13     </tr>
14   </thead>
15   <tbody>
16     <tr>
17      <td>[% 'Part (typeabbreviation)'       | $T8 %]</td>
18      <td>[% 'Part'                          | $T8 %]</td>
19     </tr>
20     <tr>
21      <td>[% 'Assembly (typeabbreviation)'   | $T8 %]</td>
22      <td>[%'Assembly'                       | $T8 %]</td>
23     </tr>
24     <tr>
25      <td>[% 'Service (typeabbreviation)'    | $T8 %]</td>
26      <td>[%'Service'                        | $T8 %]</td>
27     </tr>
28     <tr>
29      <td>[% 'Assortment (typeabbreviation)' | $T8 %]</td>
30      <td>[%'Assortment'                     | $T8 %]</td>
31     </tr>
32   </tbody>
33 </table>
34
35 <table class="tbl-list">
36   <thead>
37     <tr>
38      <th>[% 'PartClassAbbreviation' | $T8  %]</th>
39      <th>[% 'Description'           | $T8  %]</th>
40     </tr>
41   </thead>
42   <tbody>
43   [% FOREACH part_classification = PART_CLASSIFICATIONS %]
44     <tr>
45      <td>[% part_classification.abbreviation | $T8 %]</td>
46      <td>[% part_classification.description  | $T8 %]</td>
47     </tr>
48   [% END %]
49   </tbody>
50 </table>
51
52 </div>
53
54 <form method="post" action="controller.pl" id="new_form">
55  <input name="callback" type="hidden" value="[% HTML.escape(callback) %]">
56 </form>