phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/templates/funkwerk phpgw.xsl,1.3,1.4


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

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

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

Index: phpgw.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/templates/funkwerk/phpgw.xsl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** phpgw.xsl   16 Nov 2002 01:33:18 -0000      1.3
--- phpgw.xsl   30 Nov 2002 01:31:29 -0000      1.4
***************
*** 11,28 ****
        <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="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_statustext"><xsl:value-of 
select="home_statustext"/></xsl:variable>
        <xsl:variable name="prefs_statustext"><xsl:value-of 
select="prefs_statustext"/></xsl:variable>
        <xsl:variable name="logout_statustext"><xsl:value-of 
select="logout_statustext"/></xsl:variable>
        <xsl:variable name="about_statustext"><xsl:value-of 
select="about_statustext"/></xsl:variable>
!       <xsl:variable name="manual_statustext"><xsl:value-of 
select="manual_statustext"/></xsl:variable>
        <xsl:variable name="top_css_home"><xsl:value-of 
select="top_css_home"/></xsl:variable>
        <xsl:variable name="top_css_prefs"><xsl:value-of 
select="top_css_prefs"/></xsl:variable>
        <xsl:variable name="top_css_about"><xsl:value-of 
select="top_css_about"/></xsl:variable>
!       <xsl:variable name="top_css_manual"><xsl:value-of 
select="top_css_manual"/></xsl:variable>
        <xsl:variable name="top_css"><xsl:value-of 
select="top_css"/></xsl:variable>
        <xsl:variable name="app_tpl"><xsl:value-of 
select="app_tpl"/></xsl:variable>
                <html>
                        <head>
--- 11,29 ----
        <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="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_statustext"><xsl:value-of 
select="home_statustext"/></xsl:variable>
        <xsl:variable name="prefs_statustext"><xsl:value-of 
select="prefs_statustext"/></xsl:variable>
        <xsl:variable name="logout_statustext"><xsl:value-of 
select="logout_statustext"/></xsl:variable>
        <xsl:variable name="about_statustext"><xsl:value-of 
select="about_statustext"/></xsl:variable>
!       <xsl:variable name="help_statustext"><xsl:value-of 
select="help_statustext"/></xsl:variable>
        <xsl:variable name="top_css_home"><xsl:value-of 
select="top_css_home"/></xsl:variable>
        <xsl:variable name="top_css_prefs"><xsl:value-of 
select="top_css_prefs"/></xsl:variable>
        <xsl:variable name="top_css_about"><xsl:value-of 
select="top_css_about"/></xsl:variable>
!       <xsl:variable name="top_css_help"><xsl:value-of 
select="top_css_help"/></xsl:variable>
        <xsl:variable name="top_css"><xsl:value-of 
select="top_css"/></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>
***************
*** 63,67 ****
                                                                        <td 
class="top_menu"><a href="{$logout_link}" 
onMouseOver="window.status='{$logout_statustext}'; return true;" 
onMouseOut="window.status='';return true;" class="{$top_css}">[<xsl:value-of 
select="logout_title"/>]</a></td>
                                                                        <td 
class="top_menu"><a href="{$about_link}" 
onMouseOver="window.status='{$about_statustext}'; return true;" 
onMouseOut="window.status='';return true;" 
class="{$top_css_about}">[<xsl:value-of select="about_img"/>]</a></td>
!                                                                       <td 
class="top_menu"><a href="{$manual_link}" 
onMouseOver="window.status='{$manual_statustext}'; return true;" 
onMouseOut="window.status='';return true;" 
class="{$top_css_manual}">[<xsl:value-of select="manual_img"/>]</a></td>
                                                                </tr>
                                                        </table>
--- 64,68 ----
                                                                        <td 
class="top_menu"><a href="{$logout_link}" 
onMouseOver="window.status='{$logout_statustext}'; return true;" 
onMouseOut="window.status='';return true;" class="{$top_css}">[<xsl:value-of 
select="logout_title"/>]</a></td>
                                                                        <td 
class="top_menu"><a href="{$about_link}" 
onMouseOver="window.status='{$about_statustext}'; return true;" 
onMouseOut="window.status='';return true;" 
class="{$top_css_about}">[<xsl:value-of select="about_img"/>]</a></td>
!                                                                       <td 
class="top_menu"><a href="{$help_link}" 
onMouseOver="window.status='{$help_statustext}'; return true;" 
onMouseOut="window.status='';return true;" class="{$top_css_help}" 
target="_blank">[<xsl:value-of select="help_img"/>]</a></td>
                                                                </tr>
                                                        </table>
***************
*** 89,96 ****
                                                        </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>
--- 90,97 ----
                                                        </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]