[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] CVS: phpgwapi/templates/default phpgw.xsl,1.5,1.6
From: |
Bettina Gille <address@hidden> |
Subject: |
[Phpgroupware-cvs] CVS: phpgwapi/templates/default phpgw.xsl,1.5,1.6 |
Date: |
Sat, 26 Oct 2002 20:31:44 -0400 |
Update of /cvsroot/phpgroupware/phpgwapi/templates/default
In directory subversions:/tmp/cvs-serv27593/templates/default
Modified Files:
phpgw.xsl
Log Message:
update default layout to use xslt
Index: phpgw.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/templates/default/phpgw.xsl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** phpgw.xsl 26 Oct 2002 23:27:43 -0000 1.5
--- phpgw.xsl 27 Oct 2002 00:31:41 -0000 1.6
***************
*** 19,22 ****
--- 19,23 ----
<xsl:variable name="about_title"><xsl:value-of
select="about_title"/></xsl:variable>
<xsl:variable name="navbar_format"><xsl:value-of
select="navbar_format"/></xsl:variable>
+ <xsl:variable name="app_tpl"><xsl:value-of
select="app_tpl"/></xsl:variable>
<html>
<head>
***************
*** 42,46 ****
<tr>
<xsl:apply-templates select="applications">
!
<xsl:with-param name="navbar_format"
select="{$navbar_format}"/>
</xsl:apply-templates>
</tr>
--- 43,47 ----
<tr>
<xsl:apply-templates select="applications">
!
<xsl:with-param name="navbar_format"
select="navbar_format"/>
</xsl:apply-templates>
</tr>
***************
*** 87,90 ****
--- 88,94 ----
<xsl:when
test="about">
<xsl:call-template name="about"/>
+ </xsl:when>
+ <xsl:when
test="$app_tpl > 0">
+
<xsl:call-template name="$app_tpl"/>
</xsl:when>
<xsl:otherwise>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] CVS: phpgwapi/templates/default phpgw.xsl,1.5,1.6,
Bettina Gille <address@hidden> <=