From b6112dcf5cc22e7b4025f238dd7a9a7c1a65c016 Mon Sep 17 00:00:00 2001 From: senator Date: Mon, 7 Feb 2011 14:01:39 -0500 Subject: [PATCH] Shove the POC out of the way, move the KCLS-derived stuff in --- Open-ILS/web/templates/default/kcls-wire/home.tt2 | 15 - Open-ILS/web/templates/default/kcls-wire/login.tt2 | 14 - .../templates/default/kcls-wire/myopac/circs.tt2 | 179 ----- .../templates/default/kcls-wire/myopac/holds.tt2 | 204 ------ .../templates/default/kcls-wire/myopac/main.tt2 | 421 ----------- .../templates/default/kcls-wire/myopac/prefs.tt2 | 777 -------------------- .../web/templates/default/kcls-wire/place_hold.tt2 | 15 - .../web/templates/default/kcls-wire/record.tt2 | 14 - .../web/templates/default/kcls-wire/results.tt2 | 60 -- .../templates/default/{opac => opac-poc}/base.tt2 | 0 .../default/{opac => opac-poc}/common.tt2 | 0 Open-ILS/web/templates/default/opac-poc/home.tt2 | 24 + Open-ILS/web/templates/default/opac-poc/login.tt2 | 32 + .../default/{opac => opac-poc}/marc_attrs.tt2 | 0 .../default/{opac => opac-poc}/myopac/_links.tt2 | 0 .../default/{opac => opac-poc}/myopac/bookbags.tt2 | 0 .../templates/default/opac-poc/myopac/circs.tt2 | 77 ++ .../default/{opac => opac-poc}/myopac/fines.tt2 | 0 .../templates/default/opac-poc/myopac/holds.tt2 | 94 +++ .../web/templates/default/opac-poc/myopac/main.tt2 | 39 + .../templates/default/opac-poc/myopac/prefs.tt2 | 15 + .../{opac => opac-poc}/myopac/update_email.tt2 | 0 .../web/templates/default/opac-poc/place_hold.tt2 | 33 + Open-ILS/web/templates/default/opac-poc/record.tt2 | 82 +++ .../web/templates/default/opac-poc/results.tt2 | 117 +++ .../default/{kcls-wire => opac}/advanced.tt2 | 8 +- Open-ILS/web/templates/default/opac/home.tt2 | 37 +- Open-ILS/web/templates/default/opac/login.tt2 | 44 +- .../web/templates/default/opac/myopac/circs.tt2 | 242 +++++-- .../web/templates/default/opac/myopac/holds.tt2 | 280 +++++--- .../default/{kcls-wire => opac}/myopac/lists.tt2 | 4 +- .../web/templates/default/opac/myopac/main.tt2 | 456 +++++++++++- .../web/templates/default/opac/myopac/prefs.tt2 | 786 ++++++++++++++++++++- .../parts/advanced/global_row.tt2 | 0 .../{kcls-wire => opac}/parts/advanced/search.tt2 | 6 +- .../default/{kcls-wire => opac}/parts/base.tt2 | 2 +- .../{kcls-wire => opac}/parts/cn_browse.tt2 | 0 .../default/{kcls-wire => opac}/parts/footer.tt2 | 0 .../{kcls-wire => opac}/parts/format_selector.tt2 | 0 .../{kcls-wire => opac}/parts/homesearch.tt2 | 0 .../parts/item_lang_options.tt2 | 0 .../{kcls-wire => opac}/parts/libselect.tt2 | 0 .../{kcls-wire => opac}/parts/login/form.tt2 | 0 .../{kcls-wire => opac}/parts/myopac/base.tt2 | 6 +- .../{kcls-wire => opac}/parts/place_hold.tt2 | 0 .../{kcls-wire => opac}/parts/record/body.tt2 | 4 +- .../parts/record/cn_details.tt2 | 0 .../{kcls-wire => opac}/parts/record/copyinfo.tt2 | 0 .../{kcls-wire => opac}/parts/record/extras.tt2 | 6 +- .../{kcls-wire => opac}/parts/record/summary.tt2 | 0 .../{kcls-wire => opac}/parts/result/header.tt2 | 0 .../{kcls-wire => opac}/parts/result/lowhits.tt2 | 0 .../{kcls-wire => opac}/parts/result/table.tt2 | 0 .../{kcls-wire => opac}/parts/searchbar.tt2 | 6 +- .../{kcls-wire => opac}/parts/stypes_selector.tt2 | 0 .../default/{kcls-wire => opac}/parts/tips.tt2 | 0 .../default/{kcls-wire => opac}/parts/topnav.tt2 | 0 .../default/{kcls-wire => opac}/parts/utils.tt2 | 0 Open-ILS/web/templates/default/opac/place_hold.tt2 | 46 +- Open-ILS/web/templates/default/opac/record.tt2 | 94 +-- Open-ILS/web/templates/default/opac/results.tt2 | 171 ++--- 61 files changed, 2205 insertions(+), 2205 deletions(-) delete mode 100644 Open-ILS/web/templates/default/kcls-wire/home.tt2 delete mode 100644 Open-ILS/web/templates/default/kcls-wire/login.tt2 delete mode 100644 Open-ILS/web/templates/default/kcls-wire/myopac/circs.tt2 delete mode 100644 Open-ILS/web/templates/default/kcls-wire/myopac/holds.tt2 delete mode 100644 Open-ILS/web/templates/default/kcls-wire/myopac/main.tt2 delete mode 100644 Open-ILS/web/templates/default/kcls-wire/myopac/prefs.tt2 delete mode 100644 Open-ILS/web/templates/default/kcls-wire/place_hold.tt2 delete mode 100644 Open-ILS/web/templates/default/kcls-wire/record.tt2 delete mode 100644 Open-ILS/web/templates/default/kcls-wire/results.tt2 rename Open-ILS/web/templates/default/{opac => opac-poc}/base.tt2 (100%) rename Open-ILS/web/templates/default/{opac => opac-poc}/common.tt2 (100%) create mode 100644 Open-ILS/web/templates/default/opac-poc/home.tt2 create mode 100644 Open-ILS/web/templates/default/opac-poc/login.tt2 rename Open-ILS/web/templates/default/{opac => opac-poc}/marc_attrs.tt2 (100%) rename Open-ILS/web/templates/default/{opac => opac-poc}/myopac/_links.tt2 (100%) rename Open-ILS/web/templates/default/{opac => opac-poc}/myopac/bookbags.tt2 (100%) create mode 100644 Open-ILS/web/templates/default/opac-poc/myopac/circs.tt2 rename Open-ILS/web/templates/default/{opac => opac-poc}/myopac/fines.tt2 (100%) create mode 100644 Open-ILS/web/templates/default/opac-poc/myopac/holds.tt2 create mode 100644 Open-ILS/web/templates/default/opac-poc/myopac/main.tt2 create mode 100644 Open-ILS/web/templates/default/opac-poc/myopac/prefs.tt2 rename Open-ILS/web/templates/default/{opac => opac-poc}/myopac/update_email.tt2 (100%) create mode 100644 Open-ILS/web/templates/default/opac-poc/place_hold.tt2 create mode 100644 Open-ILS/web/templates/default/opac-poc/record.tt2 create mode 100644 Open-ILS/web/templates/default/opac-poc/results.tt2 rename Open-ILS/web/templates/default/{kcls-wire => opac}/advanced.tt2 (76%) rename Open-ILS/web/templates/default/{kcls-wire => opac}/myopac/lists.tt2 (99%) rename Open-ILS/web/templates/default/{kcls-wire => opac}/parts/advanced/global_row.tt2 (100%) rename Open-ILS/web/templates/default/{kcls-wire => opac}/parts/advanced/search.tt2 (98%) rename Open-ILS/web/templates/default/{kcls-wire => opac}/parts/base.tt2 (94%) rename Open-ILS/web/templates/default/{kcls-wire => opac}/parts/cn_browse.tt2 (100%) rename Open-ILS/web/templates/default/{kcls-wire => opac}/parts/footer.tt2 (100%) rename Open-ILS/web/templates/default/{kcls-wire => opac}/parts/format_selector.tt2 (100%) rename Open-ILS/web/templates/default/{kcls-wire => opac}/parts/homesearch.tt2 (100%) rename Open-ILS/web/templates/default/{kcls-wire => opac}/parts/item_lang_options.tt2 (100%) rename Open-ILS/web/templates/default/{kcls-wire => opac}/parts/libselect.tt2 (100%) rename Open-ILS/web/templates/default/{kcls-wire => opac}/parts/login/form.tt2 (100%) rename Open-ILS/web/templates/default/{kcls-wire => opac}/parts/myopac/base.tt2 (86%) rename Open-ILS/web/templates/default/{kcls-wire => opac}/parts/place_hold.tt2 (100%) rename Open-ILS/web/templates/default/{kcls-wire => opac}/parts/record/body.tt2 (97%) rename Open-ILS/web/templates/default/{kcls-wire => opac}/parts/record/cn_details.tt2 (100%) rename Open-ILS/web/templates/default/{kcls-wire => opac}/parts/record/copyinfo.tt2 (100%) rename Open-ILS/web/templates/default/{kcls-wire => opac}/parts/record/extras.tt2 (98%) rename Open-ILS/web/templates/default/{kcls-wire => opac}/parts/record/summary.tt2 (100%) rename Open-ILS/web/templates/default/{kcls-wire => opac}/parts/result/header.tt2 (100%) rename Open-ILS/web/templates/default/{kcls-wire => opac}/parts/result/lowhits.tt2 (100%) rename Open-ILS/web/templates/default/{kcls-wire => opac}/parts/result/table.tt2 (100%) rename Open-ILS/web/templates/default/{kcls-wire => opac}/parts/searchbar.tt2 (90%) rename Open-ILS/web/templates/default/{kcls-wire => opac}/parts/stypes_selector.tt2 (100%) rename Open-ILS/web/templates/default/{kcls-wire => opac}/parts/tips.tt2 (100%) rename Open-ILS/web/templates/default/{kcls-wire => opac}/parts/topnav.tt2 (100%) rename Open-ILS/web/templates/default/{kcls-wire => opac}/parts/utils.tt2 (100%) diff --git a/Open-ILS/web/templates/default/kcls-wire/home.tt2 b/Open-ILS/web/templates/default/kcls-wire/home.tt2 deleted file mode 100644 index e9a0516494..0000000000 --- a/Open-ILS/web/templates/default/kcls-wire/home.tt2 +++ /dev/null @@ -1,15 +0,0 @@ -[% WRAPPER "default/kcls-wire/parts/base.tt2"; - INCLUDE "default/kcls-wire/parts/topnav.tt2"; - ctx.page_title = "Home" %] -
- [% INCLUDE "default/kcls-wire/parts/utils.tt2" %] - [% INCLUDE "default/kcls-wire/parts/searchbar.tt2" %] -
-
-
-
- [% INCLUDE "default/kcls-wire/parts/homesearch.tt2" %] -
-
-
-[% END %] diff --git a/Open-ILS/web/templates/default/kcls-wire/login.tt2 b/Open-ILS/web/templates/default/kcls-wire/login.tt2 deleted file mode 100644 index 59573972b3..0000000000 --- a/Open-ILS/web/templates/default/kcls-wire/login.tt2 +++ /dev/null @@ -1,14 +0,0 @@ -[% WRAPPER "default/kcls-wire/parts/base.tt2"; - INCLUDE "default/kcls-wire/parts/topnav.tt2"; - ctx.page_title = "Account Login" %] -
- [% INCLUDE "default/kcls-wire/parts/utils.tt2" %] - [% INCLUDE "default/kcls-wire/parts/searchbar.tt2" %] -
-
-
- [% INCLUDE "default/kcls-wire/parts/login/form.tt2" %] -
-
-
-[% END %] diff --git a/Open-ILS/web/templates/default/kcls-wire/myopac/circs.tt2 b/Open-ILS/web/templates/default/kcls-wire/myopac/circs.tt2 deleted file mode 100644 index 67e1316653..0000000000 --- a/Open-ILS/web/templates/default/kcls-wire/myopac/circs.tt2 +++ /dev/null @@ -1,179 +0,0 @@ -[% WRAPPER "default/kcls-wire/parts/base.tt2" + - "default/kcls-wire/parts/myopac/base.tt2"; - myopac_page = "circs" %] -
-
-
- -
- - -
- -
-
-
- -
- - Current Items Checked Out - - - Export List - -
-
-
- - - - - - -
- Renew Selected Titles - - Save - - Renewing Help -
- - - - - - - - - -
- - - - Title - / - - Author - - - - Renews
Left -
-
- Due Date - - - barcode - - call number -
- -
-
- - - - - - - - - -
- - - -
-
-
-
-
- - - - - - - - -
- Title / - Author - - Call Number - - Checkout - - Due Date - - Returned -
- - - - - - - - - - -
- / - -
-
-
-
-
&myopac.common.other.circ;
- - - - - - - - - - - - -
&myopac.checked.circ.lib;&myopac.checked.item.type;&myopac.checked.circ.time;
- - -
-
-
&myopac.checked.renew.success;
- &myopac.checked.renew.confirm; - &myopac.checked.renew.fail; - &myopac.checked.renew.fail2; -
-[% END %] diff --git a/Open-ILS/web/templates/default/kcls-wire/myopac/holds.tt2 b/Open-ILS/web/templates/default/kcls-wire/myopac/holds.tt2 deleted file mode 100644 index e97a3cd12c..0000000000 --- a/Open-ILS/web/templates/default/kcls-wire/myopac/holds.tt2 +++ /dev/null @@ -1,204 +0,0 @@ -[% WRAPPER "default/kcls-wire/parts/base.tt2" + - "default/kcls-wire/parts/myopac/base.tt2"; - myopac_page = "holds" %] -
-
-
- -
- - -
- -
-
-
-
- - Current Items on Hold - - - Export List - -
-
-
- - - - - - - -
- - - Save - - Holds Help - - -
- - - - - - - - - - - - -
- - - - Title - - - Author - - Format - - Pickup Location - ActivateCancel if not
filled by
Active - Status -
-
- -
- - - - - - - - - - - - - - - - -
- - -
- -
-
-
-
-
-
-
- - - - - - - - - - - - -
- -
-
- Edit - Save - Back -
-
-
testing...
- - &myopac.holds.cancel.confirm; - &myopac.holds.freeze.confirm; - &myopac.holds.thaw.confirm; - &myopac.holds.thaw_date.confirm; - &myopac.holds.freeze.select_thaw; - - - -
&myopac.holds.processing;
- - - &myopac.holds.verify; - -
-
-
- &myopac.holds.freeze.select_thaw; -
-

