Ignore:
Timestamp:
2003-06-18T15:57:24+12:00 (21 years ago)
Author:
kjdon
Message:

small change to reflect changes in the base templates

File:
1 edited

Legend:

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

    r4721 r4731  
    3939      </xsl:when>
    4040      <xsl:otherwise> <!-- a document link -->
    41     <a><xsl:attribute name="href">{$library_name}?a=d&amp;c={$collName}&amp;d={@nodeID}&amp;dt={@documentType}</xsl:attribute><xsl:apply-templates/></a>
     41    <a><xslt:attribute name="href"><xslt:value-of select='$library_name'/>?a=d&amp;c=<xslt:value-of select='$collName'/>&amp;d=<xslt:value-of select='@nodeID'/>&amp;dt=<xslt:value-of select='@documentType'/><xslt:if test="@nodeType='leaf'">&amp;sib=1</xslt:if></xslt:attribute><xsl:apply-templates/></a>
    4242      </xsl:otherwise>
    4343    </xsl:choose>
Note: See TracChangeset for help on using the changeset viewer.