|
Lines 336-351
Link Here
|
| 336 |
</xsl:if> |
336 |
</xsl:if> |
| 337 |
<xsl:text> </xsl:text> |
337 |
<xsl:text> </xsl:text> |
| 338 |
<xsl:if test="marc:subfield[@code='b']"> |
338 |
<xsl:if test="marc:subfield[@code='b']"> |
| 339 |
<a href="/cgi-bin/koha/opac-search.pl?q=pb:{marc:subfield[@code='b']}"> |
339 |
<span property="name"><a href="/cgi-bin/koha/opac-search.pl?q=pb:{marc:subfield[@code='b']}"> |
| 340 |
<span property="name"> |
|
|
| 341 |
<xsl:call-template name="subfieldSelect"> |
340 |
<xsl:call-template name="subfieldSelect"> |
| 342 |
<xsl:with-param name="codes">b</xsl:with-param> |
341 |
<xsl:with-param name="codes">b</xsl:with-param> |
| 343 |
</xsl:call-template> |
342 |
</xsl:call-template> |
| 344 |
</span> |
343 |
</a></span> |
| 345 |
</a> |
344 |
</xsl:if> |
| 346 |
</xsl:if> |
|
|
| 347 |
</span> |
345 |
</span> |
| 348 |
<xsl:text> </xsl:text> |
346 |
<xsl:text> </xsl:text> |
| 349 |
<xsl:if test="marc:subfield[@code='c' or @code='g']"> |
347 |
<xsl:if test="marc:subfield[@code='c' or @code='g']"> |
| 350 |
<span property="datePublished"> |
348 |
<span property="datePublished"> |
| 351 |
<xsl:call-template name="chopPunctuation"> |
349 |
<xsl:call-template name="chopPunctuation"> |
|
Lines 546-551
Link Here
|
| 546 |
<xsl:if test="marc:datafield[substring(@tag, 1, 1) = '6']"> |
544 |
<xsl:if test="marc:datafield[substring(@tag, 1, 1) = '6']"> |
| 547 |
<span class="results_summary subjects"><span class="label">Subject(s): </span> |
545 |
<span class="results_summary subjects"><span class="label">Subject(s): </span> |
| 548 |
<xsl:for-each select="marc:datafield[substring(@tag, 1, 1) = '6']"> |
546 |
<xsl:for-each select="marc:datafield[substring(@tag, 1, 1) = '6']"> |
|
|
547 |
<span property="keywords"> |
| 549 |
<a> |
548 |
<a> |
| 550 |
<xsl:choose> |
549 |
<xsl:choose> |
| 551 |
<xsl:when test="marc:subfield[@code=9] and $UseAuthoritiesForTracings='1'"> |
550 |
<xsl:when test="marc:subfield[@code=9] and $UseAuthoritiesForTracings='1'"> |
|
Lines 564-570
Link Here
|
| 564 |
<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> |
563 |
<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> |
| 565 |
</xsl:otherwise> |
564 |
</xsl:otherwise> |
| 566 |
</xsl:choose> |
565 |
</xsl:choose> |
| 567 |
<span property="keywords"> |
|
|
| 568 |
<xsl:call-template name="chopPunctuation"> |
566 |
<xsl:call-template name="chopPunctuation"> |
| 569 |
<xsl:with-param name="chopString"> |
567 |
<xsl:with-param name="chopString"> |
| 570 |
<xsl:call-template name="subfieldSelect"> |
568 |
<xsl:call-template name="subfieldSelect"> |
|
Lines 574-581
Link Here
|
| 574 |
</xsl:call-template> |
572 |
</xsl:call-template> |
| 575 |
</xsl:with-param> |
573 |
</xsl:with-param> |
| 576 |
</xsl:call-template> |
574 |
</xsl:call-template> |
| 577 |
</span> |
|
|
| 578 |
</a> |
575 |
</a> |
|
|
576 |
</span> |
| 579 |
<xsl:if test="marc:subfield[@code=9]"> |
577 |
<xsl:if test="marc:subfield[@code=9]"> |
| 580 |
<a class='authlink'> |
578 |
<a class='authlink'> |
| 581 |
<xsl:attribute name="href">/cgi-bin/koha/opac-authoritiesdetail.pl?authid=<xsl:value-of select="marc:subfield[@code=9]"/></xsl:attribute> |
579 |
<xsl:attribute name="href">/cgi-bin/koha/opac-authoritiesdetail.pl?authid=<xsl:value-of select="marc:subfield[@code=9]"/></xsl:attribute> |
| 582 |
- |
|
|