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.6,1.7


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/templates/funkwerk phpgw.xsl,1.6,1.7
Date: Sun, 20 Apr 2003 18:14:42 -0400

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

Modified Files:
        phpgw.xsl 
Log Message:
update xslt tpls

Index: phpgw.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/templates/funkwerk/phpgw.xsl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** phpgw.xsl   20 Apr 2003 20:41:06 -0000      1.6
--- phpgw.xsl   20 Apr 2003 22:14:39 -0000      1.7
***************
*** 38,51 ****
                                <link rel="stylesheet" type="text/css" 
href="{$phpgw_css_file}"/>
                                <link rel="stylesheet" type="text/css" 
href="{$theme_css_file}"/>
-                               <xsl:value-of disable-output-escaping="yes" 
select="java_script"/>
-                               <xsl:choose>
-                                       <xsl:when test="app_css">
-                                               <style type="text/css">
-                                                       
<xsl:text>&lt;!--</xsl:text>
-                                                               <xsl:value-of 
disable-output-escaping="yes" select="app_css"/>
-                                                       <xsl:text>--></xsl:text>
-                                               </style>
-                                       </xsl:when>
-                               </xsl:choose>
                        </head>
                        <body>
--- 38,41 ----
***************
*** 58,62 ****
                                                        <xsl:when 
test="current_users">
                                                                <xsl:variable 
name="url_current_users"><xsl:value-of 
select="url_current_users"/></xsl:variable>
!                                                               <td 
class="admin_info" valign="bottom"><a 
href="{$url_current_users}">[<xsl:value-of select="current_users"/>]</a></td>
                                                        </xsl:when>
                                                        <xsl:otherwise>
--- 48,52 ----
                                                        <xsl:when 
test="current_users">
                                                                <xsl:variable 
name="url_current_users"><xsl:value-of 
select="url_current_users"/></xsl:variable>
!                                                               <td 
class="admin_info" valign="bottom"><a href="{$url_current_users}" 
class="admin_info">[<xsl:value-of select="current_users"/>]</a></td>
                                                        </xsl:when>
                                                        <xsl:otherwise>
***************
*** 85,111 ****
                                <table width="100%" height="100%" 
cellspacing="0" cellpadding="0">
                                        <tr valign="top" width="100%">
!                                               <td width="17%" rowspan="2">
                                                <!-- BEGIN left_part -->
!                                                       <table valign="top" 
cellpadding="2" cellspacing="2">
                                                                
<xsl:apply-templates select="applications"/>
-                                                               <tr>
-                                                                       <td/>
-                                                               </tr>
                                                        </table>
                                                <!-- END left_part -->
                                                </td>
!                                               <!-- BEGIN app_header -->
!                                               <td height="15" colspan="2">
!                                                       <xsl:choose>
!                                                               <xsl:when 
test="app_header">
!                                                                       
<xsl:attribute name="class">app_header</xsl:attribute>
!                                                                       
<xsl:value-of disable-output-escaping="yes" select="app_header"/>
!                                                               </xsl:when>
!                                                       </xsl:choose>
!                                               </td>
!                                               <!-- END app_header -->
!                                       </tr>
!                                       <tr valign="top">
!                                               <td height="100%" width="80%" 
valign="top" align="center">
                                                        <xsl:choose>
                                                                <xsl:when 
test="msgbox_data">
--- 75,99 ----
                                <table width="100%" height="100%" 
cellspacing="0" cellpadding="0">
                                        <tr valign="top" width="100%">
!                                               <td width="131">
                                                <!-- BEGIN left_part -->
!                                                       <table valign="top" 
cellpadding="2" cellspacing="2" width="131">
                                                                
<xsl:apply-templates select="applications"/>
                                                        </table>
                                                <!-- END left_part -->
                                                </td>
!                                               <td height="100%" width="100%" 
valign="top" align="center">
!                                                       <table valign="top" 
cellpadding="2" cellspacing="2" width="100%">
!                                                               <tr>
!                                                                       <td>
!                                                                               
<xsl:choose>
!                                                                               
        <xsl:when test="app_header">
!                                                                               
                <xsl:attribute name="class">app_header</xsl:attribute>
!                                                                               
                <xsl:value-of disable-output-escaping="yes" 
select="app_header"/>
!                                                                               
        </xsl:when>
!                                                                               
</xsl:choose>
!                                                                       </td>
!                                                               </tr>
!                                                               <tr>
!                                                                       <td 
align="center">
                                                        <xsl:choose>
                                                                <xsl:when 
test="msgbox_data">
***************
*** 136,139 ****
--- 124,130 ----
                                                                </xsl:otherwise>
                                                        </xsl:choose>
+                                                                       </td>
+                                                               </tr>
+                                                       </table>
                                                </td>
                                                <td width="3%"/>





reply via email to

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