r4889 - trunk/lib/style/skins/first

leinfelder at ecoinformatics.org leinfelder at ecoinformatics.org
Wed Apr 1 10:21:48 PDT 2009


Author: leinfelder
Date: 2009-04-01 10:21:48 -0700 (Wed, 01 Apr 2009)
New Revision: 4889

Modified:
   trunk/lib/style/skins/first/first-item-resultset.xsl
Log:
include short answer prompts in the resultset view

Modified: trunk/lib/style/skins/first/first-item-resultset.xsl
===================================================================
--- trunk/lib/style/skins/first/first-item-resultset.xsl	2009-04-01 17:06:33 UTC (rev 4888)
+++ trunk/lib/style/skins/first/first-item-resultset.xsl	2009-04-01 17:21:48 UTC (rev 4889)
@@ -113,7 +113,10 @@
 								<xsl:value-of select="."/>
 								<br/>
 							</xsl:for-each>	
-							
+							<xsl:for-each select="./param[@name='presentation/flow/response_str/material/mattext']">
+								<xsl:value-of select="."/>
+								<br/>
+							</xsl:for-each>
 							<ul>
 							<xsl:for-each
 								select="./param[@name='response_label/material/mattext']">



More information about the Metacat-cvs mailing list