phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/templates/default phpgw.xsl,1.4,1.5


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/templates/default phpgw.xsl,1.4,1.5
Date: Sat, 26 Oct 2002 19:27:46 -0400

Update of /cvsroot/phpgroupware/phpgwapi/templates/default
In directory subversions:/tmp/cvs-serv6099/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.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** phpgw.xsl   26 Oct 2002 22:39:19 -0000      1.4
--- phpgw.xsl   26 Oct 2002 23:27:43 -0000      1.5
***************
*** 18,22 ****
        <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>
--- 18,22 ----
        <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="navbar_format"><xsl:value-of 
select="navbar_format"/></xsl:variable>
                <html>
                        <head>
***************
*** 41,45 ****
                                                                                
<table cellspacing="0" cellpadding="0" width="100%">
                                                                                
        <tr>
!                                                                               
                <xsl:apply-templates select="applications"/>
                                                                                
        </tr>
                                                                                
</table>
--- 41,47 ----
                                                                                
<table cellspacing="0" cellpadding="0" width="100%">
                                                                                
        <tr>
!                                                                               
                <xsl:apply-templates select="applications">
!                                                                               
                        <xsl:with-param name="navbar_format" 
select="{$navbar_format}"/>
!                                                                               
                </xsl:apply-templates>
                                                                                
        </tr>
                                                                                
</table>
***************
*** 114,117 ****
--- 116,120 ----
  
        <xsl:template match="applications">
+       <xsl:param name="navbar_format" select="'icon'"/>
        <xsl:variable name="url"><xsl:value-of select="url"/></xsl:variable>
        <xsl:variable name="name"><xsl:value-of select="name"/></xsl:variable>





reply via email to

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