Mercurial > dive4elements > gnv-client
comparison gnv/src/main/webapp/WEB-INF/config/templates/describe-ui-static.xsl @ 405:02dc597b9b9a
Adapted static ui to bsh style.
gnv/trunk@581 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 20 Jan 2010 13:12:49 +0000 |
parents | 3a286c9e186c |
children | b5733f9f386b |
comparison
equal
deleted
inserted
replaced
404:3a286c9e186c | 405:02dc597b9b9a |
---|---|
52 --> | 52 --> |
53 <!-- TODO Remove when-clause which disables the fis select box . | 53 <!-- TODO Remove when-clause which disables the fis select box . |
54 TODO Just render the 'otherwise' part --> | 54 TODO Just render the 'otherwise' part --> |
55 <xsl:choose> | 55 <xsl:choose> |
56 <xsl:when test="$fis"> | 56 <xsl:when test="$fis"> |
57 <th></th> | |
58 <td></td> | |
59 </xsl:when> | 57 </xsl:when> |
60 <xsl:otherwise> | 58 <xsl:otherwise> |
61 <th class="parameter"><xsl:value-of select="xform:label" /></th> | 59 <th class="parameter"><xsl:value-of select="xform:label" /></th> |
62 <td><xsl:apply-templates select="xform:choices" /></td> | 60 <td><xsl:apply-templates select="xform:choices" /></td> |
63 </xsl:otherwise> | 61 </xsl:otherwise> |