Mercurial > dive4elements > river
comparison flys-client/src/main/webapp/WEB-INF/stylesheets/fixoverview2html.xsl @ 2530:1b6270b00c91
Fixing overview XSLT: Make the description of the event the title of the date column cells.
flys-client/trunk@4426 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Wed, 16 May 2012 13:02:44 +0000 |
parents | 87ac5c532523 |
children | 180a500d7ddb |
comparison
equal
deleted
inserted
replaced
2529:b07c36e47970 | 2530:1b6270b00c91 |
---|---|
95 </xsl:if> | 95 </xsl:if> |
96 <td> | 96 <td> |
97 <xsl:apply-templates mode="sectors"/> | 97 <xsl:apply-templates mode="sectors"/> |
98 </td> | 98 </td> |
99 <td align="center"> | 99 <td align="center"> |
100 <xsl:attribute name="title"><xsl:value-of select="@name"/></xsl:attribute> | 100 <xsl:attribute name="title"><xsl:value-of select="@description"/></xsl:attribute> |
101 <xsl:value-of select="@date"/> | 101 <xsl:value-of select="@date"/> |
102 </td> | 102 </td> |
103 </tr> | 103 </tr> |
104 </xsl:template> | 104 </xsl:template> |
105 | 105 |