-[%
+[%
##############################################################################
# This file contains skin-level configuration settings.
##############################################################################
-# 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.
+# 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 => 'identifier', facet_order => ['genre']},
{facet_class => 'series', facet_order => ['seriestitle']},
{facet_class => 'subject', facet_order => ['name', 'geographic']}
];
# 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
+# id DOM id used for linking labels to form controls. They are pinned
+# here instead of auto-generated (from the attr type, for example)
# here instead of auto-generated (from the attr type, for example)
# for consistency.
#
# ctx.maintenance_message = "The system will not be available February 29, 2104.";
+##############################################################################
+# Depth Button/Checkbox
+# Recommendation: Do not enable button for basic search without enabling the
+# checkbox for the results page
+ctx.depth_sel_checkbox = 0; # Results Page Checkbox Toggle
+ctx.depth_sel_button = 0; # Basic Search Submit Button
+ctx.depth_sel_depth = 1; # Depth to set to
+#ctx.depth_sel_button_label = l('All Libraries');
+#ctx.depth_sel_button_class = 'opac-button';
+#ctx.depth_sel_checkbox_label = l('Show Results from All Libraries');
+#ctx.depth_sel_tooltip = l('Select this option to expand your results to all libraries while retaining the priority of your selected library\'s holdings.');
+#ctx.depth_sel_resultshint = l('Showing results from all libraries');
+
+##############################################################################
+# Exclude Electronic Resources Checkbox
+# One setting for both the advanced search page and the results bar.
+# Off by default; set to 1 to display.
+ctx.exclude_electronic_checkbox = 0;
##############################################################################
# Metarecords configuration
-[%
+[%
##############################################################################
# This file contains skin-level configuration settings.
# RefWorks configuration
##############################################################################
# RefWorks is a Web-based citation manager
-ctx.refworks.enabled = 'true';
+ctx.refworks.enabled = 'false';
# Base URL for RefWorks
ctx.refworks.url = 'http://librweb.laurentian.ca/login?url=http://refworks.com';
allow_phone_notifications = 'false';
##############################################################################
+# Format of parts selection on Place Holds screen
+# Set to true to use radio buttons for parts selection on the Place Holds
+# screen. The default behavior is to to display them in a select menu.
+#############################################################################
+enable.radio.parts = 'false';
+
+##############################################################################
# Misc. UI Settings
##############################################################################
# Option for full details as a default, esp. impt. for e-content
# 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.
+# 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 => 'identifier', facet_order => ['genre']},
{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.
# 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)
+# 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 = [
#
# ctx.maintenance_message = "The system will not be available February 29, 2104.";
+##############################################################################
+# Depth Button/Checkbox
+# Recommendation: Do not enable button for basic search without enabling the
+# checkbox for the results page
+ctx.depth_sel_checkbox = 0; # Results Page Checkbox Toggle
+ctx.depth_sel_button = 0; # Basic Search Submit Button
+ctx.depth_sel_depth = 1; # Depth to set to
+#ctx.depth_sel_button_label = l('All Libraries');
+#ctx.depth_sel_button_class = 'opac-button';
+#ctx.depth_sel_checkbox_label = l('Show Results from All Libraries');
+#ctx.depth_sel_tooltip = l('Select this option to expand your results to all libraries while retaining the priority of your selected library\'s holdings.');
+#ctx.depth_sel_resultshint = l('Showing results from all libraries');
+
+##############################################################################
+# Exclude Electronic Resources Checkbox
+# One setting for both the advanced search page and the results bar.
+# Off by default; set to 1 to display.
+ctx.exclude_electronic_checkbox = 0;
##############################################################################
# Metarecords configuration