[Yanel-commits] rev 20834 - public/yanel/trunk/src/realms/welcome-admin/yanel/data/xslt

michi at wyona.com michi at wyona.com
Wed Dec 13 22:58:39 CET 2006


Author: michi
Date: 2006-12-13 22:58:38 +0100 (Wed, 13 Dec 2006)
New Revision: 20834

Modified:
   public/yanel/trunk/src/realms/welcome-admin/yanel/data/xslt/welcome.xsl
Log:
link fixed

Modified: public/yanel/trunk/src/realms/welcome-admin/yanel/data/xslt/welcome.xsl
===================================================================
--- public/yanel/trunk/src/realms/welcome-admin/yanel/data/xslt/welcome.xsl	2006-12-13 21:56:05 UTC (rev 20833)
+++ public/yanel/trunk/src/realms/welcome-admin/yanel/data/xslt/welcome.xsl	2006-12-13 21:58:38 UTC (rev 20834)
@@ -6,6 +6,10 @@
   
   <xsl:output method="html"/>
   
+<!--
+  <xsl:param name="servlet.context"/>
+-->
+  
   <xsl:template match="/">
     <html>
       <head>
@@ -76,10 +80,12 @@
   
   <xsl:template match="realm">
     <li>
-      <a>
+      <a href=".{mountpoint}">
+<!--
         <xsl:attribute name="href">
-          <xsl:value-of select="./mountpoint" />
+          <xsl:value-of select="$servlet.context"/><xsl:value-of select="./mountpoint" />
         </xsl:attribute> 
+-->
         <xsl:value-of select="./name"/>
       </a>
     </li>




More information about the Yanel-commits mailing list