began to fix bugs with currently selected page in nav menu list
svn path=/branches/design/; revision=18003
This commit is contained in:
@@ -218,9 +218,10 @@
|
||||
and not(@id=/buildinfo/textset/text/@id)]"/>
|
||||
</xsl:when>
|
||||
<xsl:when test=". = concat(/buildinfo/@filename ,'.html')">
|
||||
<xsl:value-of select="/buildinfo/textset/text[@id=$id]|
|
||||
/buildinfo/textsetbackup/text[@id=$id
|
||||
and not(@id=/buildinfo/textset/text/@id)]"/>
|
||||
<xsl:element name="span">
|
||||
<xsl:attribute name="id">selected</xsl:attribute>
|
||||
<xsl:value-of select="/buildinfo/textset/text[@id=$id]| /buildinfo/textsetbackup/text[@id=$id and not(@id=/buildinfo/textset/text/@id)]"/>
|
||||
</xsl:element>
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
<xsl:element name="a">
|
||||
|
||||
Reference in New Issue
Block a user