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

michi at wyona.com michi at wyona.com
Sat Jan 26 16:33:23 CET 2008


Author: michi
Date: 2008-01-26 16:33:22 +0100 (Sat, 26 Jan 2008)
New Revision: 30796

Modified:
   public/yanel/trunk/src/webapp/xslt/login-screen.xsl
Log:
user added

Modified: public/yanel/trunk/src/webapp/xslt/login-screen.xsl
===================================================================
--- public/yanel/trunk/src/webapp/xslt/login-screen.xsl	2008-01-26 15:27:02 UTC (rev 30795)
+++ public/yanel/trunk/src/webapp/xslt/login-screen.xsl	2008-01-26 15:33:22 UTC (rev 30796)
@@ -63,6 +63,7 @@
         </p>
         <xsl:apply-templates select="/yanel:yanel-auth-screen/yanel:request"/>
         <xsl:apply-templates select="/yanel:yanel-auth-screen/yanel:realm"/>
+        <xsl:apply-templates select="/yanel:yanel-auth-screen/yanel:user"/>
         </div>
         </td>
 </tr>
@@ -100,4 +101,13 @@
     </p>
   </xsl:template>
 
+  <xsl:template match="yanel:user">
+    <p>
+    Currently signed in into this realm as:
+       <ul>
+        <li>User ID: <xsl:value-of select="@yanel:id"/></li>
+       </ul>
+    </p>
+  </xsl:template>
+
 </xsl:stylesheet>



More information about the Yanel-commits mailing list