changes to OPAC results and detail XSLT
authorGalen Charlton <galen.charlton@liblime.com>
Wed, 11 Feb 2009 23:01:01 +0000 (17:01 -0600)
committerGalen Charlton <galen.charlton@liblime.com>
Fri, 27 Feb 2009 21:21:45 +0000 (15:21 -0600)
commit8f9618833e1f5f6a480fd88ef507303316702966
tree3a40b3239598b398d21f71ef92733fd862feda75
parent2026c28797b1e80b02abd089d3f0a6c29cc1c7a7
changes to OPAC results and detail XSLT

Various changes to OPAC search results and bib
detail display for MARC21.

* Search results

[1] 245 subfields will be displayed in order $a, $b, $h, then
    rest of subfields in the order they appear in the record.
[2] New edition field from 250$a, displayed under author
[3] New other title field from 246$a$b, displayed under call number

* Bib details

[1] 245 subfields will be displayed in order $a, $b, $h, then
    rest of subfields in the order they appear in the record.
[2] New edition field from 250$a$b, displayed under publisher
[3] New description field from 300$a$b$c$e$g, under the edition.
[4] New other title field from the 246$i$a$b$h$f$g$n$p, above the
    uniform title field.
[6] All 6XX fields are displayed in the subjects field.
[7] '--' now separates subdivisions in subject headings.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl
koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl
koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slimUtils.xsl