Touch-up of Algoma tpac skin.
authorRobin Isard <robin.isard@algomau.ca>
Sat, 4 Aug 2012 19:49:04 +0000 (15:49 -0400)
committerDan Scott <dscott@laurentian.ca>
Wed, 8 May 2013 15:25:07 +0000 (11:25 -0400)
 *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 <robin.isard@algomau.ca>
Open-ILS/src/templates_algoma/opac/parts/config.tt2 [new file with mode: 0644]
Open-ILS/src/templates_algoma/opac/parts/footer.tt2 [new file with mode: 0644]
Open-ILS/src/templates_algoma/opac/parts/homesearch.tt2 [new file with mode: 0644]
Open-ILS/src/templates_algoma/opac/parts/topnav_links.tt2 [new file with mode: 0644]

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 (file)
index 0000000..1dbc398
--- /dev/null
@@ -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 (file)
index 0000000..6085e93
--- /dev/null
@@ -0,0 +1,29 @@
+<div id="footer-wrap">
+<div id="footer">
+    <a href="http://library.algomau.ca/main/?q=node/301">[% l('Damtabases') %] </a> &nbsp;|&nbsp;
+    <a href="http://archives.algomau.ca">[% l('Archives') %]</a> &nbsp;|&nbsp;
+    <a href="http://library.algomau.ca/main/?q=node/275">[% l('Contact Us') %]</a> &nbsp;|&nbsp;
+    <a href="http://library.algomau.ca/main/?q=node/170">[% l('Hours') %]</a> &nbsp;|&nbsp;
+    <a href="http://algoma.concat.ca/opac/en-CA/skin/algoma/xml/index.xml?l=111">[% l('Old catalogue') %] </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_algoma/opac/parts/homesearch.tt2 b/Open-ILS/src/templates_algoma/opac/parts/homesearch.tt2
new file mode 100644 (file)
index 0000000..75d5c88
--- /dev/null
@@ -0,0 +1,3 @@
+<div id="homesearch_main_logo">
+    <strong><center><a href="http://experience.algomau.ca"><img src="[% ctx.media_prefix %]/opac/images/au_bigsmall.jpg" /></a></center></strong>
+</div>
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 (file)
index 0000000..9afdcfa
--- /dev/null
@@ -0,0 +1,11 @@
+<div id="gold-links-holder">
+    <div id="gold-links">
+        <div id="header-links">
+            <a href="http://library.algomau.ca/main/?q=node/301">[% l('Databases') %]</a>
+            <a href="http://archives.algomau.ca">[% l('Archives') %]</a>
+            <a href="http://library.algomau.ca/main/?q=node/275">[% l('Contact Us') %]</a>
+            <a href="http://library.algomau.ca/main/?q=node/170">[% l('Hours') %]</a>
+            <a href="http://algoma.concat.ca/opac/en-CA/skin/algoma/xml/index.xml?l=111">[% l('Old catalogue') %]</a>
+        </div>
+    </div>
+</div>