- -

-

- -

-
-[% END %] diff --git a/Open-ILS/web/templates/default/kcls-wire/myopac/main.tt2 b/Open-ILS/web/templates/default/kcls-wire/myopac/main.tt2 deleted file mode 100644 index 53c50d5461..0000000000 --- a/Open-ILS/web/templates/default/kcls-wire/myopac/main.tt2 +++ /dev/null @@ -1,421 +0,0 @@ -[% WRAPPER "default/kcls-wire/parts/base.tt2" + - "default/kcls-wire/parts/myopac/base.tt2"; - myopac_page = "main" %] -
-
-
-
Account Summary
-
-
-
-
- -
-
-
-
- -
-
-
-
- -
-
-
-
- -
-
- Fines: $0.00
- Pay Fines -
-
-
-
-
- - - - - -
- Items Currently Checked out - - (0) - -
-
-
- - - - - -
- Items Currently on Hold - - (0) - -
-
-
- - - - - -
- Items ready for pickup - - (0) - -
-
-
- - - - - -
Fees & Fines
-
-
-
-
-
- - - - - - - - - - - - - - - - - - - - - -
- &myopac.fines.title; -
&myopac.fines.owed;&myopac.fines.paid;&myopac.fines.balance;
&myopac.fines.status;
&common.currency;&common.currency;&common.currency;
- - -
-


