[Yanel-commits] rev 26361 - public/yanel/trunk/src/realms/yanel-website/content/xslt

michi at wyona.com michi at wyona.com
Fri Jul 27 23:13:47 CEST 2007


Author: michi
Date: 2007-07-27 23:13:47 +0200 (Fri, 27 Jul 2007)
New Revision: 26361

Modified:
   public/yanel/trunk/src/realms/yanel-website/content/xslt/roadmap-body.xsl
Log:
check on status

Modified: public/yanel/trunk/src/realms/yanel-website/content/xslt/roadmap-body.xsl
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/xslt/roadmap-body.xsl	2007-07-27 21:09:08 UTC (rev 26360)
+++ public/yanel/trunk/src/realms/yanel-website/content/xslt/roadmap-body.xsl	2007-07-27 21:13:47 UTC (rev 26361)
@@ -49,7 +49,7 @@
   <td><xsl:value-of select="rm:td[2]"/></td>
   <td><xsl:value-of select="rm:td[3]"/></td>
   <td><xsl:value-of select="rm:td[4]"/></td>
-  <td><xsl:choose><xsl:when test="rm:td[5] and rm:td[5] != '-'"><a href=""><xsl:value-of select="rm:td[5]"/></a></xsl:when><xsl:otherwise>-</xsl:otherwise></xsl:choose></td>
+  <td><xsl:choose><xsl:when test="rm:td[5] and rm:td[5] != '-'"><xsl:choose><xsl:when test="rm:td[2] = 'done'"><strike><a href="http://bugzilla.wyona.com/cgi-bin/bugzilla/show_bug.cgi?id={rm:td[5]}"><xsl:value-of select="rm:td[5]"/></a></strike></xsl:when><xsl:otherwise><a href="http://bugzilla.wyona.com/cgi-bin/bugzilla/show_bug.cgi?id={rm:td[5]}"><xsl:value-of select="rm:td[5]"/></a></xsl:otherwise></xsl:choose></xsl:when><xsl:otherwise>-</xsl:otherwise></xsl:choose></td>
 </tr>
 </xsl:template>
 



More information about the Yanel-commits mailing list