phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/templates/idsociety phpgw.xsl,1.7,1.8


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

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

Modified Files:
        phpgw.xsl 
Log Message:
update xslt

Index: phpgw.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/templates/idsociety/phpgw.xsl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** phpgw.xsl   26 Oct 2002 20:28:37 -0000      1.7
--- phpgw.xsl   2 Nov 2002 22:25:14 -0000       1.8
***************
*** 24,28 ****
        <xsl:variable name="logout_title"><xsl:value-of 
select="logout_title"/></xsl:variable>
        <xsl:variable name="about_title"><xsl:value-of 
select="about_title"/></xsl:variable>
!       <xsl:variable name="phpgw_body"><xsl:value-of 
select="phpgw_body"/></xsl:variable>
                <html>
                        <head>
--- 24,28 ----
        <xsl:variable name="logout_title"><xsl:value-of 
select="logout_title"/></xsl:variable>
        <xsl:variable name="about_title"><xsl:value-of 
select="about_title"/></xsl:variable>
!       <xsl:variable name="app_tpl"><xsl:value-of 
select="app_tpl"/></xsl:variable>
                <html>
                        <head>
***************
*** 155,158 ****
--- 155,170 ----
                                                                <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]