- - - - - - - - - - - - - - - - - - - - - - - - - - - -
- Fines -
&common.title;&common.author;&myopac.fines.checkout;&myopac.fines.due;&myopac.fines.returned;&myopac.fines.balance; - -
- -
- - - &myopac.fines.accruing; - - &common.currency; - - -
-
- - -
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - -
- &myopac.fines.other; -
&myopac.fines.time.start;&myopac.fines.time.paid;&myopac.fines.owed.initial;&myopac.fines.paid.amount;&myopac.fines.balance;&myopac.fines.type; - -
- -
- &common.currency; - - &common.currency; - - * - - &common.currency; - - - -
-
- Pay Fines -
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Billing Information - Selected fines you are paying for: - - - - - - - - - -
- Name - - Amount -
-
-
- Total amount to pay: - $ -
-
- Click Cancel to go back and (un)select - other fines. -
First Name
Last Name
Street Address
City
State or Province
ZIP or Postal Code
Credit Card Information
Credit Card #
-
-
- -
-
- Security Code -
- -
Exipration Month - -
Expiration Year - -
Edit Billing Address - -
- - -
-
- Important! You must have a printed receipt to be - eligible for a refund on lost items (regulations allow - for no exceptions). -
- - To ensure your necessary receipt information is - not lost, enter your email address above and a - receipt will be emailed to you. Otherwise, make - certain you have a printed receipt in hand before - closing the payment receipt screen. - -
- Refunds are not available for parts and pieces, overdue - fines, or items that do not display a specific title in - My Account. For a full list of refundable and - non-refundable items, visit - http://www.kcls.org/usingthelibrary/borrowing/refundable.cfm

- This site uses VeriSign SSL encryption to ensure your - privacy. -
-
-
-[% END %] diff --git a/Open-ILS/web/templates/default/kcls-wire/myopac/prefs.tt2 b/Open-ILS/web/templates/default/kcls-wire/myopac/prefs.tt2 deleted file mode 100644 index 94aea2145b..0000000000 --- a/Open-ILS/web/templates/default/kcls-wire/myopac/prefs.tt2 +++ /dev/null @@ -1,777 +0,0 @@ -[% WRAPPER "default/kcls-wire/parts/base.tt2" + - "default/kcls-wire/parts/myopac/base.tt2"; - myopac_page = "prefs" %] -
-
-
-
- - - - - -
- - - -
-
- -
-
-
- Save -
-
-
- -
-
- -
- - Account Information and Preferences - - - Export List - -
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
&myopac.loading;
&myopac.prefs.hits; -
-
- - Search Hits Help -
-
-
&myopac.prefs.font;
&myopac.prefs.search.location; -
- - &myopac.prefs.search.home; -
- -
&myopac.prefs.search.range;
Try - Library Elf-to manage library materials! - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
&myopac.prefs.holds.notify; &common.help;
Pick Up Notice for - Holds
-
- - (Temporarily phone notification will generate a - mailed paper notice.)
Expire Notice for - Holds
-
Cancel Notice for - Holds
-
Overdue First - Notice
- -
- - - (Temporarily phone notification will generate a - mailed paper notice.)
Courtesy - Notice
-
- -
-
- - - - - - -
- &myopac.summary.expired;
-
- -
- - - - - - - - - - - - -
- &myopac.summary.notes;
:

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
&common.name;
- &myopac.summary.phone.day;&myopac.summary.change;
- - Enter New &myopac.summary.phone.day;: - - - - - - - - - -
- &myopac.summary.phone.evening;&myopac.summary.change;
New - &myopac.summary.phone.evening;: - - - -
- &myopac.summary.phone.other;&myopac.summary.change;
Enter - New &myopac.summary.phone.other;: - - - -
-
-
- - Username Help -
-
&common.username; -
&myopac.summary.change;
&myopac.summary.username.enter; - - - -
- &common.password; - &myopac.summary.password.text;&myopac.summary.change;
- - - - - - - - - - - - - - - - - - - -
- - &myopac.summary.password.current; - - - -
&myopac.summary.password.new; -
&myopac.summary.password.reenter; - -
- -
- &myopac.summary.email;&myopac.summary.change;
- - &myopac.summary.email.new; - - - - - - - - -
- &myopac.summary.id.primary;
- &myopac.summary.barcode;
- &myopac.summary.home;&myopac.summary.change;
- - New home library: - - - - - - - -
- &myopac.summary.genesis; -

-
-
- - - - - - - - - - - - - - - -
&myopac.summary.addresses; - - - - - - -
&myopac.summary.addresses.pending; - Address Help -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
&myopac.summary.address.type;
&myopac.summary.address.street;
&myopac.summary.address.street;
&myopac.summary.address.city;
&myopac.summary.address.county;
&myopac.summary.address.state;
&myopac.summary.address.country;
&myopac.summary.address.zip;
- Edit Address -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
&myopac.summary.address.type;
- &myopac.summary.address.street;
&myopac.summary.address.street; - -
&myopac.summary.address.city; - -
&myopac.summary.address.county; - -
&myopac.summary.address.state; - -
&myopac.summary.address.country; - -
&myopac.summary.address.zip;
- Save Changes - Discard Pending Address -
-
-
-
- &myopac.summary.username.error; -
-
- &myopac.summary.username.dup; -
-
- &myopac.summary.username.success; -
-
- &myopac.summary.username.failure; -
-
- &myopac.summary.email.error; -
-
- &myopac.summary.email.success; -
-
- &myopac.summary.email.failed; -
-
- &myopac.summary.password.error; -
-
- &myopac.summary.password.success; -
-
- &myopac.summary.password.failure; -
- - &myopac.summary.username.invalid; - - - Address Saved - -
- &myopac.prefs.save.success; -
-
- &myopac.prefs.save.failed; -
- - &myopac.prefs.help; - -
-[% END %] diff --git a/Open-ILS/web/templates/default/kcls-wire/place_hold.tt2 b/Open-ILS/web/templates/default/kcls-wire/place_hold.tt2 deleted file mode 100644 index 2bf000af22..0000000000 --- a/Open-ILS/web/templates/default/kcls-wire/place_hold.tt2 +++ /dev/null @@ -1,15 +0,0 @@ -[% 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 %] diff --git a/Open-ILS/web/templates/default/kcls-wire/record.tt2 b/Open-ILS/web/templates/default/kcls-wire/record.tt2 deleted file mode 100644 index 59d2ef8a15..0000000000 --- a/Open-ILS/web/templates/default/kcls-wire/record.tt2 +++ /dev/null @@ -1,14 +0,0 @@ -[% WRAPPER "default/kcls-wire/parts/base.tt2"; - INCLUDE "default/kcls-wire/parts/topnav.tt2"; - ctx.page_title = "Record Detail" %] -
- [% INCLUDE "default/kcls-wire/parts/utils.tt2" %] - [% INCLUDE "default/kcls-wire/parts/searchbar.tt2" %] -
-
-
- [% INCLUDE "default/kcls-wire/parts/record/body.tt2" %] -
-
-
-[% END %] diff --git a/Open-ILS/web/templates/default/kcls-wire/results.tt2 b/Open-ILS/web/templates/default/kcls-wire/results.tt2 deleted file mode 100644 index e281aacec3..0000000000 --- a/Open-ILS/web/templates/default/kcls-wire/results.tt2 +++ /dev/null @@ -1,60 +0,0 @@ -[% WRAPPER "default/kcls-wire/parts/base.tt2"; - INCLUDE "default/kcls-wire/parts/topnav.tt2"; - ctx.page_title = "Search Results" %] -
- [% INCLUDE "default/kcls-wire/parts/utils.tt2" %] - [% INCLUDE "default/kcls-wire/parts/searchbar.tt2" %] -
-
-
-
-
- Another Search -
-
- Advanced Search -
-
- View My List -
-
-
Sort by
- - - -
-
View
- -
- - -
-
-
-
-
- [% INCLUDE "default/kcls-wire/parts/result/header.tt2" %] -
- [% INCLUDE "default/kcls-wire/parts/result/table.tt2" %] - [% INCLUDE "default/kcls-wire/parts/result/lowhits.tt2" %] -
-
-
-
-
-[% END %] diff --git a/Open-ILS/web/templates/default/opac/base.tt2 b/Open-ILS/web/templates/default/opac-poc/base.tt2 similarity index 100% rename from Open-ILS/web/templates/default/opac/base.tt2 rename to Open-ILS/web/templates/default/opac-poc/base.tt2 diff --git a/Open-ILS/web/templates/default/opac/common.tt2 b/Open-ILS/web/templates/default/opac-poc/common.tt2 similarity index 100% rename from Open-ILS/web/templates/default/opac/common.tt2 rename to Open-ILS/web/templates/default/opac-poc/common.tt2 diff --git a/Open-ILS/web/templates/default/opac-poc/home.tt2 b/Open-ILS/web/templates/default/opac-poc/home.tt2 new file mode 100644 index 0000000000..03b2ad1c15 --- /dev/null +++ b/Open-ILS/web/templates/default/opac-poc/home.tt2 @@ -0,0 +1,24 @@ +[% ctx.page_title = "Home" %] + +[% BLOCK html_head %] + +[% END %] + +[% WRAPPER "default/opac/base.tt2" %] +[% PROCESS "default/opac/common.tt2" %] + +
+ +

