rubys 01/09/20 14:20:31
Modified: proposal/gump/stylesheet build.xsl update.xsl
Log:
More links, and more project=>module
Revision Changes Path
1.29 +4 -1 jakarta-alexandria/proposal/gump/stylesheet/build.xsl
Index: build.xsl
===================================================================
RCS file: /home/cvs/jakarta-alexandria/proposal/gump/stylesheet/build.xsl,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- build.xsl 2001/09/20 14:03:21 1.28
+++ build.xsl 2001/09/20 21:20:31 1.29
@@ -128,7 +128,7 @@
<date-time/>
<br/>
- <xsl:text>Project: </xsl:text>
+ <xsl:text>Module: </xsl:text>
<xsl:if test="url">
<a href="{url/@href}">home</a>
</xsl:if>
@@ -136,6 +136,9 @@
<a href="module_{@defined-in}.html">definition</a>
<xsl:for-each select="/workspace/module[cvs and @name=$module]">
+ <xsl:if test="url">
+ <a href="{url/@href}">home</a>
+ </xsl:if>
<a href="cvs_{@defined-in}.html">cvs</a>
</xsl:for-each>
1.12 +15 -1 jakarta-alexandria/proposal/gump/stylesheet/update.xsl
Index: update.xsl
===================================================================
RCS file: /home/cvs/jakarta-alexandria/proposal/gump/stylesheet/update.xsl,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- update.xsl 2001/08/28 16:15:38 1.11
+++ update.xsl 2001/09/20 21:20:31 1.12
@@ -52,7 +52,7 @@
<table border="1">
<tr>
<th>Start time</th>
- <th>Project</th>
+ <th>Module</th>
<th>Status</th>
</tr>
@@ -95,6 +95,20 @@
<menu>
<date-time/>
+
+ <xsl:variable name="module" select="@name"/>
+ <xsl:if test="/workspace/project[@module=$module and (ant|script)]">
+ <br/>
+ <xsl:text>Project: </xsl:text>
+ </xsl:if>
+
+ <xsl:for-each select="/workspace/project[@module=$module]">
+ <xsl:sort select="@name"/>
+ <xsl:if test="ant|script">
+ <a href="{@name}.html"><xsl:value-of select="@name"/></a>
+ </xsl:if>
+ </xsl:for-each>
+
</menu>
<content>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]