-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'dev' of https://github.com/uklibraries/UKL_HeaderFooter …
…into dev
- Loading branch information
Showing
12 changed files
with
626 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,84 @@ | ||
export default { | ||
hdr_simple: 1, | ||
include: 0, | ||
hdr_srch_include: 0, | ||
hdr_width: 80, | ||
hdr_alert_include: 0, | ||
hdr_alert_title: "Scheduled Service Interruption", | ||
hdr_alert_msg: | ||
"The Linguistic Atlas Project will be offline for scheduled maintenance on YYYY-MM-DD from 0:00 - 0:00.", | ||
hdr_alert_url_label: "", | ||
hdr_alert_url: "", | ||
home_label: "Linguistic Atlas Project", | ||
home_url: "https://linguisticatlasproject.org/", | ||
custom_logo: false, | ||
image_path: "", | ||
image_path_fallback: "", | ||
bases: [ | ||
{ | ||
label: "home", | ||
}, | ||
{ | ||
title: "Stuff 1", | ||
label: "link1", | ||
children: [ | ||
{ | ||
title: "child stuff 1", | ||
label: "link1Child1", | ||
url: "", | ||
}, | ||
{ | ||
title: "child stuff 2", | ||
label: "link1Child2", | ||
url: "", | ||
}, | ||
{ | ||
title: "child stuff 3", | ||
label: "link1Child3", | ||
url: "", | ||
}, | ||
], | ||
}, | ||
{ | ||
title: "Stuff 2", | ||
label: "link2", | ||
children: [ | ||
{ | ||
title: "child stuff 1", | ||
label: "link2Child1", | ||
url: "", | ||
}, | ||
{ | ||
title: "child stuff 2", | ||
label: "link2Child2", | ||
url: "", | ||
}, | ||
{ | ||
title: "child stuff 3", | ||
label: "link2Child3", | ||
url: "", | ||
}, | ||
], | ||
}, | ||
{ | ||
title: "Stuff 3", | ||
label: "link3", | ||
url: "", | ||
}, | ||
{ | ||
title: "Stuff 4", | ||
label: "link4", | ||
url: "", | ||
}, | ||
{ | ||
title: "Stuff 5", | ||
label: "link5", | ||
url: "", | ||
}, | ||
{ | ||
title: "Stuff 6", | ||
label: "link6", | ||
url: "", | ||
}, | ||
], | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
export default { | ||
hdr_simple: 0, | ||
include: 1, | ||
hdr_srch_include: 1, | ||
hdr_width: 100, | ||
hdr_alert_include: 0, | ||
hdr_alert_title: "Important Notice", | ||
hdr_alert_msg: | ||
"We are currently experiencing login issues with some databases.", | ||
hdr_alert_url_label: "", | ||
hdr_alert_url: "", | ||
home_label: "Research Guides", | ||
home_url: "https://libguides.uky.edu/az.php", | ||
custom_logo: false, | ||
image_path: "", | ||
image_path_fallback: "", | ||
bases: [ | ||
{ | ||
label: "home", | ||
}, | ||
{ | ||
title: "", | ||
label: "link1", | ||
}, | ||
{ | ||
title: "", | ||
label: "link2", | ||
}, | ||
{ | ||
title: "'How To' Guides", | ||
label: "link3", | ||
url: "https://libguides.uky.edu/How", | ||
}, | ||
{ | ||
title: "Course Guides", | ||
label: "link4", | ||
url: "https://libguides.uky.edu/courseguides", | ||
}, | ||
{ | ||
title: "", | ||
label: "link5", | ||
url: "", | ||
}, | ||
{ | ||
title: "", | ||
label: "link6", | ||
url: "", | ||
}, | ||
], | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,84 @@ | ||
export default { | ||
hdr_simple: 0, | ||
include: 0, | ||
hdr_srch_include: 0, | ||
hdr_width: 110, | ||
hdr_alert_include: 0, | ||
hdr_alert_title: "Scheduled Service Interruption", | ||
hdr_alert_msg: | ||
"InfoKat will be offline for scheduled maintenance on YYYY-MM-DD from 0:00 - 0:00.", | ||
hdr_alert_url_label: "", | ||
hdr_alert_url: "", | ||
home_label: "InfoKat", | ||
home_url: "https://infokat.uky.edu", | ||
custom_logo: false, | ||
image_path: "", | ||
image_path_fallback: "", | ||
bases: [ | ||
{ | ||
label: "home", | ||
}, | ||
{ | ||
title: "Stuff 1", | ||
label: "link1", | ||
children: [ | ||
{ | ||
title: "child stuff 1", | ||
label: "link1Child1", | ||
url: "", | ||
}, | ||
{ | ||
title: "child stuff 2", | ||
label: "link1Child2", | ||
url: "", | ||
}, | ||
{ | ||
title: "child stuff 3", | ||
label: "link1Child3", | ||
url: "", | ||
}, | ||
], | ||
}, | ||
{ | ||
title: "Stuff 2", | ||
label: "link2", | ||
children: [ | ||
{ | ||
title: "child stuff 1", | ||
label: "link2Child1", | ||
url: "", | ||
}, | ||
{ | ||
title: "child stuff 2", | ||
label: "link2Child2", | ||
url: "", | ||
}, | ||
{ | ||
title: "child stuff 3", | ||
label: "link2Child3", | ||
url: "", | ||
}, | ||
], | ||
}, | ||
{ | ||
title: "Stuff 3", | ||
label: "link3", | ||
url: "", | ||
}, | ||
{ | ||
title: "Stuff 4", | ||
label: "link4", | ||
url: "", | ||
}, | ||
{ | ||
title: "Stuff 5", | ||
label: "link5", | ||
url: "", | ||
}, | ||
{ | ||
title: "Stuff 6", | ||
label: "link6", | ||
url: "", | ||
}, | ||
], | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,84 @@ | ||
export default { | ||
hdr_simple: 1, | ||
include: 0, | ||
hdr_srch_include: 0, | ||
hdr_width: 110, | ||
hdr_alert_include: 0, | ||
hdr_alert_title: "Scheduled Service Interruption", | ||
hdr_alert_msg: | ||
"The Lexington Herald-Leader Photographs database will be offline for scheduled maintenance on YYYY-MM-DD from 0:00 - 0:00.", | ||
hdr_alert_url_label: "", | ||
hdr_alert_url: "", | ||
home_label: "Lexington Herald-Leader Photographs", | ||
home_url: "https://lhlphotoarchive.org/", | ||
custom_logo: false, | ||
image_path: "", | ||
image_path_fallback: "", | ||
bases: [ | ||
{ | ||
label: "home", | ||
}, | ||
{ | ||
title: "Stuff 1", | ||
label: "link1", | ||
children: [ | ||
{ | ||
title: "child stuff 1", | ||
label: "link1Child1", | ||
url: "", | ||
}, | ||
{ | ||
title: "child stuff 2", | ||
label: "link1Child2", | ||
url: "", | ||
}, | ||
{ | ||
title: "child stuff 3", | ||
label: "link1Child3", | ||
url: "", | ||
}, | ||
], | ||
}, | ||
{ | ||
title: "Stuff 2", | ||
label: "link2", | ||
children: [ | ||
{ | ||
title: "child stuff 1", | ||
label: "link2Child1", | ||
url: "", | ||
}, | ||
{ | ||
title: "child stuff 2", | ||
label: "link2Child2", | ||
url: "", | ||
}, | ||
{ | ||
title: "child stuff 3", | ||
label: "link2Child3", | ||
url: "", | ||
}, | ||
], | ||
}, | ||
{ | ||
title: "Stuff 3", | ||
label: "link3", | ||
url: "", | ||
}, | ||
{ | ||
title: "Stuff 4", | ||
label: "link4", | ||
url: "", | ||
}, | ||
{ | ||
title: "Stuff 5", | ||
label: "link5", | ||
url: "", | ||
}, | ||
{ | ||
title: "Stuff 6", | ||
label: "link6", | ||
url: "", | ||
}, | ||
], | ||
}; |
Oops, something went wrong.