You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by mi...@apache.org on 2006/03/21 23:29:33 UTC

svn commit: r387652 - /lenya/trunk/src/webapp/lenya/xslt/util/publication.xsl

Author: michi
Date: Tue Mar 21 14:29:33 2006
New Revision: 387652

URL: http://svn.apache.org/viewcvs?rev=387652&view=rev
Log:
modules added to dependencies

Modified:
    lenya/trunk/src/webapp/lenya/xslt/util/publication.xsl

Modified: lenya/trunk/src/webapp/lenya/xslt/util/publication.xsl
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/webapp/lenya/xslt/util/publication.xsl?rev=387652&r1=387651&r2=387652&view=diff
==============================================================================
--- lenya/trunk/src/webapp/lenya/xslt/util/publication.xsl (original)
+++ lenya/trunk/src/webapp/lenya/xslt/util/publication.xsl Tue Mar 21 14:29:33 2006
@@ -54,6 +54,7 @@
 <p>
 <xsl:apply-templates select="lenya:lenya-version"/>
 <xsl:apply-templates select="lenya:cocoon-version"/>
+<xsl:apply-templates select="lenya:modules"/>
 </p>
 
 <xsl:apply-templates select="lenya:readme"/>
@@ -77,11 +78,20 @@
 </xsl:template>
 
 <xsl:template match="lenya:version|lenya:lenya-version">
-Lenya <strong><xsl:value-of select="."/></strong><br/>
+Lenya: <strong><xsl:value-of select="."/></strong><br/>
 </xsl:template>
 
 <xsl:template match="lenya:cocoon-version">
-Cocoon <strong><xsl:value-of select="."/></strong><br/>
+Cocoon: <strong><xsl:value-of select="."/></strong><br/>
+</xsl:template>
+
+<xsl:template match="lenya:modules">
+Modules:
+<ul>
+<xsl:for-each select="lenya:module">
+  <li><xsl:value-of select="."/></li>
+</xsl:for-each>
+</ul>
 </xsl:template>
 
 <xsl:template match="lenya:pub-version">



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org