From: Robin Isard Date: Sat, 4 Aug 2012 19:49:04 +0000 (-0400) Subject: Touch-up of Algoma tpac skin. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=b555e8bece73feec4f718720094493338570d089;p=contrib%2FConifer.git Touch-up of Algoma tpac skin. *changed the main logo on the homepate *changed the header links to reflect new library website *added footer links *added config file based on lul's to enable OpenURL Signed-off-by: Robin Isard --- diff --git a/Open-ILS/src/templates_algoma/opac/parts/config.tt2 b/Open-ILS/src/templates_algoma/opac/parts/config.tt2 new file mode 100644 index 0000000000..1dbc39855f --- /dev/null +++ b/Open-ILS/src/templates_algoma/opac/parts/config.tt2 @@ -0,0 +1,72 @@ +[% + +############################################################################## +# This file contains skin-level configuration settings. +# Many of these settings will probably migrate into actor.org_unit_settings. +############################################################################## + +############################################################################## +# RefWorks configuration +############################################################################## +# RefWorks is a Web-based citation manager +# ctx.refworks.enabled = 'true'; + +# Base URL for RefWorks +#ctx.refworks.url = 'http://www.refworks.com'; + +# Some sites have a hosted RefWorks instance at a different URL; +# in addition, you might want to proxy access to RefWorks - for example: +# ctx.refworks.url = 'http://librweb.laurentian.ca/login?url=http://refworks.scholarsportal.info'; + +############################################################################## +# OpenURL resolution +############################################################################## +# Evergreen provides the ability to point at an OpenURL resolver to find +# electronic resources for a given ISSN or ISBN. Currently, only the SFX +# resolver is supported. +# +# You must enable the open-ils.resolver instance in opensrf.xml to use +# this feature. +############################################################################## + +openurl.enabled = 'true'; +openurl.baseurl = 'http://sfx.scholarsportal.info/algoma'; + +############################################################################## +# Google Analytics support +############################################################################## +# You can enable Google Analytics support in Evergreen by entering a +# valid Google Analytics code and changing 'false' to 'true' +############################################################################## +google_analytics.enabled = 'false'; +google_analytics.code = 'UA-9999999-99'; + +############################################################################## +# Enable "Forgot your password?" prompt at login +############################################################################## +reset_password = 'true'; + +############################################################################## +# Misc. UI Settings +############################################################################## + +############################################################################## +# Size of the jacket image to display on the record detail summary. +# Sizes vary depending on added content provider. +# Options are "small", "medium", and "large" +record.summary.jacket_size = 'medium'; + +############################################################################## +# Define the order in which facets are displayed. Only facets listed here +# will be displayed. To show all facets sorted by name, comment out this +# setting. +# facet.display = [] # show no facets +facet.display = [ + {facet_class => 'author', facet_order => ['personal', 'corporate']}, + {facet_class => 'subject', facet_order => ['topic']}, + {facet_class => 'series', facet_order => ['seriestitle']}, + {facet_class => 'subject', facet_order => ['name', 'geographic']} +]; + + +%] diff --git a/Open-ILS/src/templates_algoma/opac/parts/footer.tt2 b/Open-ILS/src/templates_algoma/opac/parts/footer.tt2 new file mode 100644 index 0000000000..6085e93c59 --- /dev/null +++ b/Open-ILS/src/templates_algoma/opac/parts/footer.tt2 @@ -0,0 +1,29 @@ + diff --git a/Open-ILS/src/templates_algoma/opac/parts/homesearch.tt2 b/Open-ILS/src/templates_algoma/opac/parts/homesearch.tt2 new file mode 100644 index 0000000000..75d5c88907 --- /dev/null +++ b/Open-ILS/src/templates_algoma/opac/parts/homesearch.tt2 @@ -0,0 +1,3 @@ + diff --git a/Open-ILS/src/templates_algoma/opac/parts/topnav_links.tt2 b/Open-ILS/src/templates_algoma/opac/parts/topnav_links.tt2 new file mode 100644 index 0000000000..9afdcfa71c --- /dev/null +++ b/Open-ILS/src/templates_algoma/opac/parts/topnav_links.tt2 @@ -0,0 +1,11 @@ +