Lines 264-270
Link Here
|
264 |
</xsl:when> |
264 |
</xsl:when> |
265 |
<xsl:otherwise> |
265 |
<xsl:otherwise> |
266 |
<xsl:variable name="title_query"> |
266 |
<xsl:variable name="title_query"> |
267 |
<xsl:text>Host-item:(</xsl:text> |
267 |
<xsl:value-of select="'Host-item:('"/> |
268 |
<xsl:call-template name="quote_search_term"> |
268 |
<xsl:call-template name="quote_search_term"> |
269 |
<xsl:with-param name="term"><xsl:value-of select="marc:datafield[@tag=245]/marc:subfield[@code='a']"/></xsl:with-param> |
269 |
<xsl:with-param name="term"><xsl:value-of select="marc:datafield[@tag=245]/marc:subfield[@code='a']"/></xsl:with-param> |
270 |
</xsl:call-template> |
270 |
</xsl:call-template> |
271 |
- |
|
|