Mercurial > hg > drupalISMI
annotate openmindattribute/templates/openmindattribute_diva_link.tpl.php @ 24:97f2da68fb5f
first version of model2model graph manipulation tool. doesn't work yet.
author | casties |
---|---|
date | Wed, 23 Sep 2015 19:47:02 +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 |