Mercurial > hg > digitalobjects
comparison digitalobjects-item-thumbnail.tpl.php @ 0:6f6e07baad80 default tip
initial
| author | Dirk Wintergruen <dwinter@mpiwg-berlin.mpg.de> |
|---|---|
| date | Tue, 02 Jun 2015 08:57:48 +0200 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:6f6e07baad80 |
|---|---|
| 1 <?php if($access): ?> | |
| 2 <div class="digitalobjects_item digitalobjects_item_short"> | |
| 3 <div class="digitalobjects_item_image thumbnail"> | |
| 4 <?php if ($objdata['access_type'] !="free"):?> | |
| 5 <a href="<?php print $objdata['viewerurl']; ?>"> | |
| 6 <img src="<?php print $objdata['thumburl']; ?>"/> | |
| 7 <p class="solrsearch_internal">internal</p> | |
| 8 </a> | |
| 9 <?php else: ?> | |
| 10 <a href="<?php print $objdata['viewerurl']; ?>"> | |
| 11 <img src="<?php print $objdata['thumburl']; ?>"/> | |
| 12 </a> | |
| 13 <?php endif ;?> | |
| 14 </div> | |
| 15 </div> | |
| 16 <?php else: ?> | |
| 17 <p class="copyright"> <?php print $objid ?>: restricted - due to copyright reasons </p> | |
| 18 | |
| 19 <?php endif; ?> |
