Mercurial > hg > drupalISMI
annotate openmindattribute/templates/openmindattribute_diva_link.tpl.php @ 26:248bf8d1e2e7
make operations command-line configurable. parameters: infile outfile ops
author | casties |
---|---|
date | Thu, 24 Sep 2015 18:58:30 +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 |