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


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/templates/verdilak phpgw.xsl,1.1,1.2
Date: Sun, 27 Oct 2002 22:01:03 -0500

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

Modified Files:
        phpgw.xsl 
Log Message:
update xslt

Index: phpgw.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/templates/verdilak/phpgw.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** phpgw.xsl   26 Oct 2002 20:28:37 -0000      1.1
--- phpgw.xsl   28 Oct 2002 03:01:01 -0000      1.2
***************
*** 2,23 ****
  
        <xsl:template match="phpgw">
!       <xsl:variable name="phpgw_css_file"><xsl:value-of 
select="phpgw_css_file"/></xsl:variable>
!       <xsl:variable name="theme_css_file"><xsl:value-of 
select="theme_css_file"/></xsl:variable>
!       <xsl:variable name="charset"><xsl:value-of 
select="charset"/></xsl:variable>
!       <xsl:variable name="logo_img"><xsl:value-of 
select="logo_img"/></xsl:variable>
!       <xsl:variable name="home_link"><xsl:value-of 
select="home_link"/></xsl:variable>
!       <xsl:variable name="prefs_link"><xsl:value-of 
select="prefs_link"/></xsl:variable>
!       <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="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="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="phpgw_body"><xsl:value-of 
select="phpgw_body"/></xsl:variable>
!       <xsl:variable name="greybar"><xsl:value-of 
select="greybar"/></xsl:variable>
                <html>
                        <head>
--- 2,24 ----
  
        <xsl:template match="phpgw">
!       <xsl:variable name="phpgw_css_file" select="phpgw_css_file"/>
!       <xsl:variable name="theme_css_file" select="theme_css_file"/>
!       <xsl:variable name="charset" select="charset"/>
!       <xsl:variable name="logo_img" select="logo_img"/>
!       <xsl:variable name="home_link" select="home_link"/>
!       <xsl:variable name="prefs_link" select="prefs_link"/>
!       <xsl:variable name="logout_link" select="logout_link"/>
!       <xsl:variable name="about_link" select="about_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="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="phpgw_body" select="phpgw_body"/>
!       <xsl:variable name="greybar" select="greybar"/>
!       <xsl:variable name="phpgw_statustext" select="lang_phpgw_statustext"/>
                <html>
                        <head>
***************
*** 34,51 ****
                        </head>
                        <body>
!                               <table width="100%" height="100%" 
cellspacing="0" cellpadding="0"> 
!                                       <tr>
!                                               <td colspan="3" valign="top">
                                                <!-- BEGIN top_part -->
!                                                       <table class="navbar" 
width="100%" cellspacing="0" cellpadding="0" border="0">
!                                                               <tr>
!                                                                       <td 
valign="bottom">
!                                                                               
<a href="http://www.phpgroupware.org"; target="_blank">
                                                                                
<img src="{$logo_img}" border="0"/></a>
                                                                        </td>
!                                                                       <td 
class="portal_text" width="99%" valign="bottom" align="center">
                                                                                
<xsl:value-of select="user_info"/>
                                                                        </td>
!                                                                       <td 
valign="bottom" align="right" rowspan="2" nowrap="true">
                                                                                
<table cellspacing="0" cellpadding="0" border="0">
                                                                                
        <tr>
--- 35,52 ----
                        </head>
                        <body>
!                               <table width="100%" height="100%" 
cellspacing="0" cellpadding="0">
!                                       <tr height="30">
!                                               <td colspan="2" valign="top">
                                                <!-- BEGIN top_part -->
!                                                       <table class="navbar" 
height="30" width="100%" cellspacing="0" cellpadding="0" border="0">
!                                                               <tr 
valign="bottom">
!                                                                       <td>
!                                                                               
<a href="http://www.phpgroupware.org"; target="_blank" 
title="{$phpgw_statustext}">
                                                                                
<img src="{$logo_img}" border="0"/></a>
                                                                        </td>
!                                                                       <td 
class="info" width="99%" align="center">
                                                                                
<xsl:value-of select="user_info"/>
                                                                        </td>
!                                                                       <td 
rowspan="2" nowrap="nowrap">
                                                                                
<table cellspacing="0" cellpadding="0" border="0">
                                                                                
        <tr>
***************
*** 71,75 ****
                                                <td class="left">
                                                </td>
!                                               <td style="padding-left: 5px">
                                                        <xsl:choose>
                                                                <xsl:when 
test="current_users">
--- 72,76 ----
                                                <td class="left">
                                                </td>
!                                               <td align="right">
                                                        <xsl:choose>
                                                                <xsl:when 
test="current_users">
***************
*** 79,94 ****
                                                        </xsl:choose>
                                                </td>
