|
From: <jbo...@li...> - 2005-09-24 12:17:23
|
Author: mla...@jb...
Date: 2005-09-24 08:17:13 -0400 (Sat, 24 Sep 2005)
New Revision: 1196
Modified:
trunk/labs/jbossweb/xdocs/news/roadmap.xml
trunk/labs/jbossweb/xdocs/style.xsl
Log:
Fix status section
Modified: trunk/labs/jbossweb/xdocs/news/roadmap.xml
===================================================================
--- trunk/labs/jbossweb/xdocs/news/roadmap.xml 2005-09-24 11:57:38 UTC (rev 1195)
+++ trunk/labs/jbossweb/xdocs/news/roadmap.xml 2005-09-24 12:17:13 UTC (rev 1196)
@@ -34,13 +34,13 @@
<item priority="block" estimate="Sep 2005" progress="1" owner="mturk">
CGI module
</item>
- <item priority="hi" estimate="Oct 2005" progress="0" owner="mturk">
+ <item priority="hi" estimate="Oct 2005" owner="mturk">
PHP Module
</item>
- <item priority="low" estimate="Oct 2005" progress="0" owner="mturk">
+ <item priority="low" estimate="Oct 2005" owner="mturk">
.NET Module
</item>
- <item priority="hi" estimate="Q4 2005" progress="0" owner="remm">
+ <item priority="hi" estimate="Q4 2005" owner="remm">
Build URL Rewrite module.
</item>
</status>
Modified: trunk/labs/jbossweb/xdocs/style.xsl
===================================================================
--- trunk/labs/jbossweb/xdocs/style.xsl 2005-09-24 11:57:38 UTC (rev 1195)
+++ trunk/labs/jbossweb/xdocs/style.xsl 2005-09-24 12:17:13 UTC (rev 1196)
@@ -495,8 +495,9 @@
<td align="left" valign="top">
<xsl:choose>
<xsl:when test="@progress != ''">
+ <xsl:variable name="rank"><xsl:value-of select="@progress"/></xsl:variable>
<xsl:variable name="src"><xsl:value-of select="$relative-path"/>/images/rank<xsl:value-of select="@progress"/>.gif</xsl:variable>
- <img alt="0%" class="icon" src="{$src}"/>
+ <img alt="{$rank}0%" class="icon" src="{$src}"/>
</xsl:when>
<xsl:otherwise>
<xsl:variable name="src"><xsl:value-of select="$relative-path"/>/images/rank0.gif</xsl:variable>
|