phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/templates/default portal.xsl,1.1,1.2


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/templates/default portal.xsl,1.1,1.2
Date: Thu, 03 Oct 2002 18:02:02 -0400

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

Modified Files:
        portal.xsl 
Log Message:
update to use xslt

Index: portal.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/templates/default/portal.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** portal.xsl  3 Oct 2002 21:35:37 -0000       1.1
--- portal.xsl  3 Oct 2002 22:01:59 -0000       1.2
***************
*** 17,21 ****
                                        <td colspan="2">
                                                <table cellpadding="0" 
cellspacing="0" width="{$inner_width}" class="portal">
!                                                       <xsl:apply-templates 
select="portal_row"/>
                                                </table>
                                        </td>
--- 17,26 ----
                                        <td colspan="2">
                                                <table cellpadding="0" 
cellspacing="0" width="{$inner_width}" class="portal">
!                                                       <tr>
!                                                               <td>
!                                                                       
<xsl:apply-templates select="listbox"/>
!                                                                       
<xsl:apply-templates select="extrabox"/>
!                                                               </td>
!                                                       </tr>
                                                </table>
                                        </td>
***************
*** 34,38 ****
        </xsl:template>
  
!       <xsl:template match="portal_row">
                <tr>
                        <td>
--- 39,43 ----
        </xsl:template>
  
! <!--  <xsl:template name="portal_row">
                <tr>
                        <td>
***************
*** 41,45 ****
                        </td>
                </tr>
!       </xsl:template>
  
        <xsl:template match="listbox">
--- 46,50 ----
                        </td>
                </tr>
!       </xsl:template> -->
  
        <xsl:template match="listbox">





reply via email to

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