Mercurial > hg > drupalISMI
comparison openmindattribute/templates/openmindattribute-item-thumbnail.tpl.php @ 3:667b6597a676
use relative url for openmind access.
author | casties |
---|---|
date | Tue, 02 Jun 2015 11:12:49 +0200 |
parents | 124ef8f3b22d |
children |
comparison
equal
deleted
inserted
replaced
2:e55656794c82 | 3:667b6597a676 |
---|---|
7 <tr> | 7 <tr> |
8 <td class="digitalobjects_item_image"> | 8 <td class="digitalobjects_item_image"> |
9 | 9 |
10 | 10 |
11 <?php if ($type=="WITNESS"):?> | 11 <?php if ($type=="WITNESS"):?> |
12 <a href="https://openmind-ismi-dev.mpiwg-berlin.mpg.de/om4-ismi/public/publicWitness.jsp?eid=<?php print $entid ?>"><img src="<?php print $objdata['thumburl']; ?>"/></a> | 12 <a href="/om4-ismi/public/publicWitness.jsp?eid=<?php print $entid ?>"><img src="<?php print $objdata['thumburl']; ?>"/></a> |
13 <?php endif;?> | 13 <?php endif;?> |
14 <?php if ($type=="CODEX"):?> | 14 <?php if ($type=="CODEX"):?> |
15 <a href="https://openmind-ismi-dev.mpiwg-berlin.mpg.de/om4-ismi/public/publicCodex.jsp?eid=<?php print $entid ?>"><img src="<?php print $objdata['thumburl']; ?>"/></a> | 15 <a href="/om4-ismi/public/publicCodex.jsp?eid=<?php print $entid ?>"><img src="<?php print $objdata['thumburl']; ?>"/></a> |
16 <?php endif;?> | 16 <?php endif;?> |
17 | 17 |
18 </td> | 18 </td> |
19 </tr> | 19 </tr> |
20 </table> | 20 </table> |