Mercurial > hg > drupalISMI
diff 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 diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/openmindattribute/templates/openmindattribute_PERSON.tpl.php Fri Mar 27 19:21:42 2015 +0100 @@ -0,0 +1,29 @@ +<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> \ No newline at end of file