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.12,1.13


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

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

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

Index: phpgw.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/templates/idsociety/phpgw.xsl,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** phpgw.xsl   15 Nov 2002 22:31:51 -0000      1.12
--- phpgw.xsl   30 Nov 2002 01:31:29 -0000      1.13
***************
*** 13,33 ****
        <xsl:variable name="logout_link"><xsl:value-of 
select="logout_link"/></xsl:variable>
        <xsl:variable name="about_link"><xsl:value-of 
select="about_link"/></xsl:variable>
!       <xsl:variable name="manual_link"><xsl:value-of 
select="manual_link"/></xsl:variable>
        <xsl:variable name="home_img_hover"><xsl:value-of 
select="home_img_hover"/></xsl:variable>
        <xsl:variable name="prefs_img_hover"><xsl:value-of 
select="prefs_img_hover"/></xsl:variable>
        <xsl:variable name="logout_img_hover"><xsl:value-of 
select="logout_img_hover"/></xsl:variable>
        <xsl:variable name="about_img_hover"><xsl:value-of 
select="about_img_hover"/></xsl:variable>
!       <xsl:variable name="manual_img_hover"><xsl:value-of 
select="manual_img_hover"/></xsl:variable>
        <xsl:variable name="home_img"><xsl:value-of 
select="home_img"/></xsl:variable>
        <xsl:variable name="prefs_img"><xsl:value-of 
select="prefs_img"/></xsl:variable>
        <xsl:variable name="logout_img"><xsl:value-of 
select="logout_img"/></xsl:variable>
        <xsl:variable name="about_img"><xsl:value-of 
select="about_img"/></xsl:variable>
!       <xsl:variable name="manual_img"><xsl:value-of 
select="manual_img"/></xsl:variable>
        <xsl:variable name="home_title"><xsl:value-of 
select="home_title"/></xsl:variable>
        <xsl:variable name="prefs_title"><xsl:value-of 
select="prefs_title"/></xsl:variable>
        <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="manual_title"><xsl:value-of 
select="manual_title"/></xsl:variable>
        <xsl:variable name="app_tpl"><xsl:value-of 
select="app_tpl"/></xsl:variable>
                <html>
                        <head>
--- 13,34 ----
        <xsl:variable name="logout_link"><xsl:value-of 
select="logout_link"/></xsl:variable>
        <xsl:variable name="about_link"><xsl:value-of 
select="about_link"/></xsl:variable>
!       <xsl:variable name="help_link"><xsl:value-of 
select="help_link"/></xsl:variable>
        <xsl:variable name="home_img_hover"><xsl:value-of 
select="home_img_hover"/></xsl:variable>
        <xsl:variable name="prefs_img_hover"><xsl:value-of 
select="prefs_img_hover"/></xsl:variable>
        <xsl:variable name="logout_img_hover"><xsl:value-of 
select="logout_img_hover"/></xsl:variable>
        <xsl:variable name="about_img_hover"><xsl:value-of 
select="about_img_hover"/></xsl:variable>
!       <xsl:variable name="help_img_hover"><xsl:value-of 
select="help_img_hover"/></xsl:variable>
        <xsl:variable name="home_img"><xsl:value-of 
select="home_img"/></xsl:variable>
        <xsl:variable name="prefs_img"><xsl:value-of 
select="prefs_img"/></xsl:variable>
        <xsl:variable name="logout_img"><xsl:value-of 
select="logout_img"/></xsl:variable>
        <xsl:variable name="about_img"><xsl:value-of 
select="about_img"/></xsl:variable>
!       <xsl:variable name="help_img"><xsl:value-of 
select="help_img"/></xsl:variable>
        <xsl:variable name="home_title"><xsl:value-of 
select="home_title"/></xsl:variable>
        <xsl:variable name="prefs_title"><xsl:value-of 
select="prefs_title"/></xsl:variable>
        <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="help_title"><xsl:value-of 
select="help_title"/></xsl:variable>
        <xsl:variable name="app_tpl"><xsl:value-of 
select="app_tpl"/></xsl:variable>
+       <xsl:variable name="current_app" select="current_app"/>
                <html>
                        <head>
***************
*** 83,87 ****
                                                                                
                <td><a href="{$logout_link}" 
onMouseOver="eleven.src='{$logout_img_hover}'" 
onMouseOut="eleven.src='{$logout_img}'"><img src="{$logout_img}" border="0" 
name="eleven" alt="{$logout_title}" title="{$logout_title}"/></a></td>
                                                                                
                <td><a href="{$about_link}" 
onMouseOver="about.src='{$about_img_hover}'" 
onMouseOut="about.src='{$about_img}'"><img src="{$about_img}" border="0" 
name="about" alt="{$about_title}" title="{$about_title}"/></a></td>
!                                                                               
                <td><a href="{$manual_link}" 
onMouseOver="manual.src='{$manual_img_hover}'" 
onMouseOut="manual.src='{$manual_img}'"><img src="{$manual_img}" border="0" 
name="manual" alt="{$manual_title}" title="{$manual_title}"/></a></td>
                                                                                
        </tr>
                                                                                
</table>
--- 84,88 ----
                                                                                
                <td><a href="{$logout_link}" 
onMouseOver="eleven.src='{$logout_img_hover}'" 
onMouseOut="eleven.src='{$logout_img}'"><img src="{$logout_img}" border="0" 
name="eleven" alt="{$logout_title}" title="{$logout_title}"/></a></td>
                                                                                
                <td><a href="{$about_link}" 
onMouseOver="about.src='{$about_img_hover}'" 
onMouseOut="about.src='{$about_img}'"><img src="{$about_img}" border="0" 
name="about" alt="{$about_title}" title="{$about_title}"/></a></td>
!                                                                               
                <td><a href="{$help_link}" 
onMouseOver="help.src='{$help_img_hover}'" onMouseOut="help.src='{$help_img}'" 
target="_blank"><img src="{$help_img}" border="0" name="help" 
alt="{$help_title}" title="{$help_title}"/></a></td>
                                                                                
        </tr>
                                                                                
</table>
***************
*** 110,117 ****
                                                        </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>
--- 111,118 ----
                                                        </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]