Show
Ignore:
Timestamp:
11.07.2007 12:02:03 (3 years ago)
Author:
sam
Message:

OutlineUiWidget : ajout de @ifUnselected="link/noLink" sur sm:link / ajout tooltips d'aide xed.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/Wsp_Modeling/spaces/gen/modelBuilder/bs.doss/sm_outlineUiWidget/content.xsl.xsl

    r8919 r9332  
    629629                <xsl:template mode="{$vModeBase}_link" priority="{count(following-sibling::sm:link)+1}"> 
    630630                        <xsl0:attribute name="match">entry<xsl0:call-template name="constraints"/></xsl0:attribute> 
    631                         <xsl0:choose> 
    632                                 <xsl0:when test="@ifSelected='noLink'"> 
    633                                         <xsl:choose> 
    634                                                 <xsl:when test="@position='current'"> 
     631                        <xsl:choose> 
     632                                <xsl:when test="@position='current'"> 
     633                                        <xsl0:choose> 
     634                                                <xsl0:when test="@ifSelected='noLink'"> 
    635635                                                        <span> 
    636636                                                                <xsl:apply-templates select="." mode="{$vModeBase}_classesEntry"/> 
     
    638638                                                                <xsl:apply-templates select="." mode="{$vModeBase}_label"/> 
    639639                                                        </span> 
    640                                                 </xsl:when> 
    641                                                 <xsl:otherwise><xsl0:call-template name="nodeLink"><xsl0:with-param name="vModeBase" select="$vModeBase"/></xsl0:call-template></xsl:otherwise> 
    642                                         </xsl:choose> 
    643                                 </xsl0:when> 
    644                                 <xsl0:otherwise><xsl0:call-template name="nodeLink"><xsl0:with-param name="vModeBase" select="$vModeBase"/></xsl0:call-template></xsl0:otherwise> 
    645                         </xsl0:choose> 
     640                                                </xsl0:when> 
     641                                                <xsl0:otherwise><xsl0:call-template name="nodeLink"><xsl0:with-param name="vModeBase" select="$vModeBase"/></xsl0:call-template></xsl0:otherwise> 
     642                                        </xsl0:choose> 
     643                                </xsl:when> 
     644                                <xsl:otherwise> 
     645                                        <xsl0:choose> 
     646                                                <xsl0:when test="@ifUnselected='noLink'"> 
     647                                                        <span> 
     648                                                                <xsl:apply-templates select="." mode="{$vModeBase}_classesEntry"/> 
     649                                                                <xsl:apply-templates select="." mode="{$vModeBase}_labelTitle"/> 
     650                                                                <xsl:apply-templates select="." mode="{$vModeBase}_label"/> 
     651                                                        </span> 
     652                                                </xsl0:when> 
     653                                                <xsl0:otherwise><xsl0:call-template name="nodeLink"><xsl0:with-param name="vModeBase" select="$vModeBase"/></xsl0:call-template></xsl0:otherwise> 
     654                                        </xsl0:choose> 
     655                                </xsl:otherwise> 
     656                        </xsl:choose> 
    646657                </xsl:template> 
    647658                <xsl:template match="node()" mode="{$vModeBase}_link"/>