comparison gnv/src/main/webapp/WEB-INF/config/templates/describe-ui-static.xsl @ 161:9b35599f50bb

BugFix: Text-Inputfields will now be diabaled in static-ui issue81 gnv/trunk@320 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Wed, 11 Nov 2009 12:12:10 +0000
parents 330871ca1fd3
children 3be414dc974a
comparison
equal deleted inserted replaced
160:3b82a20a304a 161:9b35599f50bb
59 <xsl:choose> 59 <xsl:choose>
60 <xsl:when test="*[local-name() = 'label']!= ''"> 60 <xsl:when test="*[local-name() = 'label']!= ''">
61 <xsl:value-of select="*[local-name() = 'label']"/>: 61 <xsl:value-of select="*[local-name() = 'label']"/>:
62 </xsl:when> 62 </xsl:when>
63 </xsl:choose> 63 </xsl:choose>
64 <input type="text" id="{$inputName}" name="{$inputName}" value="{$inputValue}" /><br/> 64 <input type="text" id="{$inputName}" name="{$inputName}" value="{$inputValue}" disabled="disabled"/><br/>
65 </xsl:template> 65 </xsl:template>
66 66
67 <xsl:template match="*[local-name() = 'label']"> 67 <xsl:template match="*[local-name() = 'label']">
68 </xsl:template> 68 </xsl:template>
69 </xsl:stylesheet> 69 </xsl:stylesheet>

http://dive4elements.wald.intevation.org