@@ -, +, @@ with multiple contributors; wrap in a Person or Organization type instead of using a simple literal value) preferences parallel to the "name" property --- .../bootstrap/en/xslt/MARC21slim2OPACDetail.xsl | 35 ++++++++++++++++++---- .../prog/en/xslt/MARC21slim2OPACDetail.xsl | 35 ++++++++++++++++++---- 2 files changed, 58 insertions(+), 12 deletions(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl +++ a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl @@ -112,7 +112,7 @@ -

+

245 abhfgknps @@ -159,10 +159,11 @@ -
by +
by +
@@ -473,7 +474,7 @@ Other title: - + @@ -491,7 +492,7 @@ Title translated: - + @@ -507,7 +508,7 @@ - + 130,240 adfklmor @@ -520,7 +521,7 @@ Uniform titles: - + @@ -987,6 +988,7 @@ + ; @@ -1008,11 +1010,32 @@ /cgi-bin/koha/opac-search.pl?q=au:"" + + + + + byArtist + author + + + contributor + + + + + MusicGroup + Person + + + Organization + + + --- a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl +++ a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl @@ -112,7 +112,7 @@ -

+

245 abhfgknps @@ -159,10 +159,11 @@ -
by +
by +
@@ -473,7 +474,7 @@ Other title: - + @@ -491,7 +492,7 @@ Title translated: - + @@ -507,7 +508,7 @@ - + 130,240 adfklmor @@ -520,7 +521,7 @@ Uniform titles: - + @@ -987,6 +988,7 @@ + ; @@ -1008,11 +1010,32 @@ /cgi-bin/koha/opac-search.pl?q=au:"" + + + + + byArtist + author + + + contributor + + + + + MusicGroup + Person + + + Organization + + + --