You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by rg...@apache.org on 2005/10/24 11:50:04 UTC

svn commit: r328015 - /forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/resources/stylesheets/doap-to-html.xsl

Author: rgardler
Date: Mon Oct 24 02:49:57 2005
New Revision: 328015

URL: http://svn.apache.org/viewcvs?rev=328015&view=rev
Log:
synchronise with site-dev stylsheets

Modified:
    forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/resources/stylesheets/doap-to-html.xsl

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/resources/stylesheets/doap-to-html.xsl
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/resources/stylesheets/doap-to-html.xsl?rev=328015&r1=328014&r2=328015&view=diff
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/resources/stylesheets/doap-to-html.xsl (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/resources/stylesheets/doap-to-html.xsl Mon Oct 24 02:49:57 2005
@@ -178,6 +178,14 @@
            <xsl:apply-templates select="doap:bug-database/@*" />
             </td>
           </tr>
+       <xsl:if test="doap:wiki">
+         <tr>
+           <td class="left">Wiki</td>
+           <td class="right">
+             <xsl:apply-templates select="doap:wiki/@*" />
+           </td>
+         </tr>
+       </xsl:if>
           <tr>
          <td class="left">License</td>
             <td class="right">
@@ -283,6 +291,8 @@
       </div>
     </xsl:if>
     
+    <xsl:choose>
+    <xsl:when test="doap:release">
     <p>Most recent releases:</p>
     
       <div class="content">              
@@ -291,6 +301,11 @@
        <xsl:apply-templates select="doap:release/doap:Version" />   
           </table>
       </div>
+    </xsl:when>
+    <xsl:otherwise>
+      <p>No current releases.</p>
+    </xsl:otherwise>
+    </xsl:choose>
     
    <p>Access to the source code:</p>