From e4bc4ea0003672b093fd6f6033cd16706daa8816 Mon Sep 17 00:00:00 2001 From: senator Date: Fri, 4 Feb 2011 17:14:15 -0500 Subject: [PATCH] Never got the place_hold page in until just now parts/place_hold.tt2 needs css/js attention already seen by other templates in parts/ --- Open-ILS/web/opac/skin/kcls-wire/js/misc.js | 1 + .../default/kcls-wire/parts/place_hold.tt2 | 290 +++++++++++++++++++++ .../web/templates/default/kcls-wire/place_hold.tt2 | 15 ++ 3 files changed, 306 insertions(+) create mode 100644 Open-ILS/web/templates/default/kcls-wire/parts/place_hold.tt2 create mode 100644 Open-ILS/web/templates/default/kcls-wire/place_hold.tt2 diff --git a/Open-ILS/web/opac/skin/kcls-wire/js/misc.js b/Open-ILS/web/opac/skin/kcls-wire/js/misc.js index aa76a3870c..d3aa65884f 100644 --- a/Open-ILS/web/opac/skin/kcls-wire/js/misc.js +++ b/Open-ILS/web/opac/skin/kcls-wire/js/misc.js @@ -168,6 +168,7 @@ var sortHolds = _stub; /* XXX TODO There was a method for sorting loaded holds var showDetailedResults = _stub; /* XXX TODO for an old onchange handler that toggled between simple and detailed results in the rresults page. */ +var showCanvas = _stub; var checkAll = _stub; var sortChecked = _stub; var sortCheckedHist = _stub; diff --git a/Open-ILS/web/templates/default/kcls-wire/parts/place_hold.tt2 b/Open-ILS/web/templates/default/kcls-wire/parts/place_hold.tt2 new file mode 100644 index 0000000000..548f092a31 --- /dev/null +++ b/Open-ILS/web/templates/default/kcls-wire/parts/place_hold.tt2 @@ -0,0 +1,290 @@ +
+
+
+ + + + + + + + + + +
&opac.holds.xulRecipient;: + + + + + + + +
+
+
+
+


+ &common.hold.check; +
+
+
+

Place Hold

+

+ You would like to place a hold on + "" + to be picked up at + "".
+ If this is correct, press SUBMIT.

+

+ If you would like to change the library pick up location, select + from the        +
+ Location dropdown menu. +

+

If you use the Traveling Library Center (TLC) and ABC Express + services, please select "Outreach" to have the item delivered + during your scheduled visit.

+ Submit +        + Cancel +

+

* If you need your item today, and it is checked in at your + library, please place your hold and then call your library to set it + aside. Placing a hold without calling the library will increase your + wait time.
Library phone numbers. +

+

* For best possible service, we recommend keeping a printed copy of + your most recent holds list.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
&common.hold.create;
&opac.holds.recipient;:
&common.title.label;
&common.author;
&common.format;
&common.physical.label;
&common.call.number.label;
&common.copy.barcode.label;
&common.hold.type.label; + &common.hold.volume; + + &common.hold.copy; +
&opac.holds.contactPhone;: + + + &common.phone.format; + +
&common.phone.enable; + +
&opac.holds.contactEmail;: + + &common.email.none;
+ &common.email.set; +
+ + &common.email.none; + +
&common.email.enable; + +
&opac.holds.pickupLocation; + +
&opac.holds.expire_time; + +
+ &opac.holds.freeze; + &common.help; + + +
+ + &opac.holds.freeze.thaw_date; + + +
+ +
+
+ &common.format.alternatives; + &common.help; +
+
&common.control.click;
+
+ +
+ + + + +
+
&opac.holds.success;
+
&opac.holds.failure;
+ + &common.phone.format.help; + + + &common.hold.failed; + +
+
+
+ Place hold on selected
+ Remove selected + + + + + + + +
+ + + + Title +
+ + + + + + + + + + + +
+ Back to search results +
+ + + &opac.search.books; + &opac.search.largePrint; + &opac.search.audioBooks; + &opac.search.videoRecordings; + &opac.search.music; + &opac.search.electronic; + + + &holds.advanced_options; + &common.hold.delivery; + &common.hold.exists; + &common.hold.exists.override; + &common.hold.barred; + &common.hold.item.invalid; + &common.hold.patron.invalid; + +
diff --git a/Open-ILS/web/templates/default/kcls-wire/place_hold.tt2 b/Open-ILS/web/templates/default/kcls-wire/place_hold.tt2 new file mode 100644 index 0000000000..2bf000af22 --- /dev/null +++ b/Open-ILS/web/templates/default/kcls-wire/place_hold.tt2 @@ -0,0 +1,15 @@ +[% WRAPPER "default/kcls-wire/parts/base.tt2"; + INCLUDE "default/kcls-wire/parts/topnav.tt2"; + ctx.page_title = "Place Hold" %] +
+ [% INCLUDE "default/kcls-wire/parts/utils.tt2" %] + [% INCLUDE "default/kcls-wire/parts/searchbar.tt2" %] +
+
+
+
+ [% INCLUDE "default/kcls-wire/parts/place_hold.tt2" %] +
+
+
+[% END %] -- 2.11.0