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.1,1.2


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/templates/funkwerk phpgw.xsl,1.1,1.2
Date: Fri, 15 Nov 2002 17:31:53 -0500

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

Modified Files:
        phpgw.xsl 
Log Message:
update

Index: phpgw.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/templates/funkwerk/phpgw.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** phpgw.xsl   15 Nov 2002 05:15:39 -0000      1.1
--- phpgw.xsl   15 Nov 2002 22:31:51 -0000      1.2
***************
*** 11,18 ****
--- 11,27 ----
        <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>
***************
*** 33,37 ****
                                <table width="100%" height="100%" 
cellspacing="2" cellpadding="2" valign="top">
                                        <tr>
!                                               <td width="131" height="30" 
valign="bottom" class="top_top">[phpGroupWare]</td>
                                                <td height="30" width="19%" 
valign="bottom" class="user_info">[<xsl:value-of select="user_info_name"/>]</td>
                                                <xsl:choose>
--- 42,46 ----
                                <table width="100%" height="100%" 
cellspacing="2" cellpadding="2" valign="top">
                                        <tr>
!                                               <td width="131" height="30" 
valign="bottom" class="top_top"><a href="" target="blank" 
onMouseover="window.status='phpGroupWare --> home'; return true;" 
onMouseout="window.status=''; return true;" class="left">[phpGroupWare]</a></td>
                                                <td height="30" width="19%" 
valign="bottom" class="user_info">[<xsl:value-of select="user_info_name"/>]</td>
                                                <xsl:choose>
***************
*** 50,57 ****
                                                        <table cellpadding="2" 
cellspacing="2">
                                                                <tr 
class="top_bottom">
!                                                                       <td 
class="top_link"><a href="{$home_link}" 
onMouseOver="window.status='{$home_statustext}'; return true;" 
onMouseOut="window.status='';return true;" class="top_link">[<xsl:value-of 
select="home_title"/>]</a></td>
!                                                                       <td 
class="top_link"><a href="{$prefs_link}" 
onMouseOver="window.status='{$prefs_statustext}'; return true;" 
onMouseOut="window.status='';return true;" class="top_link">[<xsl:value-of 
select="prefs_title"/>]</a></td>
!                                                                       <td 
class="top_link"><a href="{$logout_link}" 
onMouseOver="window.status='{$logout_statustext}'; return true;" 
onMouseOut="window.status='';return true;" class="top_link">[<xsl:value-of 
select="logout_title"/>]</a></td>
!                                                                       <td 
class="top_link"><a href="{$about_link}" 
onMouseOver="window.status='{$about_statustext}'; return true;" 
onMouseOut="window.status='';return true;" class="top_link">[<xsl:value-of 
select="about_title"/>]</a></td>
                                                                </tr>
                                                        </table>
--- 59,67 ----
                                                        <table cellpadding="2" 
cellspacing="2">
                                                                <tr 
class="top_bottom">
!                                                                       <td 
class="top_menu"><a href="{$home_link}" 
onMouseOver="window.status='{$home_statustext}'; return true;" 
onMouseOut="window.status='';return true;" 
class="{$top_css_home}">[<xsl:value-of select="home_title"/>]</a></td>
!                                                                       <td 
class="top_menu"><a href="{$prefs_link}" 
onMouseOver="window.status='{$prefs_statustext}'; return true;" 
onMouseOut="window.status='';return true;" 
class="{$top_css_prefs}">[<xsl:value-of select="prefs_title"/>]</a></td>
!                                                                       <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>
***************
*** 128,131 ****
--- 138,142 ----
        <xsl:variable name="url"><xsl:value-of select="url"/></xsl:variable>
        <xsl:variable name="statustext"><xsl:value-of 
select="statustext"/></xsl:variable>
+       <xsl:variable name="css"><xsl:value-of select="css"/></xsl:variable>
                <tr>
                        <td height="30" width="131" valign="bottom" 
class="left">
***************
*** 133,137 ****
                                        <tr>
                                                <td class="left_app">
!                                                       <a href="{$url}" 
onMouseOver="window.status='{$statustext}'; return true;" 
onMouseOut="window.status='';return true;" class="left">[<xsl:value-of 
select="title"/>]</a>
                                                </td>
                                        </tr>
--- 144,148 ----
                                        <tr>
                                                <td class="left_app">
!                                                       <a href="{$url}" 
onMouseOver="window.status='{$statustext}'; return true;" 
onMouseOut="window.status='';return true;" class="{$css}">[<xsl:value-of 
select="title"/>]</a>
                                                </td>
                                        </tr>





reply via email to

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