Mercurial > hg > drupalISMI
comparison openmindattribute/templates/openmindattribute_CODEX.tpl.php @ 0:124ef8f3b22d
initial
author | Dirk Wintergruen <dwinter@mpiwg-berlin.mpg.de> |
---|---|
date | Fri, 27 Mar 2015 19:21:42 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:124ef8f3b22d |
---|---|
1 <h3 class="openmindattribute-header">Details</h3> | |
2 <table class="openmindattribute-table" > | |
3 <tr class="openmindattribute-row"> | |
4 <td class="openmindattribute-cell">Binding</td> | |
5 <td class="openmindattribute-cell"><?php print $attributes['binding']['ov']?></td> | |
6 </tr> | |
7 | |
8 <tr class="openmindattribute-row"> | |
9 <td class="openmindattribute-cell">Dimensions</td> | |
10 <td class="openmindattribute-cell"><?php print $attributes['dimensions']['ov']?></td> | |
11 </tr> | |
12 | |
13 <tr class="openmindattribute-row"> | |
14 <td class="openmindattribute-cell">Notes</td> | |
15 <td class="openmindattribute-cell"><?php print $attributes['notes']['ov']?></td> | |
16 </tr> | |
17 | |
18 | |
19 <tr class="openmindattribute-row"> | |
20 <td class="openmindattribute-cell">Number of Folios</td> | |
21 <td class="openmindattribute-cell"><?php print $attributes['number_of_folios']['ov']?></td> | |
22 </tr> | |
23 </table> |