diff gnv/src/main/webapp/WEB-INF/config/templates/describe-ui.xsl @ 13:2535158e2687

Chartoutput Added to the View gnv/trunk@95 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Wed, 16 Sep 2009 12:41:27 +0000
parents 4ebe57b170d3
children d7e5a929fc34
line wrap: on
line diff
--- a/gnv/src/main/webapp/WEB-INF/config/templates/describe-ui.xsl	Wed Sep 16 07:44:26 2009 +0000
+++ b/gnv/src/main/webapp/WEB-INF/config/templates/describe-ui.xsl	Wed Sep 16 12:41:27 2009 +0000
@@ -11,6 +11,10 @@
     </xsl:template>
     <xsl:template match="*[local-name() = 'select']">
         <xsl:variable name="selectName" select="@ref"/>
+        <select name="{$selectName}" multiple="multiple" size="6"> <xsl:apply-templates/></select>
+    </xsl:template>
+    <xsl:template match="*[local-name() = 'select1']">
+        <xsl:variable name="selectName" select="@ref"/>
         <select name="{$selectName}"> <xsl:apply-templates/></select>
     </xsl:template>
     <xsl:template match="*[local-name() = 'item']">
@@ -27,5 +31,4 @@
     
     <xsl:template match="*[local-name() = 'label']">
     </xsl:template>
-    
 </xsl:stylesheet>
\ No newline at end of file

http://dive4elements.wald.intevation.org