Changeset 9332 for trunk/Wsp_Modeling/spaces/gen/modelBuilder/bs.doss/sm_outlineUiWidget/content.xsl.xsl
- Timestamp:
- 07/11/07 12:02:03 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Wsp_Modeling/spaces/gen/modelBuilder/bs.doss/sm_outlineUiWidget/content.xsl.xsl
r8919 r9332 629 629 <xsl:template mode="{$vModeBase}_link" priority="{count(following-sibling::sm:link)+1}"> 630 630 <xsl0:attribute name="match">entry<xsl0:call-template name="constraints"/></xsl0:attribute> 631 <xsl 0:choose>632 <xsl 0: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'"> 635 635 <span> 636 636 <xsl:apply-templates select="." mode="{$vModeBase}_classesEntry"/> … … 638 638 <xsl:apply-templates select="." mode="{$vModeBase}_label"/> 639 639 </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> 646 657 </xsl:template> 647 658 <xsl:template match="node()" mode="{$vModeBase}_link"/>
Note: See TracChangeset
for help on using the changeset viewer.