[1818000] Pluggable Style Selection strategy for item display

git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2263 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
Andrea Bollini
2007-10-25 12:39:31 +00:00
parent e757a57b5b
commit 58b2bcac44

View File

@@ -350,6 +350,12 @@ webui.licence_bundle.show = false
# dc.identifier.isbn, dc.identifier.issn, \
# dc.identifier.ismn, dc.identifier
# Specify which strategy use for select the style for an item
plugin.single.org.dspace.app.webui.util.StyleSelection = \
org.dspace.app.webui.util.CollectionStyleSelection
#org.dspace.app.webui.util.MetadataStyleSelection
# If use CollectionStyleSelection
# Specify which collections use which views by Handle.
#
# webui.itemdisplay.<style>.collections = <collection handle>, ...
@@ -358,6 +364,12 @@ webui.licence_bundle.show = false
#
# webui.itemdisplay.thesis.collections = 123456789/24, 123456789/35
# If use MetadataStyleSelection, you MUST
# Specify which metadata use as name of the style
#
# webui.itemdisplay.metadata-style = schema.element[.qualifier|.*]
# webui.itemdisplay.metadata-style = dc.type
# Customise the DC fields to use in the item listing page. Elements will be
# displayed left to right in the order that they are specified here.
#