comparison openmindattribute/templates/openmindattribute_PERSON.tpl.php @ 0:124ef8f3b22d

initial
author Dirk Wintergruen <dwinter@mpiwg-berlin.mpg.de>
date Fri, 27 Mar 2015 19:21:42 +0100
parents
children f651752ee9ad
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 openmindattribute-name">Name</td>
5 <td class="openmindattribute-cell"><?php print $attributes['name_translit']['ov']?><br/><?php print $attributes['name']['ov']?></td>
6 </tr>
7
8 <tr class="openmindattribute-row">
9 <td class="openmindattribute-cell openmindattribute-name">Name (romanization)</td>
10 <td class="openmindattribute-cell"><?php print $attributes['name_translit']['romanization']?></td>
11 </tr>
12
13 <tr class="openmindattribute-row">
14 <td class="openmindattribute-cell openmindattribute-name">Notes</td>
15 <td class="openmindattribute-cell"><?php print $attributes['notes']['ov']?></td>
16 </tr>
17
18 <tr class="openmindattribute-row">
19 <td class="openmindattribute-cell openmindattribute-name">Date of birth</td>
20 <td class="openmindattribute-cell"><?php print $attributes['birth_date_text']['ov']?></td>
21 </tr>
22
23 <tr class="openmindattribute-row">
24 <td class="openmindattribute-cell openmindattribute-name">Date of death</td>
25 <td class="openmindattribute-cell"><?php print $attributes['death_date_text']['ov']?></td>
26 </tr>
27
28
29 </table>