Ignore:
Timestamp:
2003-07-11T16:14:13+12:00 (21 years ago)
Author:
kjdon
Message:

documentType att now docType, changed where and how the display info is formatted

File:
1 edited

Legend:

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

    r4866 r4900  
    3939      </xsl:when>
    4040      <xsl:otherwise> <!-- a document link -->
    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>
     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='@docType'/><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.