@@ -, +, @@ beginning and add OPAC - Finishes reindenting started in first patch - Readds a space after the label - Moves $i to the beginning of the field as suggested by MARC21 documentation: http://www.loc.gov/marc/bibliographic/bd76x78x.html The data in subfield $i can be displayed preceding the other data contained in the field. - Adds a span with a class around the $i so people can control the formatting - Catalog a record with 780/785 with and without $i. - Verify that they display nicely in staff and OPAC, $i should show. Also $a and $t will show (unchanged by this patch) --- .../prog/en/xslt/MARC21slim2intranetDetail.xsl | 229 ++++++++++---------- .../bootstrap/en/xslt/MARC21slim2OPACDetail.xsl | 234 +++++++++++---------- 2 files changed, 244 insertions(+), 219 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl +++ a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl @@ -1242,125 +1242,134 @@ - - - - - - Continues: - - - Continues in part: - - - Supersedes: - - - Supersedes in part: - - - Formed by the union: ... and: ... - - - Absorbed: - - - Absorbed in part: - - - Separated from: - - - - - a_t - - - - - /cgi-bin/koha/catalogue/search.pl?q=Control-number: - - - - - /cgi-bin/koha/catalogue/search.pl?q=ti,phr: - - - - - - - - - + + + + + + Continues: + + + Continues in part: + + + Supersedes: + + + Supersedes in part: + + + Formed by the union: ... and: ... + + + Absorbed: + + + Absorbed in part: + + + Separated from: + + + - - - + + + + + + - - + + + a_t + + + + + /cgi-bin/koha/catalogue/search.pl?q=Control-number: + + + + + /cgi-bin/koha/catalogue/search.pl?q=ti,phr: + + + + + + + + + + + + - - - - - Continued by: - - - Continued in part by: - - - Superseded by: - - - Superseded in part by: - - - Absorbed by: - - - Absorbed in part by: - - - Split into .. and ...: - - - Merged with ... to form ... - - - Changed back to: - - - - - - a_t - - + + + + + Continued by: + + + Continued in part by: + + + Superseded by: + + + Superseded in part by: + + + Absorbed by: + + + Absorbed in part by: + + + Split into .. and ...: + + + Merged with ... to form ... + + + Changed back to: + + + - - - /cgi-bin/koha/catalogue/search.pl?q=Control-number: - - - - - /cgi-bin/koha/catalogue/search.pl?q=ti,phr: - - - - + + + + + + - - - - + + + a_t + + - + + + /cgi-bin/koha/catalogue/search.pl?q=Control-number: + + + + + /cgi-bin/koha/catalogue/search.pl?q=ti,phr: + + + + + + + --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl +++ a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl @@ -1353,125 +1353,141 @@ - - - - - - Continues: - - - Continues in part: - - - Supersedes: - - - Supersedes in part: - - - Formed by the union: ... and: ... - - - Absorbed: - - - Absorbed in part: - - - Separated from: - - - - - - a_t - - - - - /cgi-bin/koha/opac-search.pl?q=Control-number: - - - - - /cgi-bin/koha/opac-search.pl?q=ti,phr: - - - - - + + + + + + Continues: + + + Continues in part: + + + Supersedes: + + + Supersedes in part: + + + Formed by the union: ... and: ... + + + Absorbed: + + + Absorbed in part: + + + Separated from: + + + - - - + + + + + + - - + + + a_t + + + + + + /cgi-bin/koha/opac-search.pl?q=Control-number: + + + + + /cgi-bin/koha/opac-search.pl?q=ti,phr: + + + + + + + + + + + + - - - - - - Continued by: - - - Continued in part by: - - - Superseded by: - - - Superseded in part by: - - - Absorbed by: - - - Absorbed in part by: - - - Split into .. and ...: - - - Merged with ... to form ... - - - Changed back to: - - - - - - a_t - - + + + + + + Continued by: + + + Continued in part by: + + + Superseded by: + + + Superseded in part by: + + + Absorbed by: + + + Absorbed in part by: + + + Split into .. and ...: + + + Merged with ... to form ... + + + Changed back to: + + + - - - /cgi-bin/koha/opac-search.pl?q=Control-number: - - - - - /cgi-bin/koha/opac-search.pl?q=ti,phr: - - - - + + + + + + - + + + a_t + + - - - + + + /cgi-bin/koha/opac-search.pl?q=Control-number: + + + + + /cgi-bin/koha/opac-search.pl?q=ti,phr: + + + + + - - + + + + + + --