[Yanel-commits] rev 29580 - public/yanel/trunk/src/contributions/resources/yanel-user/xslt

michi at wyona.com michi at wyona.com
Wed Dec 5 22:25:47 CET 2007


Author: michi
Date: 2007-12-05 22:25:47 +0100 (Wed, 05 Dec 2007)
New Revision: 29580

Modified:
   public/yanel/trunk/src/contributions/resources/yanel-user/xslt/yanel-user-profile.xsl
Log:
language and expiration date added

Modified: public/yanel/trunk/src/contributions/resources/yanel-user/xslt/yanel-user-profile.xsl
===================================================================
--- public/yanel/trunk/src/contributions/resources/yanel-user/xslt/yanel-user-profile.xsl	2007-12-05 21:25:00 UTC (rev 29579)
+++ public/yanel/trunk/src/contributions/resources/yanel-user/xslt/yanel-user-profile.xsl	2007-12-05 21:25:47 UTC (rev 29580)
@@ -11,6 +11,8 @@
   <xsl:param name="userId" select="''"/>
   <xsl:param name="userName" select="''"/>
   <xsl:param name="email" select="''"/>
+  <xsl:param name="user-profile-language" select="'IS_NULL'"/>
+  <xsl:param name="expiration-date" select="'IS_NULL'"/>
   <xsl:param name="userGroupsString" select="''"/>
   <xsl:param name="allGroupsString" select="''"/>
   <xsl:param name="success" select="''"/>
@@ -93,6 +95,14 @@
             </td>
           </tr>
           <tr>
+            <td>Language:</td>
+            <td><xsl:value-of select="$user-profile-language"/></td>
+          </tr>
+          <tr>
+            <td>Expiration Date:</td>
+            <td><xsl:value-of select="$expiration-date"/></td>
+          </tr>
+          <tr>
             <td colspan="2">
               <input type="submit" name="submitProfile" value="Change Profile"/>
             </td>



More information about the Yanel-commits mailing list