Mercurial > hg > drupalISMI
annotate openmindattribute/templates/openmindattribute_diva_link.tpl.php @ 49:f8cd7db4178c
output number of checked saves.
| author | casties |
|---|---|
| date | Thu, 23 Feb 2017 19:57:05 +0100 |
| 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 |
