Revision 9417767e
Von Safwan Shakhy vor 11 Monaten hinzugefügt
templates/design40_webpages/variant_property/variant_property_list.html | ||
---|---|---|
1 |
[% USE T8 %] |
|
2 |
[% USE HTML %] |
|
3 |
[% USE L %] |
|
4 |
[% USE LxERP %] |
|
5 |
[% USE date %] |
|
6 |
|
|
7 |
<div id="variant_properties"> |
|
8 |
|
|
9 |
<div class="wrapper"> |
|
10 |
<table class="tbl-list width-moderate"> |
|
11 |
<caption>[% 'Variant Properties' | $T8 %]</caption> |
|
12 |
<thead> |
|
13 |
<tr> |
|
14 |
<th>[% 'Name' | $T8 %]</th> |
|
15 |
<th>[% 'Unique Name' | $T8 %]</th> |
|
16 |
<th>[% 'Abbreviation' | $T8 %]</th> |
|
17 |
</tr> |
|
18 |
</thead> |
|
19 |
<tbody> |
|
20 |
[% FOREACH row = SELF.VARIANTPROPERTIES %] |
|
21 |
<tr> |
|
22 |
<td>[% row.name | html %]</td> |
|
23 |
<td>[% row.unique_name | html %]</td> |
|
24 |
<td>[% row.abbraviation | html %]</td> |
|
25 |
</tr> |
|
26 |
[% END %] |
|
27 |
</tbody> |
|
28 |
</table> |
|
29 |
|
Auch abrufbar als: Unified diff
Varianten Eigenschaften liste