Mercurial > hg > MPIWG-drupal-modules
comparison sites/all/modules/custom/digitalobjects/digitalobjects-item.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_full> | |
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> | |
18 <table><?php print $objdata['bibdata']; ?></table> | |
19 | |
20 | |
21 <table> | |
22 <tr> | |
23 <td class="type">Document ID:</td> | |
24 <td class="content"> <?php print $objid ?></td> | |
25 </tr> | |
26 <tr> | |
27 <td class="type">Permanent URL:</td> | |
28 <td class="content"> <a href="<?php print $objdata['viewerurl']; ?>"><?php print $objdata['viewerurl']; ?> </a></td> | |
29 </tr> | |
30 </table> | |
31 | |
32 </table> | |
33 </td> | |
34 </tr> | |
35 </table> | |
36 </div> | |
37 <?php else: ?> | |
38 <p> <?php print $objid ?>: restricted - do to copyright reasons </p> | |
39 | |
40 <?php endif; ?> |