phpgroupware-cvs
[Top][All Lists]
Advanced

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

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


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/templates/idsociety phpgw.xsl,1.1,1.2
Date: Mon, 21 Oct 2002 20:23:35 -0400

Update of /cvsroot/phpgroupware/phpgwapi/templates/idsociety
In directory subversions:/tmp/cvs-serv3934/idsociety

Modified Files:
        phpgw.xsl 
Log Message:
update css

Index: phpgw.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/templates/idsociety/phpgw.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** phpgw.xsl   21 Oct 2002 23:47:14 -0000      1.1
--- phpgw.xsl   22 Oct 2002 00:23:33 -0000      1.2
***************
*** 23,27 ****
                                <table width="100%" height="100%" 
cellspacing="0" cellpadding="0">
                                        <tr>
!                                               <td colspan="3">
                                                <!-- BEGIN top_part -->
                                                        <table width="100%" 
height="73" cellspacing="0" cellpadding="0">
--- 23,27 ----
                                <table width="100%" height="100%" 
cellspacing="0" cellpadding="0">
                                        <tr>
!                                               <td colspan="2">
                                                <!-- BEGIN top_part -->
                                                        <table width="100%" 
height="73" cellspacing="0" cellpadding="0">
***************
*** 60,82 ****
                                        </tr>
                                        <tr>
!                                               <td width="10%" height="85%" 
valign="top">
!                                                       <xsl:call-template 
name="phpgw_left"/>
                                                </td>
!                                               <td width="80%" height="85%" 
valign="top">
                                                        <xsl:call-template 
name="msgbox"/>
                                                        <xsl:call-template 
name="phpgw_body"/>
                                                </td>
-                                               <td width="10%" height="85%" 
align="right" valign="top">
-                                                       <xsl:apply-templates 
select="phpgw_right"/>
-                                               </td>
                                        </tr>
                                        <tr>
!                                               <td width="100%" height="5%" 
colspan="3">
                                                <!-- BEGIN bottom_part -->
!                                                       <table cellspacing="0" 
cellpadding="0" class="bottom">
!                                                               <tr>
!                                                                       <td 
align="center" valign="middle" class="info">{powered}</td>
!                                                               </tr>
!                                                       </table>
                                                <!-- END bottom_part -->
                                                </td>
--- 60,82 ----
                                        </tr>
                                        <tr>
!                                               <td>
!                                               <!-- BEGIN left_part -->
!                                                       <table cellspacing="0" 
cellpadding="0" valign="top" class="left">
!                                                               
<xsl:apply-templates select="applications"/>
!                                                               <tr>
!                                                                       
<td><img src="{nav_bar_left_top_bg_img}"></td>
!                                                               </tr>
!                                                       </table>
!                                               <!-- END left_part -->
                                                </td>
!                                               <td width="85%" height="85%" 
valign="top">
                                                        <xsl:call-template 
name="msgbox"/>
                                                        <xsl:call-template 
name="phpgw_body"/>
                                                </td>
                                        </tr>
                                        <tr>
!                                               <td colspan="2" align="center" 
valign="middle" class="info">
                                                <!-- BEGIN bottom_part -->
!                                                                       
{powered}
                                                <!-- END bottom_part -->
                                                </td>
***************
*** 85,88 ****
--- 85,96 ----
                        </body>
                </html>
+       </xsl:template>
+ 
+       <xsl:template match="applications">
+               <tr>
+                       <td class="info">
+ 
+                       </td>
+               </tr>
        </xsl:template>
  





reply via email to

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