<?php 
    print theme('alma_cart_reservation_buttons', $object);
    ?>
            <?php 
}
?>

          </div>

          <div class="object-information clearfix">
            <?php 
//we printed the first part up above so remove that
unset($object->record['dcterms:abstract'][''][0]);
?>
            <div class="abstract"><?php 
print implode(' ; ', format_danmarc2((array) $object->record['dcterms:abstract']['']));
?>
</div>

            <?php 
print theme('item_list', array($object->type), t('Type'), 'span', array('class' => 'type'));
?>
            <?php 
if (!empty($object->record['dc:format'][''])) {
     ;
    ?>
              <?php 
    print theme('item_list', $object->record['dc:format'][''], t('Format'), 'span', array('class' => 'format'));
    ?>
            <?php 
}
Example #2
0
</p>
					</div>

          <?php 
print theme('alma_cart_reservation_buttons', $object);
?>
					
				</div>

				<div class="object-information clearfix">
					<?php 
//we printed the first part up above so remove that
unset($object->data->description[0]);
?>
					<div class="description"><?php 
print implode(' ; ', format_danmarc2($object->data->description));
?>
</div>
					
					<?php 
print theme('item_list', $object->data->type, t('Type'), 'span', array('class' => 'type'));
?>
					<?php 
print theme('item_list', $object->data->identifier, t('Identifier'), 'span', array('class' => 'identifier'));
?>
	
					<?php 
print theme('item_list', $object->data->subject, t('Subject'), 'span', array('class' => 'subject'));
?>
	
					<?php