Add HRSRH skin: logo, colours, links
authorDan Scott <dscott@laurentian.ca>
Fri, 3 Aug 2012 21:24:26 +0000 (17:24 -0400)
committerDan Scott <dscott@laurentian.ca>
Sun, 13 May 2018 14:25:10 +0000 (10:25 -0400)
Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/src/templates_hrsrh/opac/parts/config.tt2 [new file with mode: 0644]
Open-ILS/src/templates_hrsrh/opac/parts/css/colors.tt2 [new file with mode: 0644]
Open-ILS/src/templates_hrsrh/opac/parts/footer.tt2 [new file with mode: 0644]
Open-ILS/src/templates_hrsrh/opac/parts/homesearch.tt2 [new file with mode: 0644]
Open-ILS/src/templates_hrsrh/opac/parts/topnav_links.tt2 [new file with mode: 0644]
Open-ILS/src/templates_hrsrh/opac/parts/topnav_logo.tt2 [new file with mode: 0644]
Open-ILS/web/images/hrsrh_logo.png [new file with mode: 0644]
Open-ILS/web/images/hrsrh_logo_small.png [new file with mode: 0644]

diff --git a/Open-ILS/src/templates_hrsrh/opac/parts/config.tt2 b/Open-ILS/src/templates_hrsrh/opac/parts/config.tt2
new file mode 100644 (file)
index 0000000..418500e
--- /dev/null
@@ -0,0 +1,193 @@
+[% 
+
+##############################################################################
+# This file contains skin-level configuration settings.
+# Many of these settings will probably migrate into actor.org_unit_settings.
+##############################################################################
+
+##############################################################################
+# Holds blocking
+##############################################################################
+# Prevent the "Place hold" link from being displayed if a copy is available.
+# This is not perfect, given the umpteen different types of holds that are
+# possible, but addresses the major use case for libraries that don't want
+# to fetch copies from the shelves.
+ctx.holds_block.enabled = 'false';
+
+##############################################################################
+# RefWorks configuration
+##############################################################################
+# RefWorks is a Web-based citation manager
+ctx.refworks.enabled = 'false';
+
+# 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 = 'false';
+openurl.baseurl = 'http://sfx.example.com/instance';
+
+##############################################################################
+# 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';
+
+##############################################################################
+# Hide various options from user preferences that you might not want to expose
+# if you rely on centralized authentication via open-ils.auth_proxy, like LDAP
+#
+# Username changes can be disabled by the opac.lock_usernames OU setting.
+##############################################################################
+disable_password_change = 'false';
+disable_email_change = 'false';
+
+##############################################################################
+# Some libraries do not do notifications by phone; if not true, then this
+# hides the user preference for phone notifications as well as the phone
+# notification portion of the hold dialogue
+##############################################################################
+allow_phone_notifications = 'true';
+
+##############################################################################
+# Misc. UI Settings
+##############################################################################
+# Option for full details as a default, esp. impt. for e-content
+# that uses resolver plumbing. Valid values are 'true', 'false' and 'hide'.
+# Setting this to 'true' shows full details by default but allows the link
+# to appear for 'Show Fewer Details'. The 'hide' option shows full details
+# and also suppresses the link from displaying at all.
+show_more_details.default = 'hide';
+
+##############################################################################
+# 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']}
+];
+facet.default_display_count = 5;
+
+##############################################################################
+# Define the advanced search limiters and labels.
+# Each entry is put into a table cell.
+# adv_label is the (translated) label for the limiter
+# adv_attr is an array of possible limiters, the first one that has any
+#   values will be used
+# adv_filter is the same as adv_attr, but for search filter groups
+# adv_size lets you set the height of the adv_attr or adv_filter select box.
+# if adv_size < 1, the box height is set to the number of options in it.
+# adv_break will end the current row. If specified with a label/attr it
+#   will do so *after* that limiter.
+# adv_special will drop in a special entry:
+#   lib_selector will put the search library box (with limit to available)
+#   pub_year will put the publication year box
+#   sort_selector will put the sort results selector
+# id DOM id used for linking labels to form controls.  They are pinned 
+#   here instead of auto-generated (from the attr type, for example) 
+#   for consistency.
+
+search.adv_config = [
+    {adv_label => l("Item Type"), adv_attr => ["mattype", "item_type"], id => 'adv_selector_item_type'},
+    {adv_label => l("Item Form"), adv_attr => "item_form", id => 'adv_selector_item_form'},
+    {adv_label => l("Language"),  adv_attr => "item_lang", id => 'adv_selector_item_lang'},
+    {adv_label => l("Audience"),  adv_attr => ["audience_group", "audience"], id => 'adv_selector_audience', adv_break => 1},
+    {adv_label => l("Video Format"), adv_attr => "vr_format", id => 'adv_selector_video_format'},
+    {adv_label => l("Bib Level"), adv_attr => "bib_level", id => 'adv_selector_bib_level'},
+    {adv_label => l("Literary Form"), adv_attr => "lit_form", id => 'adv_selector_lit_form'},
+    {adv_label => l("Shelving Location"), adv_special => "copy_location", id => 'adv_copy_location_selector', js_only => 1, adv_break => 1},
+    {adv_label => l("Search Library"), adv_special => "lib_selector", id => 'adv_org_selector'},
+    {adv_label => l("Publication Year"), adv_special => "pub_year", id => 'adv_selector_pub_year'},
+    {adv_label => l("Sort Results"), adv_special => "sort_selector", id => 'adv_selector_sort_results'},
+];
+
+# Set the default height of the select boxes. Defaults to 4.
+#search.default_adv_select_height = 4;
+
+##############################################################################
+# For each search box the default "query type" value can be specified here
+# This is the actual backend value, not the label
+# Also note that including more than the row count entries won't add rows
+# The first entry should be used as a default for "basic" search as well
+
+search.default_qtypes = ['keyword','title','author'];
+
+##############################################################################
+# Basic Search Box definition
+# This allows selection of what, exactly, basic search uses for a selection
+# box. Previously it was hardcoded to use an attr box of mattype or item_type.
+#
+# type can be "attr" or "filter"
+# group is the attr or filter entries you want to check for
+# none_label is the label for the default nothing selected entry.
+
+search.basic_config = {
+    type => 'attr',
+    group => [ctx.get_cgf('opac.format_selector.attr').value, 'item_type'],
+    none_label => l("All Formats"),
+};
+
+##############################################################################
+# Show Google Book Previews
+# Set to 1 or 'true' to enable
+ctx.google_books_preview = 0;
+
+##############################################################################
+
+# Set a maintenance message to display in the catalogue
+#
+# ctx.maintenance_message = "The system will not be available February 29, 2104.";
+
+
+##############################################################################
+# Metarecords configuration
+# metarecords.disabled = 1; # disable all metarecord access points
+##############################################################################
+
+##############################################################################
+# Local date format (uses POSIX strftime() formatting)
+# See http://www.template-toolkit.org/docs/modules/Template/Plugin/Date.html
+# DATE_FORMAT = '%Y-%m-%d'; # for 2014-06-31 format
+##############################################################################
+
+##############################################################################
+# Local time format (uses POSIX strftime() formatting)
+# See http://www.template-toolkit.org/docs/modules/Template/Plugin/Date.html
+# TIME_FORMAT = '%H:%M:%S'; # for 16:32:32 (24 hour) format
+# TIME_FORMAT = '%H:%M'; # for 16:32 (24 hour) format
+##############################################################################
+
+%]
diff --git a/Open-ILS/src/templates_hrsrh/opac/parts/css/colors.tt2 b/Open-ILS/src/templates_hrsrh/opac/parts/css/colors.tt2
new file mode 100644 (file)
index 0000000..afcd40d
--- /dev/null
@@ -0,0 +1,36 @@
+[%
+    css_colors = {
+
+        background = "#fff", # white
+        background_alert = "#ffcccc", # pink
+        background_invert = "#252525", # charcoal
+        text = "black", # black 
+        text_alert = "red", # red
+        text_attention = "#ffcc33", # pumpkin orange
+        text_badnews = "#f41d36", # cherry red
+        text_goodnews = "#1dd93c", # lime green
+        text_greatnews = "green", # green
+        text_invert = "#fff", # white
+        text_match = "#c00", # deep red
+        primary = "#014284", # dark green
+        primary_fade = "#3178C2", # medium green
+        primary_offset = "#D0D0D0", # light_green
+        control = "#3178C2", # lighter green
+        accent_light = "#ccc", #  grey (light)
+        accent_lighter = "#ddd", #  grey (lighter)
+        accent_lighter2 = "#d8d8d8", #  grey (lighter again)
+        accent_lightest = "#eee", #  grey (lightest)
+        accent_ultralight = "#f0f0f0", # ivory
+        accent_medium = "#999", # gun metal grey (medium)
+        accent_mediumdark = "#888", # gun metal grey (medium dark)
+        accent_dark = "#666", # gun metal grey (dark)
+        accent_darker = "#333", # gun metal grey (darker)
+        border_standard = "#e9ebf3", # light grey-blue
+        border_dark = "black", # black
+        border_alert = "red", # red
+        button_text = "#fbf9f9", # off-white 
+        button_text_shadow = "#555555", # medium grey
+        table_heading = "#d8d8d8", # grey-blue
+    };
+    
+%]
diff --git a/Open-ILS/src/templates_hrsrh/opac/parts/footer.tt2 b/Open-ILS/src/templates_hrsrh/opac/parts/footer.tt2
new file mode 100644 (file)
index 0000000..107ab87
--- /dev/null
@@ -0,0 +1,30 @@
+<div id="footer-wrap">
+<div id="footer">
+    <a href="http://www.ncbi.nlm.nih.gov/pubmed?holding=icahrslib" target="_blank">[% l('PubMed') %]</a> &nbsp;|&nbsp;
+    <a href="http://atoz.ebsco.com/titles.asp?id=9321&sid=77067420&TabID=2" target="_blank">[% l('A-Z') %]</a> &nbsp;|&nbsp;
+    <a href="http://www.hsnsudbury.ca/PortalEn/library/" target="_blank">[% l('Library Home') %]</a> &nbsp;|&nbsp;
+    <a href="http://search.ebscohost.com/login.aspx?authtype=ip,uid&profile=ehost">[% l('EBSCO Databases') %]</a> &nbsp;|&nbsp;
+    <a href="http://ovidsp.ovid.com/ovidweb.cgi?T=JS&PAGE=main&D=jbi">[% l('Joanna Briggs') %]</a> &nbsp;|&nbsp;
+    <a href="mailto:library@hsnsudbury.ca">[% l('Contact us') %]</a>
+    [% IF ctx.timing %]
+    <div id="timing">
+        [% FOR event IN ctx.timing %]
+        At <span class="timing-time">[% event.0 | format("%0.4f") %]</span>:
+        <span class="timing-event">[% event.1 %]</span><br />
+        [% END %]
+    </div>
+    [% END %]
+    <div id="copyright_text" style="margin-top: 2em;">
+        [% l('Copyright &copy; 2006-[_1] Georgia Public Library Service, and others', date.format(date.now, '%Y')) %]
+    </div>
+    <div id="footer_logo">
+        [% l('Powered by') %]
+        <a href="http://evergreen-ils.org">
+            <img src="[% ctx.media_prefix %]/opac/images/eg_tiny_logo.png"
+                style="border:none; width: 94px; height: 16px;"
+                alt="[% l('Evergreen') %]"
+            />
+        </a>
+    </div>
+</div>
+</div>
diff --git a/Open-ILS/src/templates_hrsrh/opac/parts/homesearch.tt2 b/Open-ILS/src/templates_hrsrh/opac/parts/homesearch.tt2
new file mode 100644 (file)
index 0000000..c1bc796
--- /dev/null
@@ -0,0 +1,4 @@
+<div id="homesearch_main_logo">
+    <img src="[% ctx.media_prefix %]/images/hrsrh_logo.png"
+        [% img_alt(l('Health Science North Logo')) %]/>
+</div>
diff --git a/Open-ILS/src/templates_hrsrh/opac/parts/topnav_links.tt2 b/Open-ILS/src/templates_hrsrh/opac/parts/topnav_links.tt2
new file mode 100644 (file)
index 0000000..829b419
--- /dev/null
@@ -0,0 +1,12 @@
+<div id="gold-links-holder">
+    <div id="gold-links">
+        <div id="header-links">
+            <a href="http://www.ncbi.nlm.nih.gov/pubmed?holding=icahrslib" target="_blank">[% l('PubMed') %]</a>
+            <a href="http://atoz.ebsco.com/titles.asp?id=9321&sid=77067420&TabID=2" target="_blank">[% l('A-Z') %]</a>
+            <a href="http://www.hsnsudbury.ca/PortalEn/library/" target="_blank">[% l('Library Home') %]</a>
+            <a href="http://search.ebscohost.com/login.aspx?authtype=ip,uid&profile=ehost">[% l('EBSCO Databases') %]</a>
+            <a href="http://ovidsp.ovid.com/ovidweb.cgi?T=JS&PAGE=main&D=jbi">[% l('Joanna Briggs') %]</a>
+            <a href="mailto:library@hsnsudbury.ca">[% l('Contact us') %]</a>
+        </div>
+    </div>
+</div>
diff --git a/Open-ILS/src/templates_hrsrh/opac/parts/topnav_logo.tt2 b/Open-ILS/src/templates_hrsrh/opac/parts/topnav_logo.tt2
new file mode 100644 (file)
index 0000000..2ff6700
--- /dev/null
@@ -0,0 +1,2 @@
+       <div id="topnav_logo"> <a href="http://www.hsnsudbury.ca/PortalEn/library/"><img alt="[% l('Library logo') %]" 
+            src="[% ctx.media_prefix %]/images/hrsrh_logo_small.png" /></a></div>
diff --git a/Open-ILS/web/images/hrsrh_logo.png b/Open-ILS/web/images/hrsrh_logo.png
new file mode 100644 (file)
index 0000000..31e211c
Binary files /dev/null and b/Open-ILS/web/images/hrsrh_logo.png differ
diff --git a/Open-ILS/web/images/hrsrh_logo_small.png b/Open-ILS/web/images/hrsrh_logo_small.png
new file mode 100644 (file)
index 0000000..59de781
Binary files /dev/null and b/Open-ILS/web/images/hrsrh_logo_small.png differ