]> git.evergreen-ils.org Git - evergreen/masslnc.git/commit
webstaff: Z39.50 search and import interface
authorGalen Charlton <gmc@esilibrary.com>
Tue, 9 Jun 2015 22:10:18 +0000 (22:10 +0000)
committerJason Stephenson <jstephenson@mvlc.org>
Wed, 19 Aug 2015 17:39:18 +0000 (13:39 -0400)
commitce741307766608cd601c6fdc28962ff78df00d24
treefffe09120005a1db39b68a02bf7287fb546cfc1b
parent586a83b424c0eaf898a711897f3f9232ee55eb55
webstaff: Z39.50 search and import interface

- fetch configured Z39.50 targets
- can now select targets
- search field form now active
- can now retrieve results
- check for empty query correctly
- retain reference to target list
- preserve search query input when toggling Z39.50 target selection
- implement clear form handler
- allow enter key to submit search
- track index of Z39.50 results so that individual ones can be selected
- note results of experiences to make the title be conditionally a hyperlink
- implement show in catalog
- implement direct import
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Signed-off-by: Jason Stephenson <jstephenson@mvlc.org>
Open-ILS/src/templates/staff/cat/z3950/index.tt2 [new file with mode: 0644]
Open-ILS/src/templates/staff/cat/z3950/t_list.tt2 [new file with mode: 0644]
Open-ILS/src/templates/staff/cat/z3950/t_search_fields.tt2 [new file with mode: 0644]
Open-ILS/src/templates/staff/cat/z3950/t_target.tt2 [new file with mode: 0644]
Open-ILS/src/templates/staff/navbar.tt2
Open-ILS/web/js/ui/default/staff/cat/services/z3950.js [new file with mode: 0644]
Open-ILS/web/js/ui/default/staff/cat/z3950/app.js [new file with mode: 0644]