view digitalobjects-item.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
line wrap: on
line source

<?php if($access): ?>

<div class="digitalobjects_item">
<table class="digitalobjects_item_full">
<tr>
<td class="digitalobjects_item_image">
<?php if ($objdata['access_type'] !="free"):?>
<span class="solrsearch_internal" >
intern
</span>
<?php endif ;?>
<a href="<?php print $objdata['viewerurl']; ?>"><img src="<?php print $objdata['thumburl']; ?>"/></a>

</td>
<td>
<table><?php print $objdata['bibdata']; ?></table>


          <table>
              <tr>
                <td class="type">Document ID:</td>
              <td class="content"> <?php print $objid ?></td>
            </tr>
            <tr>
              <td   class="type">Permanent URL:</td>
              <td class="content"> <a href="<?php print $objdata['viewerurl']; ?>"><?php print $objdata['viewerurl']; ?> </a></td>
            </tr>
          </table>

</table>
</td>
</tr>
</table>
</div>
<?php else: ?>
<p> <?php print $objid ?>: restricted - do to copyright reasons </p>

<?php endif; ?>