Lines 275-283
Link Here
|
275 |
</span> |
275 |
</span> |
276 |
</xsl:if> |
276 |
</xsl:if> |
277 |
|
277 |
|
278 |
<!-- Set --> |
278 |
<!-- Host item entry --> |
279 |
<xsl:if test="$leader19='c'"> |
279 |
<xsl:if test="marc:datafield[@tag=773]"> |
280 |
<span class="results_summary"><span class="label">Set: </span> |
280 |
<span class="results_summary"><span class="label">In: </span> |
281 |
<xsl:for-each select="marc:datafield[@tag=773]"> |
281 |
<xsl:for-each select="marc:datafield[@tag=773]"> |
282 |
<a> |
282 |
<a> |
283 |
<xsl:choose> |
283 |
<xsl:choose> |
Lines 285-294
Link Here
|
285 |
<xsl:attribute name="href">/cgi-bin/koha/catalogue/search.pl?q=Control-number:<xsl:value-of select="marc:subfield[@code='w']"/></xsl:attribute> |
285 |
<xsl:attribute name="href">/cgi-bin/koha/catalogue/search.pl?q=Control-number:<xsl:value-of select="marc:subfield[@code='w']"/></xsl:attribute> |
286 |
</xsl:when> |
286 |
</xsl:when> |
287 |
<xsl:otherwise> |
287 |
<xsl:otherwise> |
288 |
<xsl:attribute name="href">/cgi-bin/koha/catalogue/search.pl?q=Title:<xsl:value-of select="translate(//marc:datafield[@tag=245]/marc:subfield[@code='a'], '.', '')"/></xsl:attribute> |
288 |
<xsl:attribute name="href">/cgi-bin/koha/catalogue/search.pl?q=Title:<xsl:value-of select="translate(marc:subfield[@code='t'], '.', '')"/></xsl:attribute> |
289 |
</xsl:otherwise> |
289 |
</xsl:otherwise> |
290 |
</xsl:choose> |
290 |
</xsl:choose> |
291 |
<xsl:value-of select="translate(//marc:datafield[@tag=245]/marc:subfield[@code='a'], '.', '')" /> |
291 |
<xsl:value-of select="translate(marc:subfield[@code='t'], '.', '')" /> |
292 |
</a> |
292 |
</a> |
293 |
<xsl:choose> |
293 |
<xsl:choose> |
294 |
<xsl:when test="position()=last()"></xsl:when> |
294 |
<xsl:when test="position()=last()"></xsl:when> |
295 |
- |
|
|