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.2,1.3


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/templates/default portal.xsl,1.2,1.3
Date: Fri, 04 Oct 2002 18:40:37 -0400

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

Modified Files:
        portal.xsl 
Log Message:
update

Index: portal.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/templates/default/portal.xsl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** portal.xsl  3 Oct 2002 22:01:59 -0000       1.2
--- portal.xsl  4 Oct 2002 22:40:34 -0000       1.3
***************
*** 19,24 ****
                                                        <tr>
                                                                <td>
!                                                                       
<xsl:apply-templates select="listbox"/>
!                                                                       
<xsl:apply-templates select="extrabox"/>
                                                                </td>
                                                        </tr>
--- 19,32 ----
                                                        <tr>
                                                                <td>
!                                                                       
<xsl:choose>
!                                                                               
<xsl:when test="listbox">
!                                                                               
        <ul>
!                                                                               
                <xsl:apply-templates select="listbox"/>
!                                                                               
        </ul>
!                                                                               
</xsl:when>
!                                                                               
<xsl:otherwise>
!                                                                               
        <xsl:apply-templates select="extrabox"/>
!                                                                               
</xsl:otherwise>
!                                                                       
</xsl:choose>
                                                                </td>
                                                        </tr>
***************
*** 39,60 ****
        </xsl:template>
  
- <!--  <xsl:template name="portal_row">
-               <tr>
-                       <td>
-                               <xsl:apply-templates select="listbox"/>
-                               <xsl:apply-templates select="extrabox"/>
-                       </td>
-               </tr>
-       </xsl:template> -->
- 
        <xsl:template match="listbox">
                <xsl:variable name="link"><xsl:value-of 
select="link"/></xsl:variable>
                <xsl:variable name="lang_link_statustext"><xsl:value-of 
select="lang_link_statustext"/></xsl:variable>
!                       <ul>
!                               <li>
!                                       <a href="{$link}" 
onMouseover="window.status='{$lang_link_statustext}';return true;" 
onMouseout="window.status='';return true;">
!                                               <xsl:value-of select="text"/>
!                                       </a>
!                               </li>
!                       </ul>
        </xsl:template>
--- 47,57 ----
        </xsl:template>
  
        <xsl:template match="listbox">
                <xsl:variable name="link"><xsl:value-of 
select="link"/></xsl:variable>
                <xsl:variable name="lang_link_statustext"><xsl:value-of 
select="lang_link_statustext"/></xsl:variable>
!                       <li>
!                               <a href="{$link}" 
onMouseover="window.status='{$lang_link_statustext}';return true;" 
onMouseout="window.status='';return true;">
!                                       <xsl:value-of select="text"/>
!                               </a>
!                       </li>
        </xsl:template>





reply via email to

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