comparison gnv/src/main/webapp/WEB-INF/config/templates/describe-ui.xsl @ 586:97d90e314af5

ISSUE 181: Removed duplicate Drawaing of the Lengendvalue of Groupelements for choosing different heights for several Parameters gnv/trunk@737 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Fri, 05 Mar 2010 09:58:57 +0000
parents 60caaa265e2b
children ef1ff5fdab5b
comparison
equal deleted inserted replaced
585:2e690cb2247c 586:97d90e314af5
91 <td><!-- nothing here --></td> 91 <td><!-- nothing here --></td>
92 <xsl:for-each select="xform:select[1]/xform:item"> 92 <xsl:for-each select="xform:select[1]/xform:item">
93 <td class="matrixHeader"><xsl:value-of select="position()"/>.</td> 93 <td class="matrixHeader"><xsl:value-of select="position()"/>.</td>
94 </xsl:for-each> 94 </xsl:for-each>
95 </tr> 95 </tr>
96 <xsl:apply-templates mode="matrix" /> 96 <xsl:apply-templates select="xform:select" mode="matrix" />
97 </table> 97 </table>
98 <xsl:apply-templates select="xform:select[1]" mode="matrixLegend"/> 98 <xsl:apply-templates select="xform:select[1]" mode="matrixLegend"/>
99 </xsl:otherwise> 99 </xsl:otherwise>
100 </xsl:choose> 100 </xsl:choose>
101 </xsl:template> 101 </xsl:template>

http://dive4elements.wald.intevation.org