[Bug 3293] New: XSLT Display Incorrect for MU
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3293 Summary: XSLT Display Incorrect for MU Product: Koha Version: HEAD Platform: PC OS/Version: All Status: NEW Severity: normal Priority: P5 Component: Templates AssignedTo: oleonard@myacpl.org ReportedBy: nicole.engard@liblime.com Estimated Hours: 0.0 Change sponsored?: --- Per the comments on this document: http://koha.org/documentation/manual/3.2/opac/xslt/item-type-display Take a look at http://www.loc.gov/marc/bibliographic/bd006.html For MU (music), only codes i and j are designated as sound recordings. Codes c and d are actually "notated music" or scores. Right now a sound icon is displayed for all - making it misleading to patrons looking for sheet music. -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3293 Sam Cook <scook@hartford.edu> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |scook@hartford.edu --- Comment #1 from Sam Cook <scook@hartford.edu> 2009-06-05 00:36:34 --- (In reply to comment #0)
Per the comments on this document: http://koha.org/documentation/manual/3.2/opac/xslt/item-type-display
Take a look at http://www.loc.gov/marc/bibliographic/bd006.html
For MU (music), only codes i and j are designated as sound recordings. Codes c and d are actually "notated music" or scores.
Right now a sound icon is displayed for all - making it misleading to patrons looking for sheet music.
Would the solution simply be editing the XSLT stylesheet to read: <xsl:when test="$leader6='i' or $leader6='j'"> <img src="/opac-tmpl/prog/famfamfam/silk/sound.png" alt="sound" title="sound"/> Sound Recording </xsl:when> <xsl:when test="$leader6='c' or $leader6='d'"> <img src="/opac-tmpl/prog/famfamfam/silk/music.png" alt="score" title="score"/> Music Score </xsl:when> in place of the current code: <xsl:when test="$leader6='c' or $leader6='d' or $leader6='i'or $leader6='j'"> <img src="/opac-tmpl/prog/famfamfam/silk/sound.png" alt="sound" title="sound"/> Sound </xsl:when> -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3293 --- Comment #2 from Nicole C. Engard <nicole.engard@liblime.com> 2009-06-05 14:47:42 --- I don't know - that icon might work. -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3293 Nicole C. Engard <nicole.engard@liblime.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |beverly.church@liblime.com -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3293 Galen Charlton <galen.charlton@liblime.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nblake@masscat.org, | |galen.charlton@liblime.com Severity|normal |enhancement Change sponsored?|--- |Sponsored --- Comment #3 from Galen Charlton <galen.charlton@liblime.com> 2009-07-23 12:58:59 --- MassCat is sponsoring the enhancement, which will include the following components: [1] Designing a new icon for musical scores. [2] Displaying 'score' for MARC record types 'c' and 'd'. -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3293 Galen Charlton <galen.charlton@liblime.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|oleonard@myacpl.org |galen.charlton@liblime.com Deadline| |2009-07-31 -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3293 Galen Charlton <galen.charlton@liblime.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3293 Ben Ide <benide@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |benide@gmail.com --- Comment #4 from Ben Ide <benide@gmail.com> 2009-09-18 10:38:26 --- Looks pretty good now. Thanks, all!!! Update to "fixed"? -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3293 --- Comment #5 from Nicole C. Engard <nengard@gmail.com> 2010-03-25 16:35:23 --- I don't see a patch attached here - has a patch been pushed for this? -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3293 Cookie Wolfrom <cookie.wolfrom@liblime.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cookie.wolfrom@liblime.com -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3293 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris@bigballofwax.co.nz --- Comment #6 from Chris Cormack <chris@bigballofwax.co.nz> 2010-03-25 18:36:26 --- If it was done for Masscat and Ben from WALDO can see it, my guess is it wasn't done for Koha but for LEK. So we need a nice icon for music made. And then the fix is a simple xslt change. -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3293 --- Comment #7 from Nora Blake <nblake@masscat.org> 2010-03-25 19:28:26 --- Hello all, Sigh ... well, we sponsored this development before the dawn of Enterprise Koha so I expected it to make it to mainline Koha. Clearly it did not. What a treat. Well, I will pursue this with PTFS/LibLime but it may take a while. Nora -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3293 --- Comment #8 from Chris Cormack <chris@bigballofwax.co.nz> 2010-03-26 19:58:06 --- Created an attachment (id=1764) --> (http://bugs.koha.org/cgi-bin/bugzilla3/attachment.cgi?id=1764) Patched xslt files -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3293 --- Comment #9 from Galen Charlton <gmcharlt@gmail.com> 2010-04-16 11:45:41 --- I have pushed the patch that Chris submitted on behalf of Bernardo Gonzalez Kriegel. Should the additional work that had been done for MassCat be submitted, I am prepared to integrate that as well. -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (2)
-
bugzilla-daemon@kohaorg.ec2.liblime.com -
bugzilla-daemon@liblime.com