summaryrefslogtreecommitdiff
blob: 0f92c3867460411913798a3c00557c06989f6ba6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[if-any properties]
<hr/>
<div class="vc_properties">
<h2>Properties</h2>
<table cellspacing="1" cellpadding="2" class="auto">
<thead>
  <tr>
    <th class="vc_header_sort">Name</th>
    <th class="vc_header">Value</th>
  </tr>
</thead>
<tbody>
[for properties]
  <tr class="vc_row_[if-index properties even]even[else]odd[end]">
    <td><strong>[properties.name]</strong></td>
    [if-any properties.undisplayable]
    <td><em>Property value is undisplayable.</em></td>
    [else]
    <td style="white-space: pre;">[properties.value]</td>
    [end]
  </tr>
[end]
</tbody>
</table>
</div>
[end]