Mercurial > dive4elements > gnv-client
comparison gnv/src/main/webapp/WEB-INF/config/templates/describe-ui-static.xsl @ 21:17c92f1f014b
Some GUI improvements done
gnv/trunk@116 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Wed, 23 Sep 2009 15:04:39 +0000 |
parents | 87002cbd194c |
children | 6c46f9b16166 |
comparison
equal
deleted
inserted
replaced
20:2f4ae7d9e058 | 21:17c92f1f014b |
---|---|
42 | 42 |
43 | 43 |
44 <xsl:template match="*[local-name() = 'input']"> | 44 <xsl:template match="*[local-name() = 'input']"> |
45 <xsl:variable name="inputValue" select="*[local-name() = 'value']"/> | 45 <xsl:variable name="inputValue" select="*[local-name() = 'value']"/> |
46 <xsl:variable name="inputName" select="*[local-name() = 'label']"/> | 46 <xsl:variable name="inputName" select="*[local-name() = 'label']"/> |
47 <xsl:value-of select="*[local-name() = 'label']"/>: <input type="text" id="{$inputName}" name="{$inputName}" value="{$inputValue}" /><br/> | 47 <div id="timeseriesfilter"> |
48 <form id="{$inputName}Form" method="post"> | |
49 <fieldset> | |
50 <legend><xsl:value-of select="*[local-name() = 'label']"/></legend> | |
51 <xsl:value-of select="*[local-name() = 'label']"/>: <input type="text" id="{$inputName}" name="{$inputName}" value="{$inputValue}" /><br/> | |
52 </fieldset> | |
53 </form> | |
54 </div> | |
48 </xsl:template> | 55 </xsl:template> |
49 | 56 |
50 <xsl:template match="*[local-name() = 'label']"> | 57 <xsl:template match="*[local-name() = 'label']"> |
51 </xsl:template> | 58 </xsl:template> |
52 </xsl:stylesheet> | 59 </xsl:stylesheet> |