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.

21 lines
523 B

<?php
12 years ago
/**
* @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.
12 years ago
*
* $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'])); ?>