Drupal modules for browsing and managing Fedora-based digital repositories.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

20 lines
522 B

<?php
/**
* @file
* The default manage datastreams view for objects.
*
* islandora_object is a fedora tuque Object
* $object->label
* $object->id
* to get the contents of a datastream
* $object['dsid']->content
*
* $dublin_core is a DublinCore object
* which is an array of elements, such as dc.title
* and each element has an array of values.
* dc.title can have none, one or many titles
* this is the case for all dc elements.
*/
?>
<?php print (theme_table($variables['datastream_table'])); ?>