webstaff: Z39.50 search and import interface
authorGalen Charlton <gmc@esilibrary.com>
Tue, 9 Jun 2015 22:10:18 +0000 (22:10 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Mon, 17 Aug 2015 22:56:53 +0000 (22:56 +0000)
commit8cd31f13b7f9a62abdb3a840964a8e80e879f78d
tree1b2ae11461f4112c2c0a3e953a45e35b80451b05
parentd78c3a8b1275f060466d6353c41fd0bffb168402
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>
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]