|
|
@ -21,20 +21,25 @@ |
|
|
|
* along with the program. If not, see <http ://www.gnu.org/licenses/>. |
|
|
|
* along with the program. If not, see <http ://www.gnu.org/licenses/>. |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
?> |
|
|
|
?> |
|
|
|
|
|
|
|
<?php if($islandora_object_label): ?> |
|
|
|
<?php drupal_set_title("$islandora_object_label"); ?> |
|
|
|
<?php drupal_set_title("$islandora_object_label"); ?> |
|
|
|
|
|
|
|
<?php endif; ?> |
|
|
|
|
|
|
|
|
|
|
|
<div class="islandora-basic-image-object islandora"> |
|
|
|
<div class="islandora-basic-image-object islandora"> |
|
|
|
<div class="islandora-basic-image-content clearfix"> |
|
|
|
<div class="islandora-basic-image-content clearfix"> |
|
|
|
<?php if(isset($islandora_full_url)): ?> |
|
|
|
<?php if(isset($islandora_full_url)): ?> |
|
|
|
<?php print l($islandora_medium_img, $islandora_full_url, array('html' => TRUE)); ?> |
|
|
|
<?php print l($islandora_medium_img, $islandora_full_url, array('html' => TRUE)); ?> |
|
|
|
<?php else: ?> |
|
|
|
<?php elseif(isset($islandora_medium_img)): ?> |
|
|
|
<?php print $islandora_medium_img; ?> |
|
|
|
<?php print $islandora_medium_img; ?> |
|
|
|
|
|
|
|
<?php else: ?> |
|
|
|
<?php endif; ?> |
|
|
|
<?php endif; ?> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="islandora-basic-image-sidebar"> |
|
|
|
<div class="islandora-basic-image-sidebar"> |
|
|
|
<h1 class="title"><?php print $islandora_object_label; ?></h1>
|
|
|
|
<?php if($dc_array['dc:description']['value']): ?> |
|
|
|
<h3><?php print $dc_array['dc:description']['label']; ?></h3>
|
|
|
|
<h3><?php print $dc_array['dc:description']['label']; ?></h3>
|
|
|
|
<p><?php print $dc_array['dc:description']['value']; ?></p>
|
|
|
|
<p><?php print $dc_array['dc:description']['value']; ?></p>
|
|
|
|
|
|
|
|
<?php endif; ?> |
|
|
|
|
|
|
|
<?php if($parent_collections): ?> |
|
|
|
<div> |
|
|
|
<div> |
|
|
|
<h3>In Collections</h3> |
|
|
|
<h3>In Collections</h3> |
|
|
|
<ul> |
|
|
|
<ul> |
|
|
@ -43,6 +48,7 @@ |
|
|
|
<?php endforeach; ?> |
|
|
|
<?php endforeach; ?> |
|
|
|
</ul> |
|
|
|
</ul> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<?php endif; ?> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<fieldset class="collapsible collapsed islandora-basic-image-metadata"> |
|
|
|
<fieldset class="collapsible collapsed islandora-basic-image-metadata"> |
|
|
|