https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27029
Bug ID: 27029
Summary: Detail page missing Javascript accessible biblionumber
value
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5 - low
Component: OPAC
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
Bug 26890 raises the point that there's no biblionumber on the detail page that
is easily Javascript accessible.
We really should be publishing the biblionumber in a feature-independent way,
so that different features can leverage the same biblionumber.
Here's my ideas so far:
1. data-biblionumber attribute in the body element
2. A RDFa schema.org identifier put in a child of the div.record element
3. Use Template::Toolkit to create a Javascript object that contains the
biblionumber as a property
4. HTML element like "<span class="label">Catalogue ID</span>: <span
id="biblionumber">1234</span>"
I'm actually kind of inclined towards #4, since I have occasionally had people
ask for the biblionumber to be published on the HTML to make it easier to see
and reference... (although more so for the Staff Interface than the OPAC
admittedly)
--
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/