From d7c942db4da3985d2340c1c48639c681a95e7b33 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Thu, 23 Jul 2015 17:52:33 +0000 Subject: [PATCH] webstaff: Z39.50 - more improvements * add grid actions * fix markup * add view MARC action * improve name of check for disabling actions that require at least one result to be selected * display cover image on view MARC modal * add Z39.50 raw search capability * implement selecting local record for overlay * implement record overlay with confirm Signed-off-by: Galen Charlton Signed-off-by: Jason Stephenson --- .../src/templates/staff/cat/z3950/t_list.tt2 | 41 ++++++- .../templates/staff/cat/z3950/t_marc_html.tt2 | 14 +++ .../templates/staff/cat/z3950/t_overlay.tt2 | 26 +++++ .../staff/cat/z3950/t_raw_search.tt2 | 22 ++++ .../js/ui/default/staff/cat/services/z3950.js | 34 +++++- .../web/js/ui/default/staff/cat/z3950/app.js | 110 +++++++++++++++++- 6 files changed, 232 insertions(+), 15 deletions(-) create mode 100644 Open-ILS/src/templates/staff/cat/z3950/t_marc_html.tt2 create mode 100644 Open-ILS/src/templates/staff/cat/z3950/t_overlay.tt2 create mode 100644 Open-ILS/src/templates/staff/cat/z3950/t_raw_search.tt2 diff --git a/Open-ILS/src/templates/staff/cat/z3950/t_list.tt2 b/Open-ILS/src/templates/staff/cat/z3950/t_list.tt2 index 91719d71ef..23349b9f78 100644 --- a/Open-ILS/src/templates/staff/cat/z3950/t_list.tt2 +++ b/Open-ILS/src/templates/staff/cat/z3950/t_list.tt2 @@ -32,10 +32,22 @@ + +
+[% l('Record with TCN [_1] marked for overlay.', '{{local_overlay_target}}') %]" +
+
+[% l('No record marked for overlay.') %] +
+ + - - + label="[% l('Show in Catalog') %]"> + + + + + + + + + + + +