Revision 7eb8da6b
Von Safwan Shakhy vor 12 Monaten hinzugefügt
templates/design40_webpages/variant_property/variant_property_value_list.html | ||
---|---|---|
1 |
[% USE T8 %] |
|
2 |
[% USE HTML %] |
|
3 |
[% USE L %] |
|
4 |
[% USE LxERP %] |
|
5 |
[% USE date %] |
|
6 |
|
|
7 |
<div id="variant_property_value"> |
|
8 |
|
|
9 |
<div class="wrapper"> |
|
10 |
|
|
11 |
<table class="tbl-list width-moderate"> |
|
12 |
<caption>[% 'Value' | $T8 %]</caption> |
|
13 |
<thead> |
|
14 |
<tr> |
|
15 |
<th>[% 'Value' | $T8 %]</th> |
|
16 |
<th>[% 'Abbreviation' | $T8 %]</th> |
|
17 |
</tr> |
|
18 |
</thead> |
|
19 |
<tbody> |
|
20 |
[% FOREACH row = SELF.VARIANTPROPERTYVALUES %] |
|
21 |
<tr> |
|
22 |
<td>[% row.value | html %]</td> |
|
23 |
<td>[% row.abbreviation | html %]</td> |
|
24 |
</tr> |
|
25 |
[% END %] |
|
26 |
</tbody> |
|
27 |
</table> |
Auch abrufbar als: Unified diff
Varianten Eigenschaftswerten liste