Changeset 9872 for branches


Ignore:
Timestamp:
2005-05-16T09:37:26+12:00 (19 years ago)
Author:
kjdon
Message:

changed some links to have rt=rd instead of rt=r

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ant-install-branch/gsdl3/web/interfaces/default/transform/document.xsl

    r9870 r9872  
    6464    <xsl:variable name="p.c"><xsl:choose><xsl:when test="/page/pageRequest/paramList/param[@name='p.c']"><xsl:value-of select="/page/pageRequest/paramList/param[@name='p.c']/@value"/></xsl:when><xsl:otherwise><xsl:value-of select="$collName"/></xsl:otherwise></xsl:choose></xsl:variable>
    6565    <table><tr><td>
    66       <a href="{$library_name}?a={$p.a}&amp;sa={$p.sa}&amp;s={$p.s}&amp;c={$p.c}&amp;rt=r"><xsl:call-template name="openbookimg"><xsl:with-param name="title">Close this book and return to search/browse</xsl:with-param>
     66      <a href="{$library_name}?a={$p.a}&amp;sa={$p.sa}&amp;s={$p.s}&amp;c={$p.c}&amp;rt=rd"><xsl:call-template name="openbookimg"><xsl:with-param name="title">Close this book and return to search/browse</xsl:with-param>
    6767      </xsl:call-template></a></td>
    6868    <td valign='top'><b><font size="+1">&#160;
     
    283283      <xsl:choose>
    284284    <xsl:when test="@type='document'">a=d</xsl:when>
    285     <xsl:when test="@type='query'">a=q&amp;s=<xsl:value-of select="@service"/>&amp;rt=r</xsl:when>
     285    <xsl:when test="@type='query'">a=q&amp;s=<xsl:value-of select="@service"/>&amp;rt=rd</xsl:when>
    286286    <xsl:otherwise>
    287287      p
Note: See TracChangeset for help on using the changeset viewer.