3 <h4>[%- 'Abbreviation Legend' | $T8 %]</h4>
8 <tr class="listheading">
9 <th>[%- 'TypAbbreviation' | $T8 %]</th>
10 <th>[%- 'Description' | $T8 %]</th>
15 <td>[%- 'Part (typeabbreviation)' | $T8 %]</td>
16 <td>[%- 'Part' | $T8 %]</td>
19 <td>[%- 'Assembly (typeabbreviation)' | $T8 %]</td>
20 <td>[%- 'Assembly' | $T8 %]</td>
23 <td>[%- 'Service (typeabbreviation)' | $T8 %]</td>
24 <td>[%- 'Service' | $T8 %]</td>
26 [%- IF INSTANCE_CONF.get_feature_experimental %]
28 <td>[%- 'Assortment (typeabbreviation)' | $T8 %]</td>
29 <td>[%- 'Assortment' | $T8 %]</td>
34 <td><table valign="top">
36 <tr valign="top" class="listheading">
37 <th>[%- 'PartClassAbbreviation' | $T8 %]</th>
38 <th>[%- 'Description' | $T8 %]</th>
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>
52 <form method="post" action="controller.pl" id="new_form">
53 <input name="callback" type="hidden" value="[% HTML.escape(callback) %]">