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_bottom.xsl,1.1,


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/templates/default phpgw_bottom.xsl,1.1,1.2 phpgw_top.xsl,1.1,1.2
Date: Sun, 29 Sep 2002 19:38:12 -0400

Update of /cvsroot/phpgroupware/phpgwapi/templates/default
In directory subversions:/tmp/cvs-serv29484

Modified Files:
        phpgw_bottom.xsl phpgw_top.xsl 
Log Message:
update tpl

Index: phpgw_bottom.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/templates/default/phpgw_bottom.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** phpgw_bottom.xsl    29 Sep 2002 21:17:35 -0000      1.1
--- phpgw_bottom.xsl    29 Sep 2002 23:38:10 -0000      1.2
***************
*** 6,12 ****
                        <tr>
                                <td valign="middle" align="center">
!                                       <xsl:text>Powered by </xsl:text>
                                        <a href="{phpgw_url}" 
target="_blank"><xsl:text>phpGroupWare</xsl:text></a>
!                                       <xsl:text> version </xsl:text>
                                        <xsl:value-of select="phpgw_version"/>
                                </td>
--- 6,12 ----
                        <tr>
                                <td valign="middle" align="center">
!                                       <xsl:value-of select="lang_powered_by"/>
                                        <a href="{phpgw_url}" 
target="_blank"><xsl:text>phpGroupWare</xsl:text></a>
!                                       <xsl:value-of 
select="lang_version"/><xsl:text> </xsl:text>
                                        <xsl:value-of select="phpgw_version"/>
                                </td>

Index: phpgw_top.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/templates/default/phpgw_top.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** phpgw_top.xsl       29 Sep 2002 21:17:35 -0000      1.1
--- phpgw_top.xsl       29 Sep 2002 23:38:10 -0000      1.2
***************
*** 2,5 ****
--- 2,6 ----
  
        <xsl:template name="phpgw_top">
+               <xsl:variable name="url_current_users"><xsl:value-of 
select="url_current_users"/></xsl:variable>
                <table width="100%" cellspacing="0" cellpadding="0">
                        <tr class="navbar">
***************
*** 12,16 ****
                        </tr>
                        <tr>
!                               <td><xsl:value-of select="current_users"/></td>
                        </tr>
                </table>
--- 13,19 ----
                        </tr>
                        <tr>
!                               <td>
!                                       <a 
href="{$url_current_users}"><xsl:value-of select="current_users"/></a>
!                               </td>
                        </tr>
                </table>
***************
*** 20,25 ****
                <xsl:variable name="app_link"><xsl:value-of 
select="app_link"/></xsl:variable>
                <xsl:variable name="app_icon"><xsl:value-of 
select="app_icon"/></xsl:variable>
                <td>
!                       <a href="{$app_link}" target="_top"><img 
src="{$app_icon}" border="0"></a>
                </td>
        </xsl:template>
--- 23,29 ----
                <xsl:variable name="app_link"><xsl:value-of 
select="app_link"/></xsl:variable>
                <xsl:variable name="app_icon"><xsl:value-of 
select="app_icon"/></xsl:variable>
+               <xsl:variable name="app_label"><xsl:value-of 
select="app_label"/></xsl:variable>
                <td>
!                       <a href="{$app_link}" target="_top"><img 
src="{$app_icon}" alt="{$app_label}" border="0"></a>
                </td>
        </xsl:template>





reply via email to

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