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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
124ef8f3b22d initial
Dirk Wintergruen <dwinter@mpiwg-berlin.mpg.de>
parents:
diff changeset
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
124ef8f3b22d initial
Dirk Wintergruen <dwinter@mpiwg-berlin.mpg.de>
parents:
diff changeset
3 <?php endif;?>
124ef8f3b22d initial
Dirk Wintergruen <dwinter@mpiwg-berlin.mpg.de>
parents:
diff changeset
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
124ef8f3b22d initial
Dirk Wintergruen <dwinter@mpiwg-berlin.mpg.de>
parents:
diff changeset
6 <?php endif;?>
124ef8f3b22d initial
Dirk Wintergruen <dwinter@mpiwg-berlin.mpg.de>
parents:
diff changeset
7