Lines 797-809
Link Here
|
797 |
<xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=su<xsl:value-of select="$SubjectModifier"/>:<xsl:value-of select="$TracingQuotesLeft"/><xsl:value-of select="marc:subfield[@code='a']"/><xsl:value-of select="$TracingQuotesRight"/></xsl:attribute> |
797 |
<xsl:attribute name="href">/cgi-bin/koha/opac-search.pl?q=su<xsl:value-of select="$SubjectModifier"/>:<xsl:value-of select="$TracingQuotesLeft"/><xsl:value-of select="marc:subfield[@code='a']"/><xsl:value-of select="$TracingQuotesRight"/></xsl:attribute> |
798 |
</xsl:otherwise> |
798 |
</xsl:otherwise> |
799 |
</xsl:choose> |
799 |
</xsl:choose> |
800 |
</a> |
800 |
|
801 |
<xsl:call-template name="subfieldSelect"> |
801 |
<xsl:call-template name="subfieldSelect"> |
802 |
<xsl:with-param name="codes">avxyz</xsl:with-param> |
802 |
<xsl:with-param name="codes">avxyz</xsl:with-param> |
803 |
<xsl:with-param name="subdivCodes">vxyz</xsl:with-param> |
803 |
<xsl:with-param name="subdivCodes">vxyz</xsl:with-param> |
804 |
<xsl:with-param name="subdivDelimiter">-- </xsl:with-param> |
804 |
<xsl:with-param name="subdivDelimiter">-- </xsl:with-param> |
805 |
</xsl:call-template> |
805 |
</xsl:call-template> |
806 |
<xsl:if test="position()!=last()"><span class="separator"> | </span></xsl:if> |
806 |
<xsl:if test="position()!=last()"><span class="separator"> | </span></xsl:if> |
|
|
807 |
|
808 |
</a> |
807 |
</xsl:for-each> |
809 |
</xsl:for-each> |
808 |
</span> |
810 |
</span> |
809 |
</xsl:if> |
811 |
</xsl:if> |
810 |
- |
|
|