-                                               <td align="right">
-                                                       <xsl:value-of 
select="lang_powered_by"/>
-                                                       <a 
href="http://www.phpgroupware.org"; target="blank" 
onMouseout="window.status='';return true;">
-                                                               <xsl:attribute 
name="onMouseover">
-                                                                       
<xsl:text>window.status='</xsl:text>
-                                                                       
<xsl:value-of select="lang_phpgw_statustext"/>
-                                                                       
<xsl:text>'; return true;</xsl:text>
-                                                               </xsl:attribute>
-                                                               <xsl:text> 
phpGroupWare </xsl:text>
-                                                       </a>
-                                                       <xsl:text> 
</xsl:text><xsl:value-of select="lang_version"/><xsl:text> 
</xsl:text><xsl:value-of select="phpgw_version"/>
-                                               </td>
                                        </tr>
                                        <!-- END top_part 2 -->
--- 80,83 ----
***************
*** 97,105 ****
                                                <!-- BEGIN left_part -->
                                                        <table cellspacing="0" 
cellpadding="0" valign="top" class="left">
!                                                               
<xsl:apply-templates select="applications"/>
                                                        </table>
                                                <!-- END left_part -->
                                                </td>
!                                               <td width="100%" height="100%" 
valign="top" align="center" colspan="2" style="padding-left: 5px">
                                                        <xsl:choose>
                                                                <xsl:when 
test="msgbox_data">
--- 86,96 ----
                                                <!-- BEGIN left_part -->
                                                        <table cellspacing="0" 
cellpadding="0" valign="top" class="left">
!                                                               
<xsl:apply-templates select="applications">
!                                                                       
<xsl:with-param name="navbar_format" select="navbar_format"/>
!                                                               
</xsl:apply-templates>
                                                        </table>
                                                <!-- END left_part -->
                                                </td>
!                                               <td width="100%" height="100%" 
valign="top" align="center" style="padding-left: 5px">
                                                        <xsl:choose>
                                                                <xsl:when 
test="msgbox_data">
***************
*** 120,127 ****
                                                </td>
                                        </tr>
!                                       <tr>
!                                               <td colspan="3" class="navbar">
!                                               <!-- BEGIN bottom_part -->      
!                                               &nbsp;
                                                <!-- END bottom_part -->
                                                </td>
--- 111,127 ----
                                                </td>
                                        </tr>
!                                       <tr class="navbar">
!                                               <td colspan="2" align="center" 
class="info">
!                                               <!-- BEGIN bottom_part -->
!                                                       <xsl:value-of 
select="lang_powered_by"/>
!                                                       <a 
href="http://www.phpgroupware.org"; target="blank" 
onMouseout="window.status='';return true;">
!                                                               <xsl:attribute 
name="onMouseover">
!                                                                       
<xsl:text>window.status='</xsl:text>
!                                                                       
<xsl:value-of select="lang_phpgw_statustext"/>
!                                                                       
<xsl:text>'; return true;</xsl:text>
!                                                               </xsl:attribute>
!                                                               <xsl:text> 
phpGroupWare </xsl:text>
!                                                       </a>
!                                                       <xsl:text> 
</xsl:text><xsl:value-of select="lang_version"/><xsl:text> 
</xsl:text><xsl:value-of select="phpgw_version"/>
                                                <!-- END bottom_part -->
                                                </td>
***************
*** 133,144 ****
  
        <xsl:template match="applications">
!       <xsl:variable name="url"><xsl:value-of select="url"/></xsl:variable>
!       <xsl:variable name="name"><xsl:value-of select="name"/></xsl:variable>
!       <xsl:variable name="img_src_over"><xsl:value-of 
select="img_src_over"/></xsl:variable>
!       <xsl:variable name="icon"><xsl:value-of select="icon"/></xsl:variable>
!       <xsl:variable name="title"><xsl:value-of select="title"/></xsl:variable>
                <tr>
                        <td class="left">
!                               <a href="{$url}"><img src="{$icon}" border="0" 
alt="{$title}" title="{$title}" name="{$name}"/></a>
                        </td>
                </tr>
--- 133,150 ----
  
        <xsl:template match="applications">
!       <xsl:param name="navbar_format"/>
!       <xsl:variable name="url" select="url"/>
!       <xsl:variable name="icon" select="icon"/>
!       <xsl:variable name="title" select="title"/>
                <tr>
                        <td class="left">
!                               <a href="{$url}">
!                                       <xsl:if test="$navbar_format != 'text'">
!                                               <img src="{$icon}" border="0" 
alt="{$title}" title="{$title}"/>
!                                       </xsl:if>
!                                       <xsl:if test="$navbar_format != 
'icons'">
!                                               <br/><xsl:value-of 
select="title"/>
!                                       </xsl:if>
!                               </a>
                        </td>
                </tr>





reply via email to

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