Changeset 4721


Ignore:
Timestamp:
2003-06-18T12:49:23+12:00 (21 years ago)
Author:
kjdon
Message:

added in dt arg to documentNode template

File:
1 edited

Legend:

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

    r4712 r4721  
    3939      </xsl:when>
    4040      <xsl:otherwise> <!-- a document link -->
    41     <xsl:choose>
    42       <xsl:when test="/format/@type = 'search'">
    43         <a><xsl:attribute name="href">{$library_name}?a=d&amp;c={$collName}&amp;d={@nodeID}&amp;dt={@documentType}</xsl:attribute><xsl:apply-templates/></a>
    44       </xsl:when>
    45       <xsl:otherwise>
    46         <a><xsl:attribute name="href">{$library_name}?a=d&amp;c={$collName}&amp;d={@nodeID}</xsl:attribute><xsl:apply-templates/></a>
    47       </xsl:otherwise>
    48     </xsl:choose>
     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>
    4942      </xsl:otherwise>
    5043    </xsl:choose>
Note: See TracChangeset for help on using the changeset viewer.