Lines 342-347
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
342 |
</xslo:if> |
342 |
</xslo:if> |
343 |
</xslo:for-each> |
343 |
</xslo:for-each> |
344 |
<xslo:for-each select="marc:subfield"> |
344 |
<xslo:for-each select="marc:subfield"> |
|
|
345 |
<xslo:if test="contains('o', @code)"> |
346 |
<z:index name="notforloan:n notforloan:w"> |
347 |
<xslo:value-of select="."/> |
348 |
</z:index> |
349 |
</xslo:if> |
350 |
</xslo:for-each> |
351 |
<xslo:for-each select="marc:subfield"> |
345 |
<xslo:if test="contains('u', @code)"> |
352 |
<xslo:if test="contains('u', @code)"> |
346 |
<z:index name="Note:w Note:p item:w"> |
353 |
<z:index name="Note:w Note:p item:w"> |
347 |
<xslo:value-of select="."/> |
354 |
<xslo:value-of select="."/> |
Lines 436-443
definition file (probably something like {biblio,authority}-koha-indexdefs.xml)
Link Here
|
436 |
</z:index> |
443 |
</z:index> |
437 |
</xslo:if> |
444 |
</xslo:if> |
438 |
</xslo:for-each> |
445 |
</xslo:for-each> |
439 |
</xslo:template> |
|
|
440 |
<xslo:template mode="index_subfields" match="marc:datafield[@tag='101']"> |
441 |
<xslo:for-each select="marc:subfield"> |
446 |
<xslo:for-each select="marc:subfield"> |
442 |
<xslo:if test="contains('c', @code)"> |
447 |
<xslo:if test="contains('c', @code)"> |
443 |
<z:index name="language-original:w"> |
448 |
<z:index name="language-original:w"> |