Mercurial > hg > MPIWG-drupal-modules
comparison sites/all/modules/custom/digitalobjects/digitalobjects-item-short.tpl.php @ 0:015d06b10d37 default tip
initial
author | dwinter |
---|---|
date | Wed, 31 Jul 2013 13:49:13 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:015d06b10d37 |
---|---|
1 | |
2 | |
3 <?php if($access): ?> | |
4 | |
5 <div class="digitalobjects_item"> | |
6 <table class="digitalobjects_item_short"> | |
7 <tr> | |
8 <td class="digitalobjects_item_image"> | |
9 <?php if ($objdata['access_type'] !="free"):?> | |
10 <span class="solrsearch_internal" > | |
11 intern | |
12 </span> | |
13 <?php endif ;?> | |
14 <a href="<?php print $objdata['viewerurl']; ?>"><img src="<?php print $objdata['thumburl']; ?>"/></a> | |
15 | |
16 </td> | |
17 <td align="top"> | |
18 <?php print $objdata['bibdata']; ?> | |
19 </td> | |
20 </tr> | |
21 </table> | |
22 </div> | |
23 <?php else: ?> | |
24 <p> <?php print $objid ?>: restricted - do to copyright reasons </p> | |
25 | |
26 <?php endif; ?> |