Mercurial > hg > drupalISMI
annotate openmindattribute/templates/openmindattribute_diva_link.tpl.php @ 6:447623f107dc
new relation_processor
author | Dirk Wintergruen <dwinter@mpiwg-berlin.mpg.de> |
---|---|
date | Wed, 17 Jun 2015 18:57:22 +0200 |
parents | 06cb81c6eeec |
children |
rev | line source |
---|---|
0 | 1 <?php if ($type=="WITNESS"):?> |
1
06cb81c6eeec
replaced absolute url to om4-ismi with relative.
root@ismi.rz-berlin.mpg.de
parents:
0
diff
changeset
|
2 <a href="/om4-ismi/public/publicWitness.jsp?eid=<?php print $entid ?>">View</a> |
0 | 3 <?php endif;?> |
4 <?php if ($type=="CODEX"):?> | |
1
06cb81c6eeec
replaced absolute url to om4-ismi with relative.
root@ismi.rz-berlin.mpg.de
parents:
0
diff
changeset
|
5 <a href="/om4-ismi/public/publicCodex.jsp?eid=<?php print $entid ?>">View</a> |
0 | 6 <?php endif;?> |
7 |