0
|
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; ?>
|