view 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
line wrap: on
line source

<h3 class="openmindattribute-header">Details</h3>
<table class="openmindattribute-table" >
<tr class="openmindattribute-row">
<td class="openmindattribute-cell openmindattribute-name">Name</td>
<td class="openmindattribute-cell"><?php print $attributes['name_translit']['ov']?><br/><?php print $attributes['name']['ov']?></td>
</tr>

<tr class="openmindattribute-row">
<td class="openmindattribute-cell openmindattribute-name">Name (romanization)</td>
<td class="openmindattribute-cell"><?php print $attributes['name_translit']['romanization']?></td>
</tr>

<tr class="openmindattribute-row">
<td class="openmindattribute-cell openmindattribute-name">Notes</td>
<td class="openmindattribute-cell"><?php print $attributes['notes']['ov']?></td>
</tr>

<tr class="openmindattribute-row">
<td class="openmindattribute-cell openmindattribute-name">Date of birth</td>
<td class="openmindattribute-cell"><?php print $attributes['birth_date_text']['ov']?></td>
</tr>

<tr class="openmindattribute-row">
<td class="openmindattribute-cell openmindattribute-name">Date of death</td>
<td class="openmindattribute-cell"><?php print $attributes['death_date_text']['ov']?></td>
</tr>


</table>