Mercurial > dive4elements > river
comparison flys-artifacts/contrib/fixoverview2html.xsl @ 2707:d6e32ae72da6
Deliver description on events instead of names in fixing overview.
flys-artifacts/trunk@4425 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Wed, 16 May 2012 13:02:40 +0000 |
parents | 7d163c2c6e6d |
children | 5f47e68a1130 |
comparison
equal
deleted
inserted
replaced
2706:d8444fcb4e44 | 2707:d6e32ae72da6 |
---|---|
96 </xsl:if> | 96 </xsl:if> |
97 <td> | 97 <td> |
98 <xsl:apply-templates mode="sectors"/> | 98 <xsl:apply-templates mode="sectors"/> |
99 </td> | 99 </td> |
100 <td align="center"> | 100 <td align="center"> |
101 <xsl:attribute name="title"><xsl:value-of select="@name"/></xsl:attribute> | 101 <xsl:attribute name="title"><xsl:value-of select="@description"/></xsl:attribute> |
102 <xsl:value-of select="@date"/> | 102 <xsl:value-of select="@date"/> |
103 </td> | 103 </td> |
104 </tr> | 104 </tr> |
105 </xsl:template> | 105 </xsl:template> |
106 | 106 |