From 66a3a72a940f03255d6f367c6024b9ed23261d05 Mon Sep 17 00:00:00 2001 From: Scott Phillips Date: Thu, 28 Feb 2008 00:19:06 +0000 Subject: [PATCH] (Scott Phillips) SF#1898491 The item summary-view page doesn't handle multiple metadata entries very well. Now it will: title: one per line authors: in one line but separated by semicolons. abstract: entries seperated by a line description: entries seperated by a line URI: one per line Date: one per line git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2728 9c30dcfa-912a-0410-8fc2-9e0234be79fd --- .../webapp/themes/dri2xhtml/DIM-Handler.xsl | 68 ++++++++++++++++--- 1 file changed, 57 insertions(+), 11 deletions(-) diff --git a/dspace-xmlui/dspace-xmlui-webapp/src/main/webapp/themes/dri2xhtml/DIM-Handler.xsl b/dspace-xmlui/dspace-xmlui-webapp/src/main/webapp/themes/dri2xhtml/DIM-Handler.xsl index 38ed8fb487..43989c9ee7 100644 --- a/dspace-xmlui/dspace-xmlui-webapp/src/main/webapp/themes/dri2xhtml/DIM-Handler.xsl +++ b/dspace-xmlui/dspace-xmlui-webapp/src/main/webapp/themes/dri2xhtml/DIM-Handler.xsl @@ -391,8 +391,16 @@ xmlui.dri2xhtml.METS-1.0.item-title: - - + + + + + ;
+
+
+
+ + xmlui.dri2xhtml.METS-1.0.no-title @@ -439,32 +447,70 @@ xmlui.dri2xhtml.METS-1.0.item-abstract: - + + + + + + + + + + + + + + xmlui.dri2xhtml.METS-1.0.item-description: - + + + + + + + + + + + + + + xmlui.dri2xhtml.METS-1.0.item-uri: - - - - - - + + + + + + + + +
+
+
xmlui.dri2xhtml.METS-1.0.item-date: - + + + + +
+
+
+