phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] admin/templates/default/users.xsl, 1.7


From: nomail
Subject: [Phpgroupware-cvs] admin/templates/default/users.xsl, 1.7
Date: Fri, 25 Jun 2004 10:25:30 +0200

Update of /admin/templates/default
Modified Files:
        Branch: 
          users.xsl

date: 2004/06/25 08:25:30;  author: fipsfuchs;  state: Exp;  lines: +32 -1

Log Message:
tpl to view a user
=====================================================================
Index: admin/templates/default/users.xsl
diff -u admin/templates/default/users.xsl:1.6 
admin/templates/default/users.xsl:1.7
--- admin/templates/default/users.xsl:1.6       Sun Apr 27 23:16:15 2003
+++ admin/templates/default/users.xsl   Fri Jun 25 08:25:30 2004
@@ -8,6 +8,9 @@
                        <xsl:when test="account_edit">
                                <xsl:apply-templates select="account_edit"/>
                        </xsl:when>
+                       <xsl:when test="account_view">
+                               <xsl:apply-templates select="account_view"/>
+                       </xsl:when>
                </xsl:choose>
        </xsl:template>
 
@@ -128,6 +131,34 @@
 
 <!-- END user_list -->
 
+<!-- BEGIN account_view -->
+
+       <xsl:template match="account_view">
+               <table>
+                       <tr>
+                               <td>
+                                       <xsl:value-of select="account_id"/>
+                               </td>
+                       </tr>
+                       <tr>
+                               <td>
+                                       <xsl:value-of select="account_lid"/>
+                               </td>
+                       </tr>
+                       <tr>
+                               <td>
+                                       <xsl:value-of select="fullname"/>
+                               </td>
+                       </tr>
+                       <tr>
+                               <td>
+                                       <xsl:value-of select="account_id"/>
+                               </td>
+                       </tr>
+               </table>
+               Not yet implemented
+       </xsl:template>
+
 <!-- BEGIN account_edit -->
 
        <xsl:template match="account_edit">




reply via email to

[Prev in Thread] Current Thread [Next in Thread]