+
+ + [% PROCESS build_org_selector name='loc' %] + + +
+
+ + +[% END %] diff --git a/Open-ILS/web/templates/default/opac-poc/login.tt2 b/Open-ILS/web/templates/default/opac-poc/login.tt2 new file mode 100644 index 0000000000..1bae9588f6 --- /dev/null +++ b/Open-ILS/web/templates/default/opac-poc/login.tt2 @@ -0,0 +1,32 @@ +[% BLOCK html_head %] + +[% END %] + +[% + USE CGI; + WRAPPER "default/opac/base.tt2"; + ctx.page_title = "Login"; +%] + +
+
+ + + + + + + + + + + + +
Username or Barcode
Password
+ +
+ +
+
+[% END %] diff --git a/Open-ILS/web/templates/default/opac/marc_attrs.tt2 b/Open-ILS/web/templates/default/opac-poc/marc_attrs.tt2 similarity index 100% rename from Open-ILS/web/templates/default/opac/marc_attrs.tt2 rename to Open-ILS/web/templates/default/opac-poc/marc_attrs.tt2 diff --git a/Open-ILS/web/templates/default/opac/myopac/_links.tt2 b/Open-ILS/web/templates/default/opac-poc/myopac/_links.tt2 similarity index 100% rename from Open-ILS/web/templates/default/opac/myopac/_links.tt2 rename to Open-ILS/web/templates/default/opac-poc/myopac/_links.tt2 diff --git a/Open-ILS/web/templates/default/opac/myopac/bookbags.tt2 b/Open-ILS/web/templates/default/opac-poc/myopac/bookbags.tt2 similarity index 100% rename from Open-ILS/web/templates/default/opac/myopac/bookbags.tt2 rename to Open-ILS/web/templates/default/opac-poc/myopac/bookbags.tt2 diff --git a/Open-ILS/web/templates/default/opac-poc/myopac/circs.tt2 b/Open-ILS/web/templates/default/opac-poc/myopac/circs.tt2 new file mode 100644 index 0000000000..5f08d2e59e --- /dev/null +++ b/Open-ILS/web/templates/default/opac-poc/myopac/circs.tt2 @@ -0,0 +1,77 @@ +[% BLOCK html_head %] + +[% END %] + +[% PROCESS "default/opac/common.tt2" %] +[% WRAPPER "default/opac/base.tt2" %] +[% INCLUDE "default/opac/myopac/_links.tt2" myopac_page = "circs" %] + +[% IF ctx.circs.size == 0 %] +No Items Checked Out +[% STOP; END %] + +
+
+ [% IF ctx.success_renewals > 0 %] +
Successfully renewed [% ctx.success_renewals %] items.
+ [% END %] + [% IF ctx.failed_renewals > 0 %] +
Failed to renew [% ctx.failed_renewals %] items.
+ [% END %] +
+ + +
+
+ + + + + + + + + + + + [% FOR circ IN ctx.circs %] + [% attrs = {marc_xml => circ.marc_xml}; %] + [% PROCESS get_marc_attrs args=attrs; %] + + + + + + + + + + [% IF circ.renewal_response and circ.renewal_response.textcode != 'SUCCESS' %] + + + + [% END %] + [% END %] + +
TitleAuthorDue DateRenewals RemainingSelect
[% attrs.title %][% attrs.author %][% date.format(ctx.parse_datetime(circ.circ.due_date),'%Y-%m-%d') %][% circ.circ.renewal_remaining %]
+
+ [% circ.renewal_response.textcode %] + [% IF circ.renewal_response.payload.fail_part and circ.renewal_response.payload.fail_part != circ.renewal_response.textcode %] + [% circ.renewal_response.payload.fail_part %] + [% END %] +
+
+
+ +[% END %] diff --git a/Open-ILS/web/templates/default/opac/myopac/fines.tt2 b/Open-ILS/web/templates/default/opac-poc/myopac/fines.tt2 similarity index 100% rename from Open-ILS/web/templates/default/opac/myopac/fines.tt2 rename to Open-ILS/web/templates/default/opac-poc/myopac/fines.tt2 diff --git a/Open-ILS/web/templates/default/opac-poc/myopac/holds.tt2 b/Open-ILS/web/templates/default/opac-poc/myopac/holds.tt2 new file mode 100644 index 0000000000..ce09725149 --- /dev/null +++ b/Open-ILS/web/templates/default/opac-poc/myopac/holds.tt2 @@ -0,0 +1,94 @@ +[% BLOCK html_head %] + +[% END %] + +[% PROCESS "default/opac/common.tt2"; + WRAPPER "default/opac/base.tt2"; + INCLUDE "default/opac/myopac/_links.tt2" myopac_page = "holds" %] + +[% IF ctx.holds.size == 0 %] +No Items On Hold +[% STOP; END %] + +
+ +
+
+ + +
+
+ + + + + + + + + + + + + + + + [% FOR hold IN ctx.holds %] + [% attrs = {marc_xml => hold.marc_xml}; %] + [% PROCESS get_marc_attrs args=attrs; %] + + + + + + + + + + + + [% END %] + +
TitleAuthorFormatsPickup LocationStatusActiveActivate on...Expiration DateSelect
[% attrs.title %][% attrs.author %] + [% + key = attrs.mattype; + format_desc = ctx.find_citm(key).value; + icon_filename = icon_by_mattype.$key; + IF icon_filename; + %] + [% format_desc %] + [% END %] + [% ctx.find_aou(hold.hold.hold.pickup_lib).name %][% + IF hold.hold.status == 4; + "Available"; + ELSIF hold.hold.estimated_wait; + "Estimated wait (days): "; hold.hold.estimated_wait; + ELSIF hold.hold.status == 3; + "In Transit"; + ELSIF hold.hold.status < 3; + "Waiting for copy"; + END; + %][% IF hold.hold.hold.frozen == 't' %] No [% ELSE %] Yes [% END %][% + IF hold.hold.hold.frozen == 't' AND hold.hold.hold.thaw_date; + date.format(ctx.parse_datetime(hold.hold.hold.thaw_date),'%Y-%m-%d'); + ELSE; + '-'; + END + %][% hold.hold.hold.expire_time ? hold.hold.hold.expire_time : '-' %]
+
+[% END %] diff --git a/Open-ILS/web/templates/default/opac-poc/myopac/main.tt2 b/Open-ILS/web/templates/default/opac-poc/myopac/main.tt2 new file mode 100644 index 0000000000..33a533ee47 --- /dev/null +++ b/Open-ILS/web/templates/default/opac-poc/myopac/main.tt2 @@ -0,0 +1,39 @@ +[% BLOCK html_head %] + +[% END %] + +[% WRAPPER "default/opac/base.tt2" %] +[% INCLUDE "default/opac/myopac/_links.tt2" myopac_page = "main" %] + + + + + + + + + + + + + + + + + + + + + + + + + + +
First Name[% ctx.user.first_given_name %]
Middle Name[% ctx.user.second_given_name %]
Last Name[% ctx.user.family_name %]
Library Card[% ctx.user.card.barcode %]
Email Address[% ctx.user.email %]Change
Phone[% ctx.user.day_phone %]
+ +[% END %] diff --git a/Open-ILS/web/templates/default/opac-poc/myopac/prefs.tt2 b/Open-ILS/web/templates/default/opac-poc/myopac/prefs.tt2 new file mode 100644 index 0000000000..d9a60ba1fe --- /dev/null +++ b/Open-ILS/web/templates/default/opac-poc/myopac/prefs.tt2 @@ -0,0 +1,15 @@ +[% BLOCK html_head %] + +[% END %] + +[% WRAPPER "default/opac/base.tt2" %] +[% INCLUDE "default/opac/myopac/_links.tt2" myopac_page = "prefs" %] +

XXX TODO Need to find out whether the list of pref fields can/should be generated + from db entries or something.

