Mercurial > hg > drupalISMI
comparison 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 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:124ef8f3b22d |
---|---|
1 <table> | |
2 <?php foreach ($witnesses as $witness): ?> | |
3 <tr> | |
4 <td> | |
5 <a href="../node/<?php print $witness->nid ?>"><?php print $witness->field_nov[LANGUAGE_NONE][0]['value']?></a> | |
6 </td> | |
7 <td> | |
8 <a href="../node/<?php print $witness->codex->nid ?>"><?php print $witness->codex->field_nov[LANGUAGE_NONE][0]['value']?></a> | |
9 </td><td> | |
10 <a href="../node/<?php print $witness->collection->nid ?>"><?php print $witness->collection->field_nov[LANGUAGE_NONE][0]['value']?></a> | |
11 </td><td> | |
12 <a href="../node/<?php print $witness->repository->nid ?>"><?php print $witness->repository->field_nov[LANGUAGE_NONE][0]['value']?></a> | |
13 </td><td> | |
14 <a href="../node/<?php print $witness->place->nid ?>"><?php print $witness->place->field_nov[LANGUAGE_NONE][0]['value']?></a> | |
15 </td> | |
16 </tr> | |
17 <?php endforeach;?> | |
18 </table> |