phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/templates/verdilak phpgw.xsl,1.2,1.3


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/templates/verdilak phpgw.xsl,1.2,1.3
Date: Sat, 02 Nov 2002 17:25:16 -0500

Update of /cvsroot/phpgroupware/phpgwapi/templates/verdilak
In directory subversions:/tmp/cvs-serv26964/templates/verdilak

Modified Files:
        phpgw.xsl 
Log Message:
update xslt

Index: phpgw.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/templates/verdilak/phpgw.xsl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** phpgw.xsl   28 Oct 2002 03:01:01 -0000      1.2
--- phpgw.xsl   2 Nov 2002 22:25:14 -0000       1.3
***************
*** 21,24 ****
--- 21,25 ----
        <xsl:variable name="greybar" select="greybar"/>
        <xsl:variable name="phpgw_statustext" select="lang_phpgw_statustext"/>
+       <xsl:variable name="app_tpl" select="app_tpl"/>
                <html>
                        <head>
***************
*** 104,107 ****
--- 105,120 ----
                                                                <xsl:when 
test="about">
                                                                        
<xsl:call-template name="about"/>
+                                                               </xsl:when>
+                                                       </xsl:choose>
+                                                       <xsl:choose>
+                                                               <xsl:when 
test="$app_tpl != ''">
+                                                                       
<xsl:choose>
+                                                                               
<xsl:when test="$app_tpl = 'delete'">
+                                                                               
        <xsl:call-template name="app_delete"/>
+                                                                               
</xsl:when>
+                                                                               
<xsl:otherwise>
+                                                                               
        <xsl:call-template name="app_data"/>
+                                                                               
</xsl:otherwise>
+                                                                       
</xsl:choose>
                                                                </xsl:when>
                                                                <xsl:otherwise>





reply via email to

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