+ +[% END %] diff --git a/Open-ILS/web/templates/default/opac/myopac/update_email.tt2 b/Open-ILS/web/templates/default/opac-poc/myopac/update_email.tt2 similarity index 100% rename from Open-ILS/web/templates/default/opac/myopac/update_email.tt2 rename to Open-ILS/web/templates/default/opac-poc/myopac/update_email.tt2 diff --git a/Open-ILS/web/templates/default/opac-poc/place_hold.tt2 b/Open-ILS/web/templates/default/opac-poc/place_hold.tt2 new file mode 100644 index 0000000000..91996ad3c0 --- /dev/null +++ b/Open-ILS/web/templates/default/opac-poc/place_hold.tt2 @@ -0,0 +1,33 @@ +[% BLOCK html_head %] + +[% END %] + +[% + USE CGI; + PROCESS "default/opac/common.tt2"; + WRAPPER "default/opac/base.tt2"; + ctx.page_title = "Place Hold"; + attrs = {marc_xml => ctx.marc_xml}; + PROCESS get_marc_attrs args=attrs; +%] + + +
+
Placing hold on [% attrs.title %], by [% attrs.author %]
+ [% IF ctx.hold_success %] +
Succeeded
+ [% ELSIF ctx.hold_failed %] +
Failed...
+ [% ELSE %] +
+ Choose a pickup Library [% PROCESS build_org_selector name='pickup_lib' value=ctx.default_pickup_lib %] + + + + +
+ [% END %] +
+ +[% END %] diff --git a/Open-ILS/web/templates/default/opac-poc/record.tt2 b/Open-ILS/web/templates/default/opac-poc/record.tt2 new file mode 100644 index 0000000000..24f1203f77 --- /dev/null +++ b/Open-ILS/web/templates/default/opac-poc/record.tt2 @@ -0,0 +1,82 @@ +[% BLOCK html_head %] + +[% END %] + +[% + WRAPPER "default/opac/base.tt2"; + PROCESS "default/opac/common.tt2"; + ctx.page_title = "Details"; + record = ctx.record; + attrs = {marc_xml => ctx.marc_xml}; + PROCESS get_marc_attrs args=attrs; +%] + +
+ + + + + [% IF attrs.title %][% END %] + [% IF attrs.author %][% END %] + [% IF attrs.isbn %][% END %] + [% IF attrs.issn %][% END %] + [% IF attrs.upc %][% END %] + [% IF attrs.pubdate %][% END %] + [% IF attrs.publisher %][% END %] + + + + +
+ [% IF attrs.isbn_clean || attrs.upc %] + + [% END %] +
Title[% attrs.title %]
Author[% attrs.author %]
ISBN[% attrs.isbn %]
ISSN[% attrs.issn %]
UPC[% attrs.upc %]
Publication Date[% attrs.pubdate %]
Publishere[% attrs.publisher %]
Subjects + [% FOR node IN ctx.marc_xml.findnodes('//*[@tag="650"]') %] + [% + s0 = node.childNodes.0.textContent; + s1 = node.childNodes.1.textContent; + %] + [% IF s0 %] + [% s0 %] + [% IF s1 %] + -- + [% s1 %] + [% END %] +
+ [% END %] + [% END %] +
+ + + + + + + + + + + [% FOR acn IN record.call_numbers %] + [% FOR acp IN acn.copies %] + + + + + + + [% END %] + [% END %] + +
Owning LibCall NumberBarcodeStatus
[% ctx.find_aou(acn.owning_lib).shortname %][% acn.label %][% acp.barcode %][% ctx.find_ccs(acp.status).name %]
+
+ + +[% END %] diff --git a/Open-ILS/web/templates/default/opac-poc/results.tt2 b/Open-ILS/web/templates/default/opac-poc/results.tt2 new file mode 100644 index 0000000000..9ecead44b7 --- /dev/null +++ b/Open-ILS/web/templates/default/opac-poc/results.tt2 @@ -0,0 +1,117 @@ +[% BLOCK html_head %] + +[% END %] + +[% + USE CGI; + USE POSIX; + WRAPPER "default/opac/base.tt2"; + PROCESS "default/opac/common.tt2"; + ctx.page_title = "Results"; + page = CGI.param('page') || 0; + query = CGI.param('query'); + page_count = POSIX.ceil(ctx.hit_count / ctx.page_size); + loc = CGI.param('loc'); +%] + +
+
+ + [% PROCESS build_org_selector name='loc' value=loc %] + + +
+
+ + + + + + + +
+ [% IF ctx.user; %] + +
+ + + + + + +
Signed in as [% ctx.user.usrname %]
Total Holds[% ctx.user_stats.holds.total %]
Ready Holds[% ctx.user_stats.holds.ready %]
Items Out[% ctx.user_stats.checkouts.out %]
Fines$[% ctx.user_stats.fines.balance_owed %]
+ [% ELSE %] + [% + login = CGI.url("-path" => 1).replace('^http:', 'https:').replace('/results','/login'); + %] + Login + [% END %] + +
+ [% FOR facet_type IN ctx.search_facets.keys %] + [% cmf = ctx.search_facets.$facet_type.cmf %] + [% cmf.label %] +
    + [% FOR facet IN ctx.search_facets.$facet_type.data.keys %] + [% facet_count = ctx.search_facets.$facet_type.data.$facet %] +
  • [% facet_count %] / [% facet %]
  • + [% END %] +
+ [% END %] +
+
+
+ [% l('Hits: [_1] / Page [_2] of [_3]', ctx.hit_count, page + 1, page_count) %] + [% + q = query | url; + np_link = '?query=' _ q; + IF loc; np_link = np_link _ "&loc=" _ loc; END; + IF depth or depth == 0; np_link = np_link _ "&depth=" _ depth; END; + %] + 0 %] href='[% np_link %]&page=[% page - 1 %]' [% END %]>Prev + Next +
+ + [% + FOR rec IN ctx.records; + attrs = {marc_xml => rec.marc_xml}; + PROCESS get_marc_attrs args=attrs; + %] + + + + + [% END %] +
+ [% IF attrs.isbn %] + + [% END %] + +
+ +
+ [% rec.copy_counts.available %] / [% rec.copy_counts.visible %] + Hold +
+

