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.4,1.5


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/templates/verdilak phpgw.xsl,1.4,1.5
Date: Fri, 29 Nov 2002 20:31:32 -0500

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

Modified Files:
        phpgw.xsl 
Log Message:
updated help system

Index: phpgw.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/templates/verdilak/phpgw.xsl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** phpgw.xsl   15 Nov 2002 23:43:20 -0000      1.4
--- phpgw.xsl   30 Nov 2002 01:31:29 -0000      1.5
***************
*** 10,28 ****
        <xsl:variable name="logout_link" select="logout_link"/>
        <xsl:variable name="about_link" select="about_link"/>
!       <xsl:variable name="manual_link" select="manual_link"/>
        <xsl:variable name="home_img" select="home_img"/>
        <xsl:variable name="prefs_img" select="prefs_img"/>
        <xsl:variable name="logout_img" select="logout_img"/>
        <xsl:variable name="about_img" select="about_img"/>
!       <xsl:variable name="manual_img" select="manual_img"/>
        <xsl:variable name="home_title" select="home_title"/>
        <xsl:variable name="prefs_title" select="prefs_title"/>
        <xsl:variable name="logout_title" select="logout_title"/>
        <xsl:variable name="about_title" select="about_title"/>
!       <xsl:variable name="manual_title" select="manual_title"/>
        <xsl:variable name="phpgw_body" select="phpgw_body"/>
        <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>
--- 10,29 ----
        <xsl:variable name="logout_link" select="logout_link"/>
        <xsl:variable name="about_link" select="about_link"/>
!       <xsl:variable name="help_link" select="help_link"/>
        <xsl:variable name="home_img" select="home_img"/>
        <xsl:variable name="prefs_img" select="prefs_img"/>
        <xsl:variable name="logout_img" select="logout_img"/>
        <xsl:variable name="about_img" select="about_img"/>
!       <xsl:variable name="help_img" select="help_img"/>
        <xsl:variable name="home_title" select="home_title"/>
        <xsl:variable name="prefs_title" select="prefs_title"/>
        <xsl:variable name="logout_title" select="logout_title"/>
        <xsl:variable name="about_title" select="about_title"/>
!       <xsl:variable name="help_title" select="help_title"/>
        <xsl:variable name="phpgw_body" select="phpgw_body"/>
        <xsl:variable name="greybar" select="greybar"/>
        <xsl:variable name="phpgw_statustext" select="lang_phpgw_statustext"/>
        <xsl:variable name="app_tpl" select="app_tpl"/>
+       <xsl:variable name="current_app" select="current_app"/>
                <html>
                        <head>
***************
*** 59,63 ****
                                                                                
                <td><a href="{$logout_link}"><img src="{$logout_img}" 
border="0" alt="{$logout_title}" title="{$logout_title}"/></a></td>
                                                                                
                <td><a href="{$about_link}"><img src="{$about_img}" border="0" 
alt="{$about_title}" title="{$about_title}"/></a></td>
!                                                                               
                <td><a href="{$manual_link}"><img src="{$manual_img}" 
border="0" alt="{$manual_title}" title="{$manual_title}"/></a></td>             
          
                                                                                
        </tr>
                                                                                
</table>
--- 60,64 ----
                                                                                
                <td><a href="{$logout_link}"><img src="{$logout_img}" 
border="0" alt="{$logout_title}" title="{$logout_title}"/></a></td>
                                                                                
                <td><a href="{$about_link}"><img src="{$about_img}" border="0" 
alt="{$about_title}" title="{$about_title}"/></a></td>
!                                                                               
                <td><a href="{$help_link}" target="_blank"><img 
src="{$help_img}" border="0" alt="{$help_title}" 
title="{$help_title}"/></a></td>                       
                                                                                
        </tr>
                                                                                
</table>
***************
*** 104,111 ****
                                                        </xsl:choose>
                                                        <xsl:choose>
!                                                               <xsl:when 
test="home">
                                                                        
<xsl:call-template name="portal"/>
                                                                </xsl:when>
!                                                               <xsl:when 
test="about">
                                                                        
<xsl:call-template name="about"/>
                                                                </xsl:when>
--- 105,112 ----
                                                        </xsl:choose>
                                                        <xsl:choose>
!                                                               <xsl:when 
test="$current_app = 'home'">
                                                                        
<xsl:call-template name="portal"/>
                                                                </xsl:when>
!                                                               <xsl:when 
test="$current_app = 'about'">
                                                                        
<xsl:call-template name="about"/>
                                                                </xsl:when>





reply via email to

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