Mercurial > hg > drupalISMI
diff ISMIBioFilter/ISMIWitnesses-list.tpl.php @ 0:124ef8f3b22d
initial
author | Dirk Wintergruen <dwinter@mpiwg-berlin.mpg.de> |
---|---|
date | Fri, 27 Mar 2015 19:21:42 +0100 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ISMIBioFilter/ISMIWitnesses-list.tpl.php Fri Mar 27 19:21:42 2015 +0100 @@ -0,0 +1,18 @@ +<table> +<?php foreach ($witnesses as $witness): ?> +<tr> +<td> +<a href="../node/<?php print $witness->nid ?>"><?php print $witness->field_nov[LANGUAGE_NONE][0]['value']?></a> +</td> +<td> +<a href="../node/<?php print $witness->codex->nid ?>"><?php print $witness->codex->field_nov[LANGUAGE_NONE][0]['value']?></a> +</td><td> +<a href="../node/<?php print $witness->collection->nid ?>"><?php print $witness->collection->field_nov[LANGUAGE_NONE][0]['value']?></a> +</td><td> +<a href="../node/<?php print $witness->repository->nid ?>"><?php print $witness->repository->field_nov[LANGUAGE_NONE][0]['value']?></a> +</td><td> +<a href="../node/<?php print $witness->place->nid ?>"><?php print $witness->place->field_nov[LANGUAGE_NONE][0]['value']?></a> +</td> +</tr> +<?php endforeach;?> +</table> \ No newline at end of file