Mercurial > hg > drupalISMI
comparison openmindattribute/templates/openmindattribute-item-thumbnail.tpl.php @ 0:124ef8f3b22d
initial
author | Dirk Wintergruen <dwinter@mpiwg-berlin.mpg.de> |
---|---|
date | Fri, 27 Mar 2015 19:21:42 +0100 |
parents | |
children | 667b6597a676 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:124ef8f3b22d |
---|---|
1 | |
2 | |
3 | |
4 | |
5 <div class="digitalobjects_item"> | |
6 <table class="digitalobjects_item_short"> | |
7 <tr> | |
8 <td class="digitalobjects_item_image"> | |
9 | |
10 | |
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> | |
13 <?php endif;?> | |
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> | |
16 <?php endif;?> | |
17 | |
18 </td> | |
19 </tr> | |
20 </table> | |
21 </div> |