+
[% attrs.author %]
+
[% attrs.isbn || attrs.issn || attrs.upc %] [% attrs.publisher %] [% attrs.pubdate %]
+
+
+[% END %] diff --git a/Open-ILS/web/templates/default/kcls-wire/advanced.tt2 b/Open-ILS/web/templates/default/opac/advanced.tt2 similarity index 76% rename from Open-ILS/web/templates/default/kcls-wire/advanced.tt2 rename to Open-ILS/web/templates/default/opac/advanced.tt2 index aec0eec207..6479a533ce 100644 --- a/Open-ILS/web/templates/default/kcls-wire/advanced.tt2 +++ b/Open-ILS/web/templates/default/opac/advanced.tt2 @@ -1,8 +1,8 @@ -[% WRAPPER "default/kcls-wire/parts/base.tt2"; - INCLUDE "default/kcls-wire/parts/topnav.tt2"; +[% WRAPPER "default/opac/parts/base.tt2"; + INCLUDE "default/opac/parts/topnav.tt2"; ctx.page_title = "Advanced Search" %]
- [% INCLUDE "default/kcls-wire/parts/utils.tt2" %] + [% INCLUDE "default/opac/parts/utils.tt2" %]
- [% INCLUDE "default/kcls-wire/parts/advanced/search.tt2" %] + [% INCLUDE "default/opac/parts/advanced/search.tt2" %]
diff --git a/Open-ILS/web/templates/default/opac/home.tt2 b/Open-ILS/web/templates/default/opac/home.tt2 index 03b2ad1c15..f6c4ea5c4c 100644 --- a/Open-ILS/web/templates/default/opac/home.tt2 +++ b/Open-ILS/web/templates/default/opac/home.tt2 @@ -1,24 +1,15 @@ -[% ctx.page_title = "Home" %] - -[% BLOCK html_head %] - -[% END %] - -[% WRAPPER "default/opac/base.tt2" %] -[% PROCESS "default/opac/common.tt2" %] - -
- -

-
- - [% PROCESS build_org_selector name='loc' %] - - -
-
- - +[% WRAPPER "default/opac/parts/base.tt2"; + INCLUDE "default/opac/parts/topnav.tt2"; + ctx.page_title = "Home" %] +
+ [% INCLUDE "default/opac/parts/utils.tt2" %] + [% INCLUDE "default/opac/parts/searchbar.tt2" %] +
+
+
+
+ [% INCLUDE "default/opac/parts/homesearch.tt2" %] +
+
+
[% END %] diff --git a/Open-ILS/web/templates/default/opac/login.tt2 b/Open-ILS/web/templates/default/opac/login.tt2 index 1bae9588f6..3b2e39285d 100644 --- a/Open-ILS/web/templates/default/opac/login.tt2 +++ b/Open-ILS/web/templates/default/opac/login.tt2 @@ -1,32 +1,14 @@ -[% BLOCK html_head %] - -[% END %] - -[% - USE CGI; - WRAPPER "default/opac/base.tt2"; - ctx.page_title = "Login"; -%] - -
-
- - - - - - - - - - - - -
Username or Barcode
Password
- -
- -
-
+[% WRAPPER "default/opac/parts/base.tt2"; + INCLUDE "default/opac/parts/topnav.tt2"; + ctx.page_title = "Account Login" %] +
+ [% INCLUDE "default/opac/parts/utils.tt2" %] + [% INCLUDE "default/opac/parts/searchbar.tt2" %] +
+
+
+ [% INCLUDE "default/opac/parts/login/form.tt2" %] +
+
+
[% END %] diff --git a/Open-ILS/web/templates/default/opac/myopac/circs.tt2 b/Open-ILS/web/templates/default/opac/myopac/circs.tt2 index 5f08d2e59e..d14f7ff9e8 100644 --- a/Open-ILS/web/templates/default/opac/myopac/circs.tt2 +++ b/Open-ILS/web/templates/default/opac/myopac/circs.tt2 @@ -1,77 +1,179 @@ -[% BLOCK html_head %] - -[% END %] - -[% PROCESS "default/opac/common.tt2" %] -[% WRAPPER "default/opac/base.tt2" %] -[% INCLUDE "default/opac/myopac/_links.tt2" myopac_page = "circs" %] - -[% IF ctx.circs.size == 0 %] -No Items Checked Out -[% STOP; END %] - -
-
- [% IF ctx.success_renewals > 0 %] -
Successfully renewed [% ctx.success_renewals %] items.
- [% END %] - [% IF ctx.failed_renewals > 0 %] -
Failed to renew [% ctx.failed_renewals %] items.
- [% END %] -
- - +[% WRAPPER "default/opac/parts/base.tt2" + + "default/opac/parts/myopac/base.tt2"; + myopac_page = "circs" %] +
+
+
+ +
+
+ +
+ +
+
+
+ +
+ + Current Items Checked Out + + + Export List +
- - +
+
+
- - - - - + + + - - - [% FOR circ IN ctx.circs %] - [% attrs = {marc_xml => circ.marc_xml}; %] - [% PROCESS get_marc_attrs args=attrs; %] - - - - - - - - - - [% IF circ.renewal_response and circ.renewal_response.textcode != 'SUCCESS' %] - -
TitleAuthorDue DateRenewals RemainingSelect + Renew Selected Titles + + Save + + Renewing Help +
[% attrs.title %][% attrs.author %][% date.format(ctx.parse_datetime(circ.circ.due_date),'%Y-%m-%d') %][% circ.circ.renewal_remaining %]
-
- [% circ.renewal_response.textcode %] - [% IF circ.renewal_response.payload.fail_part and circ.renewal_response.payload.fail_part != circ.renewal_response.textcode %] - [% circ.renewal_response.payload.fail_part %] - [% END %] -
+
+ + + + + + + + + +
+ + + + Title + / + + Author + + + + Renews
Left +
+
+ Due Date + + + barcode + + call number +
+ +
+
+ + + + + + + + + +
+ + + +
+
+
+
+
+ + + + + + + + +
+ Title / + Author + + Call Number + + Checkout + + Due Date + + Returned +
+ + + + + + + + - [% END %] - [% END %] - -
+ / +
- - + + +
+
+
+
&myopac.common.other.circ;
+ + + + + + + + + + + + +
&myopac.checked.circ.lib;&myopac.checked.item.type;&myopac.checked.circ.time;
+ + +
+
+
&myopac.checked.renew.success;
+ &myopac.checked.renew.confirm; + &myopac.checked.renew.fail; + &myopac.checked.renew.fail2; +
[% END %] diff --git a/Open-ILS/web/templates/default/opac/myopac/holds.tt2 b/Open-ILS/web/templates/default/opac/myopac/holds.tt2 index ce09725149..4ed8e95392 100644 --- a/Open-ILS/web/templates/default/opac/myopac/holds.tt2 +++ b/Open-ILS/web/templates/default/opac/myopac/holds.tt2 @@ -1,94 +1,204 @@ -[% BLOCK html_head %] - -[% END %] - -[% PROCESS "default/opac/common.tt2"; - WRAPPER "default/opac/base.tt2"; - INCLUDE "default/opac/myopac/_links.tt2" myopac_page = "holds" %] - -[% IF ctx.holds.size == 0 %] -No Items On Hold -[% STOP; END %] - -
- -
-
- - +[% WRAPPER "default/opac/parts/base.tt2" + + "default/opac/parts/myopac/base.tt2"; + myopac_page = "holds" %] +
+
+
+ +
+ + +
+ +
+
+
+
+ + Current Items on Hold + + + Export List +
- - +
+
+
- - - - - - - - - + + + + - - - [% FOR hold IN ctx.holds %] - [% attrs = {marc_xml => hold.marc_xml}; %] - [% PROCESS get_marc_attrs args=attrs; %] +
TitleAuthorFormatsPickup LocationStatusActiveActivate on...Expiration DateSelect + + + Save + + Holds Help + + +
+ - - - + + + + + + + + - - - - - - - [% END %] - +
[% attrs.title %][% attrs.author %] - [% - key = attrs.mattype; - format_desc = ctx.find_citm(key).value; - icon_filename = icon_by_mattype.$key; - IF icon_filename; - %] - [% format_desc %] - [% END %] + + + + + Title + + + Author + + Format + + Pickup Location + ActivateCancel if not
filled by
Active + Status [% ctx.find_aou(hold.hold.hold.pickup_lib).name %][% - IF hold.hold.status == 4; - "Available"; - ELSIF hold.hold.estimated_wait; - "Estimated wait (days): "; hold.hold.estimated_wait; - ELSIF hold.hold.status == 3; - "In Transit"; - ELSIF hold.hold.status < 3; - "Waiting for copy"; - END; - %][% IF hold.hold.hold.frozen == 't' %] No [% ELSE %] Yes [% END %][% - IF hold.hold.hold.frozen == 't' AND hold.hold.hold.thaw_date; - date.format(ctx.parse_datetime(hold.hold.hold.thaw_date),'%Y-%m-%d'); - ELSE; - '-'; - END - %][% hold.hold.hold.expire_time ? hold.hold.hold.expire_time : '-' %]
+
+ +
+ + + + + + + + + + + + + + + + +
+ + +
+ +
+
+
+
+
+
+
+ + + + + + + + + + + + +
+ +
+
+ Edit + Save + Back +
+
+
testing...
+ + &myopac.holds.cancel.confirm; + &myopac.holds.freeze.confirm; + &myopac.holds.thaw.confirm; + &myopac.holds.thaw_date.confirm; + &myopac.holds.freeze.select_thaw; + + +
&myopac.holds.processing;
- + + + &myopac.holds.verify; + +
+
+
+ &myopac.holds.freeze.select_thaw; +
+

+ +

+

+ +

+
[% END %] diff --git a/Open-ILS/web/templates/default/kcls-wire/myopac/lists.tt2 b/Open-ILS/web/templates/default/opac/myopac/lists.tt2 similarity index 99% rename from Open-ILS/web/templates/default/kcls-wire/myopac/lists.tt2 rename to Open-ILS/web/templates/default/opac/myopac/lists.tt2 index 796a5b12ba..36badc3051 100644 --- a/Open-ILS/web/templates/default/kcls-wire/myopac/lists.tt2 +++ b/Open-ILS/web/templates/default/opac/myopac/lists.tt2 @@ -1,5 +1,5 @@ -[% WRAPPER "default/kcls-wire/parts/base.tt2" + - "default/kcls-wire/parts/myopac/base.tt2"; +[% WRAPPER "default/opac/parts/base.tt2" + + "default/opac/parts/myopac/base.tt2"; myopac_page = "lists" %]
- table { text-align: center; padding: 20px; margin-top: 30px; border-collapse: collapse; } - table td { padding: 5px 15px 5px 15px; border-bottom: 1px solid #ddd; text-align: left;} - table tr:nth-child(odd) { background-color:#ded; } - -[% END %] - -[% WRAPPER "default/opac/base.tt2" %] -[% INCLUDE "default/opac/myopac/_links.tt2" myopac_page = "main" %] - - - - - - - - - - - - - - - - - - - - - - - - - - -
First Name[% ctx.user.first_given_name %]
Middle Name[% ctx.user.second_given_name %]
Last Name[% ctx.user.family_name %]
Library Card[% ctx.user.card.barcode %]
Email Address[% ctx.user.email %]Change
Phone[% ctx.user.day_phone %]
+[% WRAPPER "default/opac/parts/base.tt2" + + "default/opac/parts/myopac/base.tt2"; + myopac_page = "main" %] +
+
+
+
Account Summary
+
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+ Fines: $0.00
+ Pay Fines +
+
+
+
+
+ + + + + +
+ Items Currently Checked out + + (0) + +
+
+
+ + + + + +
+ Items Currently on Hold + + (0) + +
+
+
+ + + + + +
+ Items ready for pickup + + (0) + +
+
+
+ + + + + +
Fees & Fines
+
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + +
+ &myopac.fines.title; +
&myopac.fines.owed;&myopac.fines.paid;&myopac.fines.balance;
&myopac.fines.status;
&common.currency;&common.currency;&common.currency;
+ + +
+


+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Fines +
&common.title;&common.author;&myopac.fines.checkout;&myopac.fines.due;&myopac.fines.returned;&myopac.fines.balance; + +
+ +
+ + + &myopac.fines.accruing; + + &common.currency; + + +
+
+ +
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
+ &myopac.fines.other; +
&myopac.fines.time.start;&myopac.fines.time.paid;&myopac.fines.owed.initial;&myopac.fines.paid.amount;&myopac.fines.balance;&myopac.fines.type; + +
+ +
+ &common.currency; + + &common.currency; + + * + + &common.currency; + + + +
+
+ Pay Fines +
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Billing Information + Selected fines you are paying for: + + + + + + + + + +
+ Name + + Amount +
+
+
+ Total amount to pay: + $ +
+
+ Click Cancel to go back and (un)select + other fines. +
First Name
Last Name
Street Address
City
State or Province
ZIP or Postal Code
Credit Card Information
Credit Card #
+
+
+ +
+
+ Security Code +
+ +
Exipration Month + +
Expiration Year + +
Edit Billing Address + +
+ + +
+
+ Important! You must have a printed receipt to be + eligible for a refund on lost items (regulations allow + for no exceptions). +
+ + To ensure your necessary receipt information is + not lost, enter your email address above and a + receipt will be emailed to you. Otherwise, make + certain you have a printed receipt in hand before + closing the payment receipt screen. + +
+ Refunds are not available for parts and pieces, overdue + fines, or items that do not display a specific title in + My Account. For a full list of refundable and + non-refundable items, visit + http://www.kcls.org/usingthelibrary/borrowing/refundable.cfm

+ This site uses VeriSign SSL encryption to ensure your + privacy. +
+
+
[% END %] diff --git a/Open-ILS/web/templates/default/opac/myopac/prefs.tt2 b/Open-ILS/web/templates/default/opac/myopac/prefs.tt2 index d9a60ba1fe..f6816f6b4a 100644 --- a/Open-ILS/web/templates/default/opac/myopac/prefs.tt2 +++ b/Open-ILS/web/templates/default/opac/myopac/prefs.tt2 @@ -1,15 +1,777 @@ -[% BLOCK html_head %] - -[% END %] +[% WRAPPER "default/opac/parts/base.tt2" + + "default/opac/parts/myopac/base.tt2"; + myopac_page = "prefs" %] +
+
+
+
+ + + + + +
+ + + +
+
+ +
+
+
+ Save +
+
+
+ +
+
+ +
+ + Account Information and Preferences + + + Export List + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
&myopac.loading;
&myopac.prefs.hits; +
+
+ + Search Hits Help +
+
+
&myopac.prefs.font;
&myopac.prefs.search.location; +
+ + &myopac.prefs.search.home; +
+ +
&myopac.prefs.search.range;
Try + Library Elf-to manage library materials! + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
&myopac.prefs.holds.notify; &common.help;
Pick Up Notice for + Holds
+
+ + (Temporarily phone notification will generate a + mailed paper notice.)
Expire Notice for + Holds
+
Cancel Notice for + Holds
+
Overdue First + Notice
+ +
+ + + (Temporarily phone notification will generate a + mailed paper notice.)
Courtesy + Notice
+
+ +
+
+ + + + + + +
+ &myopac.summary.expired;
+
+ +
+ + + + + + + + + + + + +
+ &myopac.summary.notes;
:

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
&common.name;
+ &myopac.summary.phone.day;&myopac.summary.change;
+ + Enter New &myopac.summary.phone.day;: + + + + + + + + + +
+ &myopac.summary.phone.evening;&myopac.summary.change;
New + &myopac.summary.phone.evening;: + + + +
+ &myopac.summary.phone.other;&myopac.summary.change;
Enter + New &myopac.summary.phone.other;: + + + +
+
+
+ + Username Help +
+
&common.username; +
&myopac.summary.change;
&myopac.summary.username.enter; + + + +
+ &common.password; + &myopac.summary.password.text;&myopac.summary.change;
+ + + + + + + + + + + + + + + + + + + +
+ + &myopac.summary.password.current; + + + +
&myopac.summary.password.new; +
&myopac.summary.password.reenter; + +
+ +
+ &myopac.summary.email;&myopac.summary.change;
+ + &myopac.summary.email.new; + + + + + + + + +
+ &myopac.summary.id.primary;
+ &myopac.summary.barcode;
+ &myopac.summary.home;&myopac.summary.change;
+ + New home library: + + + + + + + +
+ &myopac.summary.genesis; +

+
+
+ + + + + + + + + + + + + + + +
&myopac.summary.addresses; + + + + + + +
&myopac.summary.addresses.pending; + Address Help +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
&myopac.summary.address.type;
&myopac.summary.address.street;
&myopac.summary.address.street;
&myopac.summary.address.city;
&myopac.summary.address.county;
&myopac.summary.address.state;
&myopac.summary.address.country;
&myopac.summary.address.zip;
+ Edit Address +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + -[% WRAPPER "default/opac/base.tt2" %] -[% INCLUDE "default/opac/myopac/_links.tt2" myopac_page = "prefs" %] -

XXX TODO Need to find out whether the list of pref fields can/should be generated - from db entries or something.

+ + + + + + + + + + + +
&myopac.summary.address.type;
+ &myopac.summary.address.street;
&myopac.summary.address.street; + +
&myopac.summary.address.city; + +
&myopac.summary.address.county; + +
&myopac.summary.address.state; + +
&myopac.summary.address.country; + +
&myopac.summary.address.zip;
+ Save Changes + Discard Pending Address +
+
+
+
+ &myopac.summary.username.error; +
+
+ &myopac.summary.username.dup; +
+
+ &myopac.summary.username.success; +
+
+ &myopac.summary.username.failure; +
+
+ &myopac.summary.email.error; +
+
+ &myopac.summary.email.success; +
+
+ &myopac.summary.email.failed; +
+
+ &myopac.summary.password.error; +
+
+ &myopac.summary.password.success; +
+
+ &myopac.summary.password.failure; +
+ + &myopac.summary.username.invalid; + + + Address Saved + +
+ &myopac.prefs.save.success; +
+
+ &myopac.prefs.save.failed; +
+ + &myopac.prefs.help; + +
[% END %] diff --git a/Open-ILS/web/templates/default/kcls-wire/parts/advanced/global_row.tt2 b/Open-ILS/web/templates/default/opac/parts/advanced/global_row.tt2 similarity index 100% rename from Open-ILS/web/templates/default/kcls-wire/parts/advanced/global_row.tt2 rename to Open-ILS/web/templates/default/opac/parts/advanced/global_row.tt2 diff --git a/Open-ILS/web/templates/default/kcls-wire/parts/advanced/search.tt2 b/Open-ILS/web/templates/default/opac/parts/advanced/search.tt2 similarity index 98% rename from Open-ILS/web/templates/default/kcls-wire/parts/advanced/search.tt2 rename to Open-ILS/web/templates/default/opac/parts/advanced/search.tt2 index de9b3e2350..3c43904a32 100644 --- a/Open-ILS/web/templates/default/kcls-wire/parts/advanced/search.tt2 +++ b/Open-ILS/web/templates/default/opac/parts/advanced/search.tt2 @@ -14,7 +14,7 @@ - [% INCLUDE "default/kcls-wire/parts/advanced/global_row.tt2" %] + [% INCLUDE "default/opac/parts/advanced/global_row.tt2" %] @@ -28,7 +28,7 @@ &advanced.search.library;

- [% INCLUDE "default/kcls-wire/parts/libselect.tt2" %] + [% INCLUDE "default/opac/parts/libselect.tt2" %]

&result.limit2avail; @@ -125,7 +125,7 @@ diff --git a/Open-ILS/web/templates/default/kcls-wire/parts/base.tt2 b/Open-ILS/web/templates/default/opac/parts/base.tt2 similarity index 94% rename from Open-ILS/web/templates/default/kcls-wire/parts/base.tt2 rename to Open-ILS/web/templates/default/opac/parts/base.tt2 index 06f804c07d..7921cd3565 100644 --- a/Open-ILS/web/templates/default/kcls-wire/parts/base.tt2 +++ b/Open-ILS/web/templates/default/opac/parts/base.tt2 @@ -16,6 +16,6 @@ [% content %] - [% INCLUDE "default/kcls-wire/parts/footer.tt2" %] + [% INCLUDE "default/opac/parts/footer.tt2" %] diff --git a/Open-ILS/web/templates/default/kcls-wire/parts/cn_browse.tt2 b/Open-ILS/web/templates/default/opac/parts/cn_browse.tt2 similarity index 100% rename from Open-ILS/web/templates/default/kcls-wire/parts/cn_browse.tt2 rename to Open-ILS/web/templates/default/opac/parts/cn_browse.tt2 diff --git a/Open-ILS/web/templates/default/kcls-wire/parts/footer.tt2 b/Open-ILS/web/templates/default/opac/parts/footer.tt2 similarity index 100% rename from Open-ILS/web/templates/default/kcls-wire/parts/footer.tt2 rename to Open-ILS/web/templates/default/opac/parts/footer.tt2 diff --git a/Open-ILS/web/templates/default/kcls-wire/parts/format_selector.tt2 b/Open-ILS/web/templates/default/opac/parts/format_selector.tt2 similarity index 100% rename from Open-ILS/web/templates/default/kcls-wire/parts/format_selector.tt2 rename to Open-ILS/web/templates/default/opac/parts/format_selector.tt2 diff --git a/Open-ILS/web/templates/default/kcls-wire/parts/homesearch.tt2 b/Open-ILS/web/templates/default/opac/parts/homesearch.tt2 similarity index 100% rename from Open-ILS/web/templates/default/kcls-wire/parts/homesearch.tt2 rename to Open-ILS/web/templates/default/opac/parts/homesearch.tt2 diff --git a/Open-ILS/web/templates/default/kcls-wire/parts/item_lang_options.tt2 b/Open-ILS/web/templates/default/opac/parts/item_lang_options.tt2 similarity index 100% rename from Open-ILS/web/templates/default/kcls-wire/parts/item_lang_options.tt2 rename to Open-ILS/web/templates/default/opac/parts/item_lang_options.tt2 diff --git a/Open-ILS/web/templates/default/kcls-wire/parts/libselect.tt2 b/Open-ILS/web/templates/default/opac/parts/libselect.tt2 similarity index 100% rename from Open-ILS/web/templates/default/kcls-wire/parts/libselect.tt2 rename to Open-ILS/web/templates/default/opac/parts/libselect.tt2 diff --git a/Open-ILS/web/templates/default/kcls-wire/parts/login/form.tt2 b/Open-ILS/web/templates/default/opac/parts/login/form.tt2 similarity index 100% rename from Open-ILS/web/templates/default/kcls-wire/parts/login/form.tt2 rename to Open-ILS/web/templates/default/opac/parts/login/form.tt2 diff --git a/Open-ILS/web/templates/default/kcls-wire/parts/myopac/base.tt2 b/Open-ILS/web/templates/default/opac/parts/myopac/base.tt2 similarity index 86% rename from Open-ILS/web/templates/default/kcls-wire/parts/myopac/base.tt2 rename to Open-ILS/web/templates/default/opac/parts/myopac/base.tt2 index d47b55a54f..1eb24d3664 100644 --- a/Open-ILS/web/templates/default/kcls-wire/parts/myopac/base.tt2 +++ b/Open-ILS/web/templates/default/opac/parts/myopac/base.tt2 @@ -7,10 +7,10 @@ ]; skin_root = "../" %] - [% INCLUDE "default/kcls-wire/parts/topnav.tt2" %] + [% INCLUDE "default/opac/parts/topnav.tt2" %]
- [% INCLUDE "default/kcls-wire/parts/utils.tt2" %] - [% INCLUDE "default/kcls-wire/parts/searchbar.tt2" %] + [% INCLUDE "default/opac/parts/utils.tt2" %] + [% INCLUDE "default/opac/parts/searchbar.tt2" %]
diff --git a/Open-ILS/web/templates/default/kcls-wire/parts/place_hold.tt2 b/Open-ILS/web/templates/default/opac/parts/place_hold.tt2 similarity index 100% rename from Open-ILS/web/templates/default/kcls-wire/parts/place_hold.tt2 rename to Open-ILS/web/templates/default/opac/parts/place_hold.tt2 diff --git a/Open-ILS/web/templates/default/kcls-wire/parts/record/body.tt2 b/Open-ILS/web/templates/default/opac/parts/record/body.tt2 similarity index 97% rename from Open-ILS/web/templates/default/kcls-wire/parts/record/body.tt2 rename to Open-ILS/web/templates/default/opac/parts/record/body.tt2 index d0f1dfd411..b5a821984f 100644 --- a/Open-ILS/web/templates/default/kcls-wire/parts/record/body.tt2 +++ b/Open-ILS/web/templates/default/opac/parts/record/body.tt2 @@ -85,7 +85,7 @@ &rdetail.record.deleted;
- [% INCLUDE "default/kcls-wire/parts/record/summary.tt2" %] + [% INCLUDE "default/opac/parts/record/summary.tt2" %]
@@ -95,7 +95,7 @@
- [% INCLUDE "default/kcls-wire/parts/record/extras.tt2" %] + [% INCLUDE "default/opac/parts/record/extras.tt2" %]
&rdetail.none; diff --git a/Open-ILS/web/templates/default/kcls-wire/parts/record/cn_details.tt2 b/Open-ILS/web/templates/default/opac/parts/record/cn_details.tt2 similarity index 100% rename from Open-ILS/web/templates/default/kcls-wire/parts/record/cn_details.tt2 rename to Open-ILS/web/templates/default/opac/parts/record/cn_details.tt2 diff --git a/Open-ILS/web/templates/default/kcls-wire/parts/record/copyinfo.tt2 b/Open-ILS/web/templates/default/opac/parts/record/copyinfo.tt2 similarity index 100% rename from Open-ILS/web/templates/default/kcls-wire/parts/record/copyinfo.tt2 rename to Open-ILS/web/templates/default/opac/parts/record/copyinfo.tt2 diff --git a/Open-ILS/web/templates/default/kcls-wire/parts/record/extras.tt2 b/Open-ILS/web/templates/default/opac/parts/record/extras.tt2 similarity index 98% rename from Open-ILS/web/templates/default/kcls-wire/parts/record/extras.tt2 rename to Open-ILS/web/templates/default/opac/parts/record/extras.tt2 index a1dc5bb202..394bfa8a22 100644 --- a/Open-ILS/web/templates/default/kcls-wire/parts/record/extras.tt2 +++ b/Open-ILS/web/templates/default/opac/parts/record/extras.tt2 @@ -280,10 +280,10 @@ &rdetail.extras.call.local;
- [% INCLUDE "default/kcls-wire/parts/cn_browse.tt2" %] + [% INCLUDE "default/opac/parts/cn_browse.tt2" %]
- [% INCLUDE "default/kcls-wire/parts/record/cn_details.tt2" %] + [% INCLUDE "default/opac/parts/record/cn_details.tt2" %]
- [% INCLUDE "default/kcls-wire/parts/record/copyinfo.tt2" %] + [% INCLUDE "default/opac/parts/record/copyinfo.tt2" %] [% END %] -- 2.11.0