[Yanel-commits] rev 22472 - public/yanel/trunk/src/webapp/xslt

michi at wyona.com michi at wyona.com
Tue Feb 6 00:14:26 CET 2007


Author: michi
Date: 2007-02-06 00:14:25 +0100 (Tue, 06 Feb 2007)
New Revision: 22472

Modified:
   public/yanel/trunk/src/webapp/xslt/xmlInfo2xhtml.xsl
Log:
links fixed

Modified: public/yanel/trunk/src/webapp/xslt/xmlInfo2xhtml.xsl
===================================================================
--- public/yanel/trunk/src/webapp/xslt/xmlInfo2xhtml.xsl	2007-02-05 23:12:49 UTC (rev 22471)
+++ public/yanel/trunk/src/webapp/xslt/xmlInfo2xhtml.xsl	2007-02-05 23:14:25 UTC (rev 22472)
@@ -80,7 +80,7 @@
     <h4>Request:</h4>
     <ul>
       <li>Servlet Path: <xsl:value-of select="@yanel:servlet-path"/></li>
-      <li>URI: <xsl:value-of select="@yanel:uri"/></li>
+      <li>URI: <a href="{@yanel:uri}"><xsl:value-of select="@yanel:uri"/></a></li>
     </ul>
     </p>
   </xsl:template>
@@ -161,7 +161,7 @@
         </tr>
         <xsl:for-each select="revision">
           <tr>
-            <td><xsl:value-of select="name"/></td>
+            <td><a href="?yanel.resource.revision={name}"><xsl:value-of select="name"/></a></td>
             <td><xsl:value-of select="date"/></td>
             <td><xsl:value-of select="user"/></td>
             <td><xsl:value-of select="comment"/></td>




More information about the Yanel-commits mailing list