Changeset 13546


Ignore:
Timestamp:
2007-01-09T11:18:16+13:00 (17 years ago)
Author:
shaoqun
Message:

added a id to indicate the active classifier

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/web/interfaces/default/transform/classifier.xsl

    r13505 r13546  
    6262   <ul id="classifierlist">
    6363    <xsl:for-each select="classifier">
    64          <li>
    6564      <xsl:choose>
    6665        <xsl:when test="@name=$selected">
    67              <xsl:value-of select="displayItem[@name='name']"/>
     66             <li id="activeclassifier"><xsl:value-of select="displayItem[@name='name']"/></li>
    6867        </xsl:when>
    6968        <xsl:otherwise>
    70           <a href="{$library_name}?a=b&amp;rt=r&amp;s={$serviceName}&amp;c={$collName}&amp;cl={@name}"><xsl:value-of select="displayItem[@name='name']"/></a></xsl:otherwise></xsl:choose>
    71          </li>
     69          <li><a href="{$library_name}?a=b&amp;rt=r&amp;s={$serviceName}&amp;c={$collName}&amp;cl={@name}"><xsl:value-of select="displayItem[@name='name']"/></a></li></xsl:otherwise></xsl:choose>
     70         
    7271    </xsl:for-each>
    7372    </ul>
Note: See TracChangeset for help on using the changeset viewer.