From c4c50beb2d44f99f1aa7c6aa9bbdfafa40bb8f2d Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Tue, 6 Mar 2018 10:12:44 -0500 Subject: [PATCH] Re-add GALILEO features. --- Open-ILS/src/templates/opac/parts/footer.tt2 | 12 +++++++++--- Open-ILS/src/templates/opac/parts/topnav_links.tt2 | 12 ++++++++++-- 2 files changed, 19 insertions(+), 5 deletions(-) diff --git a/Open-ILS/src/templates/opac/parts/footer.tt2 b/Open-ILS/src/templates/opac/parts/footer.tt2 index 6d7a3b4473..c891a5a8fa 100644 --- a/Open-ILS/src/templates/opac/parts/footer.tt2 +++ b/Open-ILS/src/templates/opac/parts/footer.tt2 @@ -31,7 +31,14 @@ [% l('Request Library Card') %]
[% END %] - + [% IF ctx.physical_loc; + # patron is at the branch, no redirect needed + gurl = 'http://www.galileo.usg.edu/express'; + ELSE; + # send patron to galileo auth redirector + gurl = mkurl(ctx.opac_root _ '/galileo', {}, 1); + END %] + [% l('GALILEO Research Databases') %]
[%- l('Learn More About PINES') %]
@@ -43,7 +50,6 @@
- [% IF ctx.timing %]
[% FOR event IN ctx.timing %] @@ -58,7 +64,7 @@
-
\ No newline at end of file +
+ -- 2.11.0