Ignore:
Timestamp:
03/05/07 14:11:33 (5 years ago)
Author:
sys
Message:

Web : bug publi titre des pages html si la page est en folderPreview.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Wsp_Modeling/spaces/gen/modelBuilder/bs.doss/sm_compositionXhtmlTransf/bs.xml.xsl

    r8859 r8864  
    391391                                        <xsl0:attribute name="racine"><xsl0:value-of select="$vRacineComp"/></xsl0:attribute> 
    392392                                        <xsl0:attribute name="codecomposant">concat('_<xsl0:value-of select="generate-id()"/>_', getIdNode(.))</xsl0:attribute> 
    393                                         <xsl0:apply-templates select="sm:title | ../self::sm:folderPreview/sm:title" mode="intituleCtx"/> 
     393                                        <xsl0:apply-templates select="sm:title | ../self::sm:folderPreview/preceding-sibling::sm:title" mode="intituleCtx"/> 
    394394                                </xsl0:when> 
    395395                                <xsl0:otherwise> 
    396396                                        <!-- page hors contexte --> 
    397                                         <xsl0:apply-templates select="sm:title | ../self::sm:folderPreview/sm:title" mode="intituleFix"/> 
     397                                        <xsl0:apply-templates select="sm:title | ../self::sm:folderPreview/preceding-sibling::sm:title" mode="intituleFix"/> 
    398398                                </xsl0:otherwise> 
    399399                        </xsl0:choose> 
Note: See TracChangeset for help on using the changeset viewer.