comparison gnv/src/main/webapp/WEB-INF/config/templates/describe-ui.xsl @ 17:d7e5a929fc34

Some Stylingimprovements done gnv/trunk@100 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Wed, 16 Sep 2009 14:55:54 +0000
parents 2535158e2687
children 87002cbd194c
comparison
equal deleted inserted replaced
16:4ef6e4e9ef15 17:d7e5a929fc34
9 <xsl:template match="*[local-name() = 'ui']"> 9 <xsl:template match="*[local-name() = 'ui']">
10 <xsl:apply-templates/> 10 <xsl:apply-templates/>
11 </xsl:template> 11 </xsl:template>
12 <xsl:template match="*[local-name() = 'select']"> 12 <xsl:template match="*[local-name() = 'select']">
13 <xsl:variable name="selectName" select="@ref"/> 13 <xsl:variable name="selectName" select="@ref"/>
14 <select name="{$selectName}" multiple="multiple" size="6"> <xsl:apply-templates/></select> 14 <legend><xsl:value-of select="@ref"/></legend>
15 <select name="{$selectName}" multiple="multiple" size="6"> <xsl:apply-templates/></select>
15    </xsl:template> 16    </xsl:template>
16 <xsl:template match="*[local-name() = 'select1']"> 17 <xsl:template match="*[local-name() = 'select1']">
17 <xsl:variable name="selectName" select="@ref"/> 18 <xsl:variable name="selectName" select="@ref"/>
18 <select name="{$selectName}"> <xsl:apply-templates/></select> 19 <legend><xsl:value-of select="@ref"/></legend>
20 <select name="{$selectName}"> <xsl:apply-templates/></select>
19    </xsl:template> 21    </xsl:template>
20 <xsl:template match="*[local-name() = 'item']"> 22 <xsl:template match="*[local-name() = 'item']">
21 <xsl:variable name="optionValue" select="*[local-name() = 'value']"/> 23 <xsl:variable name="optionValue" select="*[local-name() = 'value']"/>
22 <option value="{$optionValue}"><xsl:value-of select="*[local-name() = 'label']"></xsl:value-of></option> 24 <option value="{$optionValue}"><xsl:value-of select="*[local-name() = 'label']"></xsl:value-of></option>
23 </xsl:template> 25 </xsl:template>

http://dive4elements.wald.intevation.org