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.7,1.8


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/templates/default portal.xsl,1.7,1.8
Date: Sun, 06 Oct 2002 15:57:45 -0400

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

Modified Files:
        portal.xsl 
Log Message:
update css

Index: portal.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/templates/default/portal.xsl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** portal.xsl  6 Oct 2002 18:04:05 -0000       1.7
--- portal.xsl  6 Oct 2002 19:57:43 -0000       1.8
***************
*** 2,12 ****
  
        <xsl:template match="portal">
-               <xsl:variable name="outer_width"><xsl:value-of 
select="outer_width"/></xsl:variable>
-               <xsl:variable name="header_background_image"><xsl:value-of 
select="header_background_image"/></xsl:variable>
-               <xsl:variable name="inner_width"><xsl:value-of 
select="inner_width"/></xsl:variable>
                        <table cellpadding="0" cellspacing="0" class="portal">
                                <tr>
!                                       <td align="center" class="portal_text">
!                                               <xsl:value-of select="title"/> 
                                        </td>
                                        <td valign="middle" align="right" 
class="portal_text">
--- 2,10 ----
  
        <xsl:template match="portal">
                        <table cellpadding="0" cellspacing="0" class="portal">
                                <tr>
!                                       <td class="portal_text">
!                                               <xsl:value-of 
disable-output-escaping="yes" select="space"/>
!                                               <xsl:value-of select="title"/>
                                        </td>
                                        <td valign="middle" align="right" 
class="portal_text">
***************
*** 16,37 ****
                                <tr>
                                        <td colspan="2">
!                                               <table cellpadding="3" 
cellspacing="0" class="portal">
!                                                       <tr>
!                                                               <td>
!                                                                       
<xsl:choose>
!                                                                               
<xsl:when test="listbox">
                                                                                
        <ul>
                                                                                
                <xsl:apply-templates select="listbox"/>
                                                                                
        </ul>
!                                                                               
</xsl:when>
!                                                                               
<xsl:when test="extrabox">
                                                                                
        <xsl:value-of disable-output-escaping="yes" select="extrabox"/>
!                                                                               
</xsl:when>
!                                                                               
<xsl:otherwise>
                                                                                
        <xsl:call-template name="extrabox"/>
!                                                                               
</xsl:otherwise>
!                                                                       
</xsl:choose>
!                                                               </td>
!                                                       </tr>
                                                </table>
                                        </td>
--- 14,46 ----
                                <tr>
                                        <td colspan="2">
!                                               <table cellpadding="3" 
cellspacing="0" class="portal">
!                                                       <xsl:choose>
!                                                               <xsl:when 
test="listbox">
!                                                                       <tr>
!                                                                               
<td>
                                                                                
        <ul>
                                                                                
                <xsl:apply-templates select="listbox"/>
                                                                                
        </ul>
!                                                                               
</td>
!                                                                       </tr>
!                                                               </xsl:when>
!                                                       </xsl:choose>
! 
!                                                       <xsl:choose>
!                                                               <xsl:when 
test="extrabox">
!                                                                       <tr>
!                                                                               
<td>
                                                                                
        <xsl:value-of disable-output-escaping="yes" select="extrabox"/>
!                                                                               
</td>
!                                                                       </tr>
!                                                               </xsl:when>
!                                                               <xsl:otherwise>
!                                                                       <tr>
!                                                                               
<td>
                                                                                
        <xsl:call-template name="extrabox"/>
!                                                                               
</td>
!                                                                       </tr>
!                                                               </xsl:otherwise>
!                                                       </xsl:choose>
                                                </table>
                                        </td>





reply via email to

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