phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/templates/justweb phpgw.xsl,1.1,1.2


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

Update of /cvsroot/phpgroupware/phpgwapi/templates/justweb
In directory subversions:/tmp/cvs-serv7429

Modified Files:
        phpgw.xsl 
Log Message:
moved justweb to use xslt

Index: phpgw.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/templates/justweb/phpgw.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** phpgw.xsl   8 Nov 2002 22:35:44 -0000       1.1
--- phpgw.xsl   8 Nov 2002 22:40:51 -0000       1.2
***************
*** 27,32 ****
        <xsl:variable name="side_bar_top_img"><xsl:value-of 
select="side_bar_top_img"/></xsl:variable>
        <xsl:variable name="side_bar_bottom_img"><xsl:value-of 
select="side_bar_bottom_img"/></xsl:variable>
-       <xsl:variable name="menu_bar_left_img"><xsl:value-of 
select="menu_bar_left_img"/></xsl:variable>
-       <xsl:variable name="menu_bar_right_img"><xsl:value-of 
select="menu_bar_right_img"/></xsl:variable>
        <xsl:variable name="app_tpl"><xsl:value-of 
select="app_tpl"/></xsl:variable>
                <html>
--- 27,30 ----
***************
*** 93,103 ****
                                                <td>
                                                <!-- BEGIN left_part -->
!                                                       <table width="100%" 
cellspacing="0" cellpadding="0" height="100%" valing="top">
                                                                <tr>
!                                                                       <td 
height="7" width="59" valign="top"><img src="{$side_bar_top_img}" width="59" 
height="7" border="0"/></td>
                                                                </tr>
                                                                
<xsl:apply-templates select="applications"/>
                                                                <tr>
!                                                                       <td 
height="7" width="59" valign="top"><img src="{$side_bar_bottom_img}" width="59" 
height="7" border="0"/></td>
                                                                </tr>
                                                        </table>
--- 91,101 ----
                                                <td>
                                                <!-- BEGIN left_part -->
!                                                       <table width="59" 
cellspacing="0" cellpadding="0" height="100%" valign="top">
                                                                <tr>
!                                                                       <td 
height="7" width="59" valign="top" class="left_top"> </td>
                                                                </tr>
                                                                
<xsl:apply-templates select="applications"/>
                                                                <tr>
!                                                                       <td 
height="7" width="59" valign="top" class="left_bottom"> </td>
                                                                </tr>
                                                        </table>





reply via email to

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