diff --git a/BootstrapThreeThemePlugin.inc.php b/BootstrapThreeThemePlugin.inc.php index 79eb7df..628f04e 100644 --- a/BootstrapThreeThemePlugin.inc.php +++ b/BootstrapThreeThemePlugin.inc.php @@ -3,9 +3,9 @@ /** * @file plugins/themes/default/BootstrapThreeThemePlugin.inc.php * - * Copyright (c) 2014-2017 Simon Fraser University Library - * Copyright (c) 2003-2017 John Willinsky - * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. + * Copyright (c) 2014-2023 Simon Fraser University Library + * Copyright (c) 2003-2023 John Willinsky + * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. * * @class BootstrapThreeThemePlugin * @ingroup plugins_themes_bootstrap3 diff --git a/README.md b/README.md index 5b6aa4b..37df3d8 100644 --- a/README.md +++ b/README.md @@ -53,4 +53,4 @@ The Ubuntu font is distributed under the terms of the [Ubuntu Font License](http ## Changelog -Changes are tracked in the [releases notes](https://github.com/NateWr/bootstrap3/releases). \ No newline at end of file +Changes are tracked in the [releases notes](https://github.com/pkp/bootstrap3/releases). diff --git a/bootstrap-themes/darkly/bootswatch.less b/bootstrap-themes/darkly/bootswatch.less index 821ac88..9820d93 100644 --- a/bootstrap-themes/darkly/bootswatch.less +++ b/bootstrap-themes/darkly/bootswatch.less @@ -129,7 +129,8 @@ table, // Forms ====================================================================== input, -textarea { +textarea, +select { color: @input-color; } diff --git a/index.php b/index.php index 29832d0..170a8c3 100644 --- a/index.php +++ b/index.php @@ -7,9 +7,9 @@ /** * @file plugins/themes/default/index.php * - * Copyright (c) 2014-2017 Simon Fraser University Library - * Copyright (c) 2003-2017 John Willinsky - * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. + * Copyright (c) 2014-2023 Simon Fraser University Library + * Copyright (c) 2003-2023 John Willinsky + * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. * * @ingroup plugins_themes_default * @brief Wrapper for default theme plugin. diff --git a/styles/bootstrap.less b/styles/bootstrap.less index 975b3b1..21efd1b 100644 --- a/styles/bootstrap.less +++ b/styles/bootstrap.less @@ -1,9 +1,9 @@ /** * @file plugins/themes/bootstrap3/index.less * - * Copyright (c) 2014-2017 Simon Fraser University Library - * Copyright (c) 2003-2017 John Willinsky - * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. + * Copyright (c) 2014-2023 Simon Fraser University Library + * Copyright (c) 2003-2023 John Willinsky + * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. * * @brief Bootstrap 3 theme stylesheet. This is the base styles that must be * included for any theme. @@ -77,6 +77,14 @@ margin-bottom: 2em; } + .orcid_icon { + display: inline-block; + margin-right: 0.25em; + width: 24px; + height: 24px; + vertical-align: middle; + } + .author + .author { margin-top: 0.5em; } diff --git a/styles/cerulean.less b/styles/cerulean.less index fd1ce8c..0e36932 100644 --- a/styles/cerulean.less +++ b/styles/cerulean.less @@ -1,9 +1,9 @@ /** * @file plugins/themes/bootstrap3/cerulean.less * - * Copyright (c) 2014-2017 Simon Fraser University Library - * Copyright (c) 2003-2017 John Willinsky - * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. + * Copyright (c) 2014-2023 Simon Fraser University Library + * Copyright (c) 2003-2023 John Willinsky + * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. * * @brief Stylesheet for the Cerulean Bootstrap theme. https://bootswatch.com/cerulean/ */ diff --git a/styles/cleanblog.less b/styles/cleanblog.less index e0826e2..8955371 100644 --- a/styles/cleanblog.less +++ b/styles/cleanblog.less @@ -1,9 +1,9 @@ /** * @file plugins/themes/bootstrap3/cleanblog.less * - * Copyright (c) 2014-2017 Simon Fraser University Library - * Copyright (c) 2003-2017 John Willinsky - * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. + * Copyright (c) 2014-2023 Simon Fraser University Library + * Copyright (c) 2003-2023 John Willinsky + * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. * * @brief Stylesheet for the Clean Blog Bootstrap theme. https://startbootstrap.com/template-overviews/clean-blog/ */ diff --git a/styles/cosmo.less b/styles/cosmo.less index 4ed5aba..5743914 100644 --- a/styles/cosmo.less +++ b/styles/cosmo.less @@ -1,9 +1,9 @@ /** * @file plugins/themes/bootstrap3/cosmo.less * - * Copyright (c) 2014-2017 Simon Fraser University Library - * Copyright (c) 2003-2017 John Willinsky - * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. + * Copyright (c) 2014-2023 Simon Fraser University Library + * Copyright (c) 2003-2023 John Willinsky + * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. * * @brief Stylesheet for the Cosmo Bootstrap theme. https://bootswatch.com/cosmo/ */ diff --git a/styles/cyborg.less b/styles/cyborg.less index a4e9143..8cb78c2 100644 --- a/styles/cyborg.less +++ b/styles/cyborg.less @@ -1,9 +1,9 @@ /** * @file plugins/themes/bootstrap3/cyborg.less * - * Copyright (c) 2014-2017 Simon Fraser University Library - * Copyright (c) 2003-2017 John Willinsky - * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. + * Copyright (c) 2014-2023 Simon Fraser University Library + * Copyright (c) 2003-2023 John Willinsky + * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. * * @brief Stylesheet for the Cyborg Bootstrap theme. https://bootswatch.com/cyborg/ */ diff --git a/styles/darkly.less b/styles/darkly.less index 17a46eb..632f501 100644 --- a/styles/darkly.less +++ b/styles/darkly.less @@ -1,9 +1,9 @@ /** * @file plugins/themes/bootstrap3/darkly.less * - * Copyright (c) 2014-2017 Simon Fraser University Library - * Copyright (c) 2003-2017 John Willinsky - * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. + * Copyright (c) 2014-2023 Simon Fraser University Library + * Copyright (c) 2003-2023 John Willinsky + * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. * * @brief Stylesheet for the Darkly Bootstrap theme. https://bootswatch.com/darkly/ */ diff --git a/styles/flatly.less b/styles/flatly.less index 0d29638..1b1bc47 100644 --- a/styles/flatly.less +++ b/styles/flatly.less @@ -1,9 +1,9 @@ /** * @file plugins/themes/bootstrap3/flatly.less * - * Copyright (c) 2014-2017 Simon Fraser University Library - * Copyright (c) 2003-2017 John Willinsky - * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. + * Copyright (c) 2014-2023 Simon Fraser University Library + * Copyright (c) 2003-2023 John Willinsky + * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. * * @brief Stylesheet for the Flatly Bootstrap theme. https://bootswatch.com/flatly/ */ diff --git a/styles/fonts/lato.less b/styles/fonts/lato.less index 130d822..009d979 100644 --- a/styles/fonts/lato.less +++ b/styles/fonts/lato.less @@ -3,7 +3,7 @@ * * Copyright (c) 2014-2019 Simon Fraser University * Copyright (c) 2003-2019 John Willinsky - * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. + * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. * * @brief Load the Lato font * diff --git a/styles/fonts/newsCycle.less b/styles/fonts/newsCycle.less index 0e3ce5a..bf8519b 100644 --- a/styles/fonts/newsCycle.less +++ b/styles/fonts/newsCycle.less @@ -3,7 +3,7 @@ * * Copyright (c) 2014-2019 Simon Fraser University * Copyright (c) 2003-2019 John Willinsky - * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. + * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. * * @brief Load the News Cycle font * diff --git a/styles/fonts/openSans.less b/styles/fonts/openSans.less index d85561f..e240a99 100644 --- a/styles/fonts/openSans.less +++ b/styles/fonts/openSans.less @@ -3,7 +3,7 @@ * * Copyright (c) 2014-2019 Simon Fraser University * Copyright (c) 2003-2019 John Willinsky - * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. + * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. * * @brief Load the Source Sans Pro font * diff --git a/styles/fonts/raleway.less b/styles/fonts/raleway.less index 7ad4a60..f5ca16a 100644 --- a/styles/fonts/raleway.less +++ b/styles/fonts/raleway.less @@ -3,7 +3,7 @@ * * Copyright (c) 2014-2019 Simon Fraser University * Copyright (c) 2003-2019 John Willinsky - * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. + * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. * * @brief Load the Source Sans Pro font * diff --git a/styles/fonts/roboto.less b/styles/fonts/roboto.less index 876cbe9..35edc36 100644 --- a/styles/fonts/roboto.less +++ b/styles/fonts/roboto.less @@ -3,7 +3,7 @@ * * Copyright (c) 2014-2019 Simon Fraser University * Copyright (c) 2003-2019 John Willinsky - * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. + * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. * * @brief Load the Roboto font * diff --git a/styles/fonts/sourceSansPro.less b/styles/fonts/sourceSansPro.less index 2302ee3..f529076 100644 --- a/styles/fonts/sourceSansPro.less +++ b/styles/fonts/sourceSansPro.less @@ -3,7 +3,7 @@ * * Copyright (c) 2014-2019 Simon Fraser University * Copyright (c) 2003-2019 John Willinsky - * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. + * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. * * @brief Load the Source Sans Pro font * diff --git a/styles/fonts/ubuntu.less b/styles/fonts/ubuntu.less index ebc36cb..b250021 100644 --- a/styles/fonts/ubuntu.less +++ b/styles/fonts/ubuntu.less @@ -3,7 +3,7 @@ * * Copyright (c) 2014-2019 Simon Fraser University * Copyright (c) 2003-2019 John Willinsky - * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. + * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. * * @brief Load the Source Sans Pro font * diff --git a/styles/journal.less b/styles/journal.less index b798469..223f504 100644 --- a/styles/journal.less +++ b/styles/journal.less @@ -1,9 +1,9 @@ /** * @file plugins/themes/bootstrap3/journal.less * - * Copyright (c) 2014-2017 Simon Fraser University Library - * Copyright (c) 2003-2017 John Willinsky - * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. + * Copyright (c) 2014-2023 Simon Fraser University Library + * Copyright (c) 2003-2023 John Willinsky + * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. * * @brief Stylesheet for the Journal Bootstrap theme. https://bootswatch.com/journal/ */ diff --git a/styles/lumen.less b/styles/lumen.less index 8843407..53c94bb 100644 --- a/styles/lumen.less +++ b/styles/lumen.less @@ -1,9 +1,9 @@ /** * @file plugins/themes/bootstrap3/lumen.less * - * Copyright (c) 2014-2017 Simon Fraser University Library - * Copyright (c) 2003-2017 John Willinsky - * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. + * Copyright (c) 2014-2023 Simon Fraser University Library + * Copyright (c) 2003-2023 John Willinsky + * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. * * @brief Stylesheet for the Lumen Bootstrap theme. https://bootswatch.com/lumen/ */ diff --git a/styles/paper.less b/styles/paper.less index 471f8b8..1cb5e82 100644 --- a/styles/paper.less +++ b/styles/paper.less @@ -1,9 +1,9 @@ /** * @file plugins/themes/bootstrap3/paper.less * - * Copyright (c) 2014-2017 Simon Fraser University Library - * Copyright (c) 2003-2017 John Willinsky - * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. + * Copyright (c) 2014-2023 Simon Fraser University Library + * Copyright (c) 2003-2023 John Willinsky + * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. * * @brief Stylesheet for the Paper Bootstrap theme. https://bootswatch.com/paper/ */ diff --git a/styles/readable.less b/styles/readable.less index 30380b4..ec31382 100644 --- a/styles/readable.less +++ b/styles/readable.less @@ -1,9 +1,9 @@ /** * @file plugins/themes/bootstrap3/readable.less * - * Copyright (c) 2014-2017 Simon Fraser University Library - * Copyright (c) 2003-2017 John Willinsky - * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. + * Copyright (c) 2014-2023 Simon Fraser University Library + * Copyright (c) 2003-2023 John Willinsky + * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. * * @brief Stylesheet for the Readable Bootstrap theme. https://bootswatch.com/readable/ */ diff --git a/styles/sandstone.less b/styles/sandstone.less index 71b4194..d101651 100644 --- a/styles/sandstone.less +++ b/styles/sandstone.less @@ -1,9 +1,9 @@ /** * @file plugins/themes/bootstrap3/sandstone.less * - * Copyright (c) 2014-2017 Simon Fraser University Library - * Copyright (c) 2003-2017 John Willinsky - * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. + * Copyright (c) 2014-2023 Simon Fraser University Library + * Copyright (c) 2003-2023 John Willinsky + * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. * * @brief Stylesheet for the Sandstone Bootstrap theme. https://bootswatch.com/sandstone/ */ diff --git a/styles/simplex.less b/styles/simplex.less index 1a66bda..828d636 100644 --- a/styles/simplex.less +++ b/styles/simplex.less @@ -1,9 +1,9 @@ /** * @file plugins/themes/bootstrap3/simplex.less * - * Copyright (c) 2014-2017 Simon Fraser University Library - * Copyright (c) 2003-2017 John Willinsky - * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. + * Copyright (c) 2014-2023 Simon Fraser University Library + * Copyright (c) 2003-2023 John Willinsky + * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. * * @brief Stylesheet for the Simplex Bootstrap theme. https://bootswatch.com/simplex/ */ diff --git a/styles/slate.less b/styles/slate.less index a3de470..0075223 100644 --- a/styles/slate.less +++ b/styles/slate.less @@ -1,9 +1,9 @@ /** * @file plugins/themes/bootstrap3/slate.less * - * Copyright (c) 2014-2017 Simon Fraser University Library - * Copyright (c) 2003-2017 John Willinsky - * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. + * Copyright (c) 2014-2023 Simon Fraser University Library + * Copyright (c) 2003-2023 John Willinsky + * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. * * @brief Stylesheet for the Slate Bootstrap theme. https://bootswatch.com/slate/ */ diff --git a/styles/spacelab.less b/styles/spacelab.less index 59651a4..6d7c080 100644 --- a/styles/spacelab.less +++ b/styles/spacelab.less @@ -1,9 +1,9 @@ /** * @file plugins/themes/bootstrap3/spacelab.less * - * Copyright (c) 2014-2017 Simon Fraser University Library - * Copyright (c) 2003-2017 John Willinsky - * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. + * Copyright (c) 2014-2023 Simon Fraser University Library + * Copyright (c) 2003-2023 John Willinsky + * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. * * @brief Stylesheet for the Spacelab Bootstrap theme. https://bootswatch.com/spacelab/ */ diff --git a/styles/superhero.less b/styles/superhero.less index 3b5f239..27182b0 100644 --- a/styles/superhero.less +++ b/styles/superhero.less @@ -1,9 +1,9 @@ /** * @file plugins/themes/bootstrap3/superhero.less * - * Copyright (c) 2014-2017 Simon Fraser University Library - * Copyright (c) 2003-2017 John Willinsky - * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. + * Copyright (c) 2014-2023 Simon Fraser University Library + * Copyright (c) 2003-2023 John Willinsky + * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. * * @brief Stylesheet for the Superhero Bootstrap theme. https://bootswatch.com/superhero/ */ diff --git a/styles/united.less b/styles/united.less index 9e648ec..2885521 100644 --- a/styles/united.less +++ b/styles/united.less @@ -1,9 +1,9 @@ /** * @file plugins/themes/bootstrap3/united.less * - * Copyright (c) 2014-2017 Simon Fraser University Library - * Copyright (c) 2003-2017 John Willinsky - * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. + * Copyright (c) 2014-2023 Simon Fraser University Library + * Copyright (c) 2003-2023 John Willinsky + * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. * * @brief Stylesheet for the United Bootstrap theme. https://bootswatch.com/united/ */ diff --git a/styles/yeti.less b/styles/yeti.less index 86119c6..263b508 100644 --- a/styles/yeti.less +++ b/styles/yeti.less @@ -1,9 +1,9 @@ /** * @file plugins/themes/bootstrap3/yeti.less * - * Copyright (c) 2014-2017 Simon Fraser University Library - * Copyright (c) 2003-2017 John Willinsky - * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. + * Copyright (c) 2014-2023 Simon Fraser University Library + * Copyright (c) 2003-2023 John Willinsky + * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. * * @brief Stylesheet for the Yeti Bootstrap theme. https://bootswatch.com/yeti/ */ diff --git a/templates/common/formErrors.tpl b/templates/common/formErrors.tpl index 3a71bf4..19b755d 100644 --- a/templates/common/formErrors.tpl +++ b/templates/common/formErrors.tpl @@ -1,9 +1,9 @@ {** * templates/common/formErrors.tpl * - * Copyright (c) 2014-2017 Simon Fraser University Library - * Copyright (c) 2000-2017 John Willinsky - * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. + * Copyright (c) 2014-2023 Simon Fraser University Library + * Copyright (c) 2000-2023 John Willinsky + * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. * * @brief List errors that occurred during form processing. * @@ -18,7 +18,7 @@ diff --git a/templates/common/frontend/footer.tpl b/templates/common/frontend/footer.tpl index 4ab8c88..a3152ac 100644 --- a/templates/common/frontend/footer.tpl +++ b/templates/common/frontend/footer.tpl @@ -1,9 +1,9 @@ {** * templates/common/footer.tpl * - * Copyright (c) 2014-2017 Simon Fraser University Library - * Copyright (c) 2003-2017 John Willinsky - * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. + * Copyright (c) 2014-2023 Simon Fraser University Library + * Copyright (c) 2003-2023 John Willinsky + * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. * * Frontend site footer. * diff --git a/templates/frontend/components/announcements.tpl b/templates/frontend/components/announcements.tpl index 82cc212..6aaaae6 100644 --- a/templates/frontend/components/announcements.tpl +++ b/templates/frontend/components/announcements.tpl @@ -1,9 +1,9 @@ {** * templates/frontend/components/announcements.tpl * - * Copyright (c) 2014-2017 Simon Fraser University Library - * Copyright (c) 2003-2017 John Willinsky - * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. + * Copyright (c) 2014-2023 Simon Fraser University Library + * Copyright (c) 2003-2023 John Willinsky + * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. * * @brief Display a list of announcements * diff --git a/templates/frontend/components/breadcrumbs.tpl b/templates/frontend/components/breadcrumbs.tpl index 30524b9..bc57864 100644 --- a/templates/frontend/components/breadcrumbs.tpl +++ b/templates/frontend/components/breadcrumbs.tpl @@ -1,9 +1,9 @@ {** * templates/frontend/components/breadcrumbs.tpl * - * Copyright (c) 2014-2017 Simon Fraser University Library - * Copyright (c) 2003-2017 John Willinsky - * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. + * Copyright (c) 2014-2023 Simon Fraser University Library + * Copyright (c) 2003-2023 John Willinsky + * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. * * @brief Display a breadcrumb nav item showing the current page. This basic * version is for top-level pages which only need to show the Home link. For diff --git a/templates/frontend/components/breadcrumbs_announcement.tpl b/templates/frontend/components/breadcrumbs_announcement.tpl index 1052de1..2ee7c64 100644 --- a/templates/frontend/components/breadcrumbs_announcement.tpl +++ b/templates/frontend/components/breadcrumbs_announcement.tpl @@ -1,9 +1,9 @@ {** * templates/frontend/components/breadcrumbs_article.tpl * - * Copyright (c) 2014-2017 Simon Fraser University Library - * Copyright (c) 2003-2017 John Willinsky - * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. + * Copyright (c) 2014-2023 Simon Fraser University Library + * Copyright (c) 2003-2023 John Willinsky + * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. * * @brief Display a breadcrumb nav item showing the current page. This basic * version is for top-level pages which only need to show the Home link. For diff --git a/templates/frontend/components/breadcrumbs_article.tpl b/templates/frontend/components/breadcrumbs_article.tpl index 3fd0a09..3b40ee1 100644 --- a/templates/frontend/components/breadcrumbs_article.tpl +++ b/templates/frontend/components/breadcrumbs_article.tpl @@ -1,9 +1,9 @@ {** * templates/frontend/components/breadcrumbs_article.tpl * - * Copyright (c) 2014-2017 Simon Fraser University Library - * Copyright (c) 2003-2017 John Willinsky - * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. + * Copyright (c) 2014-2024 Simon Fraser University Library + * Copyright (c) 2003-2024 John Willinsky + * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. * * @brief Display a breadcrumb nav item showing the current page. This basic * version is for top-level pages which only need to show the Home link. For @@ -27,11 +27,13 @@ {translate key="navigation.archives"} -
  • - getBestIssueId($currentJournal)}"> - {$issue->getIssueIdentification()|escape} - -
  • + {if $issue} +
  • + getBestIssueId($currentJournal)}"> + {$issue->getIssueIdentification()|escape} + +
  • + {/if}
  • {if $currentTitleKey} {translate key=$currentTitleKey} diff --git a/templates/frontend/components/breadcrumbs_catalog.tpl b/templates/frontend/components/breadcrumbs_catalog.tpl index 26fafa1..85f74f9 100644 --- a/templates/frontend/components/breadcrumbs_catalog.tpl +++ b/templates/frontend/components/breadcrumbs_catalog.tpl @@ -3,7 +3,7 @@ * * Copyright (c) 2014-2019 Simon Fraser University * Copyright (c) 2003-2019 John Willinsky - * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. + * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. * * @brief Display a breadcrumb nav item showing the location in the catalog. * This only supports one-level of nesting, as does the category hierarchy data. diff --git a/templates/frontend/components/breadcrumbs_issue.tpl b/templates/frontend/components/breadcrumbs_issue.tpl index 4040adc..ad3788e 100644 --- a/templates/frontend/components/breadcrumbs_issue.tpl +++ b/templates/frontend/components/breadcrumbs_issue.tpl @@ -1,9 +1,9 @@ {** * templates/frontend/components/breadcrumbs_issue.tpl * - * Copyright (c) 2014-2017 Simon Fraser University Library - * Copyright (c) 2003-2017 John Willinsky - * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. + * Copyright (c) 2014-2023 Simon Fraser University Library + * Copyright (c) 2003-2023 John Willinsky + * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. * * @brief Display a breadcrumb nav item showing the current page. This basic * version is for top-level pages which only need to show the Home link. For diff --git a/templates/frontend/components/editLink.tpl b/templates/frontend/components/editLink.tpl index 03af849..ee7ea16 100644 --- a/templates/frontend/components/editLink.tpl +++ b/templates/frontend/components/editLink.tpl @@ -1,9 +1,9 @@ {** * templates/frontend/components/editLink.tpl * - * Copyright (c) 2014-2017 Simon Fraser University Library - * Copyright (c) 2003-2017 John Willinsky - * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. + * Copyright (c) 2014-2023 Simon Fraser University Library + * Copyright (c) 2003-2023 John Willinsky + * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. * * @brief Display the page to view the editorial team. * diff --git a/templates/frontend/components/footer.tpl b/templates/frontend/components/footer.tpl index ec7c796..6d0f57f 100644 --- a/templates/frontend/components/footer.tpl +++ b/templates/frontend/components/footer.tpl @@ -1,9 +1,9 @@ {** * templates/frontend/components/footer.tpl * - * Copyright (c) 2014-2017 Simon Fraser University Library - * Copyright (c) 2003-2017 John Willinsky - * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. + * Copyright (c) 2014-2023 Simon Fraser University Library + * Copyright (c) 2003-2023 John Willinsky + * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. * * @brief Common site frontend footer. * @@ -18,7 +18,7 @@ {if empty($isFullWidth)} {capture assign="sidebarCode"}{call_hook name="Templates::Common::Sidebar"}{/capture} {if $sidebarCode} -
  • {/foreach} - {* Require the user to agree to the terms of the context's privacy policy *} - {if !$enableSiteWidePrivacyStatement && $context->getSetting('privacyStatement')} -
    - -
    - {/if} {/if} diff --git a/templates/frontend/components/searchFilter.tpl b/templates/frontend/components/searchFilter.tpl index fbaebd1..dee16a4 100644 --- a/templates/frontend/components/searchFilter.tpl +++ b/templates/frontend/components/searchFilter.tpl @@ -1,9 +1,9 @@ {** * templates/frontend/components/searchFilter.tpl * - * Copyright (c) 2014-2017 Simon Fraser University Library - * Copyright (c) 2003-2017 John Willinsky - * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. + * Copyright (c) 2014-2023 Simon Fraser University Library + * Copyright (c) 2003-2023 John Willinsky + * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. * * @brief View of a filter (active or inactive) used on the search page. * @todo The search filter component needs a pretty heavy rewrite along with the diff --git a/templates/frontend/components/searchForm_simple.tpl b/templates/frontend/components/searchForm_simple.tpl index 79b1fb7..0571417 100644 --- a/templates/frontend/components/searchForm_simple.tpl +++ b/templates/frontend/components/searchForm_simple.tpl @@ -1,9 +1,9 @@ {** * templates/frontend/components/searchForm_simple.tpl * - * Copyright (c) 2014-2017 Simon Fraser University Library - * Copyright (c) 2003-2017 John Willinsky - * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. + * Copyright (c) 2014-2023 Simon Fraser University Library + * Copyright (c) 2003-2023 John Willinsky + * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. * * @brief Simple display of a search form with just text input and search button * diff --git a/templates/frontend/objects/announcement_full.tpl b/templates/frontend/objects/announcement_full.tpl index 4e032d7..5607464 100644 --- a/templates/frontend/objects/announcement_full.tpl +++ b/templates/frontend/objects/announcement_full.tpl @@ -1,9 +1,9 @@ {** * templates/frontend/objects/announcement_full.tpl * - * Copyright (c) 2014-2017 Simon Fraser University Library - * Copyright (c) 2003-2017 John Willinsky - * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. + * Copyright (c) 2014-2023 Simon Fraser University Library + * Copyright (c) 2003-2023 John Willinsky + * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. * * @brief Display the full view of an announcement, when the announcement is * the primary element on the page. diff --git a/templates/frontend/objects/announcement_summary.tpl b/templates/frontend/objects/announcement_summary.tpl index 94f4f3a..643944d 100644 --- a/templates/frontend/objects/announcement_summary.tpl +++ b/templates/frontend/objects/announcement_summary.tpl @@ -1,9 +1,9 @@ {** * templates/frontend/objects/announcement_summary.tpl * - * Copyright (c) 2014-2017 Simon Fraser University Library - * Copyright (c) 2003-2017 John Willinsky - * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. + * Copyright (c) 2014-2023 Simon Fraser University Library + * Copyright (c) 2003-2023 John Willinsky + * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. * * @brief Display a summary view of an announcement * diff --git a/templates/frontend/objects/article_details.tpl b/templates/frontend/objects/article_details.tpl index 01edc8c..27210f9 100644 --- a/templates/frontend/objects/article_details.tpl +++ b/templates/frontend/objects/article_details.tpl @@ -1,9 +1,9 @@ {** * templates/frontend/objects/article_details.tpl * - * Copyright (c) 2014-2017 Simon Fraser University Library - * Copyright (c) 2003-2017 John Willinsky - * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. + * Copyright (c) 2014-2024 Simon Fraser University Library + * Copyright (c) 2003-2024 John Willinsky + * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. * * @brief View of an Article which displays all details about the article. * Expected to be primary object on the page. @@ -127,16 +127,12 @@ {if $pubIdPlugin->getPubIdType() != 'doi'} {continue} {/if} - {if $issue->getPublished()} - {assign var=pubId value=$article->getStoredPubId($pubIdPlugin->getPubIdType())} - {else} - {assign var=pubId value=$pubIdPlugin->getPubId($article)}{* Preview pubId *} - {/if} + {assign var=pubId value=$article->getStoredPubId($pubIdPlugin->getPubIdType())} {if $pubId} {assign var="doiUrl" value=$pubIdPlugin->getResolvingURL($currentJournal->getId(), $pubId)|escape}
    - {capture assign=translatedDoi}{translate key="plugins.pubIds.doi.readerDisplayName"}{/capture} - {translate key="semicolon" label=$translatedDoi} + {capture assign=translatedDOI}{translate key="plugins.pubIds.doi.readerDisplayName"}{/capture} + {translate key="semicolon" label=$translatedDOI} {$doiUrl} @@ -173,14 +169,19 @@ {foreach from=$publication->getData('authors') item=author}
    {$author->getFullName()|escape} - {if $author->getLocalizedAffiliation()} - + {if $author->getLocalizedData('affiliation')} + + {$author->getLocalizedData('affiliation')|escape} + {if $author->getData('rorId')} + {$rorIdIcon} + {/if} + {/if} {if $author->getOrcid()}
    - {$orcidIcon} + {if $author->getData('orcidAccessToken')} + {$orcidIcon} + {/if} {$author->getOrcid()|escape} @@ -291,17 +292,18 @@ {/foreach} {* Issue article appears in *} -
    -
    - {translate key="issue.issue"} -
    - + {/if} {if $section}
    @@ -387,7 +389,7 @@

    {$parsedCitation->getCitationWithLinks()|strip_unsafe_html} {call_hook name="Templates::Article::Details::Reference" citation=$parsedCitation}

    {/foreach} {else} - {$publication->getData('citationsRaw')|nl2br} + {$publication->getData('citationsRaw')|escape|nl2br} {/if}
    diff --git a/templates/frontend/objects/article_summary.tpl b/templates/frontend/objects/article_summary.tpl index 047899e..555138b 100644 --- a/templates/frontend/objects/article_summary.tpl +++ b/templates/frontend/objects/article_summary.tpl @@ -1,9 +1,9 @@ {** * templates/frontend/objects/article_summary.tpl * - * Copyright (c) 2014-2017 Simon Fraser University Library - * Copyright (c) 2003-2017 John Willinsky - * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. + * Copyright (c) 2014-2023 Simon Fraser University Library + * Copyright (c) 2003-2023 John Willinsky + * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. * * @brief View of an Article summary which is shown within a list of articles. * diff --git a/templates/frontend/objects/galley_link.tpl b/templates/frontend/objects/galley_link.tpl index 2c3411f..eda8bbe 100644 --- a/templates/frontend/objects/galley_link.tpl +++ b/templates/frontend/objects/galley_link.tpl @@ -1,9 +1,9 @@ {** * templates/frontend/objects/galley_link.tpl * - * Copyright (c) 2014-2017 Simon Fraser University Library - * Copyright (c) 2003-2017 John Willinsky - * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. + * Copyright (c) 2014-2023 Simon Fraser University Library + * Copyright (c) 2003-2023 John Willinsky + * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. * * @brief View of a galley object as a link to view or download the galley, to be used * in a list of galleys. diff --git a/templates/frontend/objects/issue_summary.tpl b/templates/frontend/objects/issue_summary.tpl index 48b55f5..8ec6fb2 100644 --- a/templates/frontend/objects/issue_summary.tpl +++ b/templates/frontend/objects/issue_summary.tpl @@ -1,9 +1,9 @@ {** * templates/frontend/objects/issue_summary.tpl * - * Copyright (c) 2014-2017 Simon Fraser University Library - * Copyright (c) 2003-2017 John Willinsky - * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. + * Copyright (c) 2014-2023 Simon Fraser University Library + * Copyright (c) 2003-2023 John Willinsky + * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. * * @brief View of an Issue which displays a summary for use in lists * @@ -14,6 +14,7 @@ {* Retrieve separate entries for $issueTitle and $issueSeries *} {assign var=issueTitle value=$issue->getLocalizedTitle()} {assign var=issueSeries value=$issue->getIssueSeries()} + {assign var=issueDescription value=$issue->getLocalizedDescription()} {* Show cover image and use cover description *} {if $issue->getLocalizedCoverImage()} diff --git a/templates/frontend/objects/issue_toc.tpl b/templates/frontend/objects/issue_toc.tpl index 6cc70f2..990672f 100644 --- a/templates/frontend/objects/issue_toc.tpl +++ b/templates/frontend/objects/issue_toc.tpl @@ -1,9 +1,9 @@ {** * templates/frontend/objects/issue_toc.tpl * - * Copyright (c) 2014-2017 Simon Fraser University Library - * Copyright (c) 2003-2017 John Willinsky - * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. + * Copyright (c) 2014-2023 Simon Fraser University Library + * Copyright (c) 2003-2023 John Willinsky + * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. * * @brief View of an Issue which displays a full table of contents. * diff --git a/templates/frontend/pages/about.tpl b/templates/frontend/pages/about.tpl index c45a2ff..12c515e 100644 --- a/templates/frontend/pages/about.tpl +++ b/templates/frontend/pages/about.tpl @@ -1,9 +1,9 @@ {** * templates/frontend/pages/about.tpl * - * Copyright (c) 2014-2017 Simon Fraser University Library - * Copyright (c) 2003-2017 John Willinsky - * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. + * Copyright (c) 2014-2023 Simon Fraser University Library + * Copyright (c) 2003-2023 John Willinsky + * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. * * @brief Display the page to view information about a journal. * diff --git a/templates/frontend/pages/catalogCategory.tpl b/templates/frontend/pages/catalogCategory.tpl index a4fdfd6..5f7e8b3 100644 --- a/templates/frontend/pages/catalogCategory.tpl +++ b/templates/frontend/pages/catalogCategory.tpl @@ -3,7 +3,7 @@ * * Copyright (c) 2014-2019 Simon Fraser University * Copyright (c) 2003-2019 John Willinsky - * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. + * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. * * @brief Display the page to view a category of the catalog. * diff --git a/templates/frontend/pages/editorialTeam.tpl b/templates/frontend/pages/editorialTeam.tpl index 8c8ce16..c19cb50 100644 --- a/templates/frontend/pages/editorialTeam.tpl +++ b/templates/frontend/pages/editorialTeam.tpl @@ -1,9 +1,9 @@ {** * templates/frontend/pages/editorialTeam.tpl * - * Copyright (c) 2014-2017 Simon Fraser University Library - * Copyright (c) 2003-2017 John Willinsky - * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. + * Copyright (c) 2014-2023 Simon Fraser University Library + * Copyright (c) 2003-2023 John Willinsky + * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. * * @brief Display the page to view the editorial team. * diff --git a/templates/frontend/pages/indexJournal.tpl b/templates/frontend/pages/indexJournal.tpl index c73d8f4..3086ea5 100644 --- a/templates/frontend/pages/indexJournal.tpl +++ b/templates/frontend/pages/indexJournal.tpl @@ -3,9 +3,9 @@ * * UPDATED/CHANGED/MODIFIED: Marc Behiels - marc@elemental.ca - 250416 * - * Copyright (c) 2014-2017 Simon Fraser University Library - * Copyright (c) 2003-2017 John Willinsky - * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. + * Copyright (c) 2014-2023 Simon Fraser University Library + * Copyright (c) 2003-2023 John Willinsky + * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. * * @brief Display the index page for a journal * diff --git a/templates/frontend/pages/indexSite.tpl b/templates/frontend/pages/indexSite.tpl index bc50e9a..1a4f1b6 100644 --- a/templates/frontend/pages/indexSite.tpl +++ b/templates/frontend/pages/indexSite.tpl @@ -1,9 +1,9 @@ {** * templates/frontend/pages/indexSite.tpl * - * Copyright (c) 2014-2017 Simon Fraser University Library - * Copyright (c) 2003-2017 John Willinsky - * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. + * Copyright (c) 2014-2023 Simon Fraser University Library + * Copyright (c) 2003-2023 John Willinsky + * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. * * Site index. * diff --git a/templates/frontend/pages/issue.tpl b/templates/frontend/pages/issue.tpl index 570a8ec..ed5b34e 100644 --- a/templates/frontend/pages/issue.tpl +++ b/templates/frontend/pages/issue.tpl @@ -1,9 +1,9 @@ {** * templates/frontend/pages/issue.tpl * - * Copyright (c) 2014-2017 Simon Fraser University Library - * Copyright (c) 2003-2017 John Willinsky - * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. + * Copyright (c) 2014-2023 Simon Fraser University Library + * Copyright (c) 2003-2023 John Willinsky + * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. * * @brief Display a landing page for a single issue. It will show the table of contents * (toc) or a cover image, with a click through to the toc. diff --git a/templates/frontend/pages/issueArchive.tpl b/templates/frontend/pages/issueArchive.tpl index a1e5afc..9bf4a39 100644 --- a/templates/frontend/pages/issueArchive.tpl +++ b/templates/frontend/pages/issueArchive.tpl @@ -1,9 +1,9 @@ {** * templates/frontend/pages/issueArchive.tpl * - * Copyright (c) 2014-2017 Simon Fraser University Library - * Copyright (c) 2003-2017 John Willinsky - * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. + * Copyright (c) 2014-2023 Simon Fraser University Library + * Copyright (c) 2003-2023 John Willinsky + * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. * * @brief Display a list of recent issues. * diff --git a/templates/frontend/pages/navigationMenuItemViewContent.tpl b/templates/frontend/pages/navigationMenuItemViewContent.tpl index f433f99..67b7e5e 100644 --- a/templates/frontend/pages/navigationMenuItemViewContent.tpl +++ b/templates/frontend/pages/navigationMenuItemViewContent.tpl @@ -1,9 +1,9 @@ {** * templates/frontend/pages/navigationMenuItemViewContent.tpl * - * Copyright (c) 2014-2017 Simon Fraser University - * Copyright (c) 2003-2017 John Willinsky - * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. + * Copyright (c) 2014-2023 Simon Fraser University + * Copyright (c) 2003-2023 John Willinsky + * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. * * Display NavigationMenuItem content *} diff --git a/templates/frontend/pages/purchaseIndividualSubscription.tpl b/templates/frontend/pages/purchaseIndividualSubscription.tpl index 0fe5580..dba4a36 100644 --- a/templates/frontend/pages/purchaseIndividualSubscription.tpl +++ b/templates/frontend/pages/purchaseIndividualSubscription.tpl @@ -1,9 +1,9 @@ {** * templates/frontend/pages/purchaseIndividualSubscription.tpl * - * Copyright (c) 2013-2017 Simon Fraser University - * Copyright (c) 2003-2017 John Willinsky - * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. + * Copyright (c) 2013-2023 Simon Fraser University + * Copyright (c) 2003-2023 John Willinsky + * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. * * User purchase individual subscription form * diff --git a/templates/frontend/pages/purchaseInstitutionalSubscription.tpl b/templates/frontend/pages/purchaseInstitutionalSubscription.tpl index 7a9bc78..911af47 100644 --- a/templates/frontend/pages/purchaseInstitutionalSubscription.tpl +++ b/templates/frontend/pages/purchaseInstitutionalSubscription.tpl @@ -1,9 +1,9 @@ {** * templates/subscriptions/userInstitutionalSubscriptionForm.tpl * - * Copyright (c) 2014-2017 Simon Fraser University - * Copyright (c) 2003-2017 John Willinsky - * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. + * Copyright (c) 2014-2023 Simon Fraser University + * Copyright (c) 2003-2023 John Willinsky + * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. * * User purchase institutional subscription form * @@ -33,7 +33,7 @@
    diff --git a/templates/frontend/pages/search.tpl b/templates/frontend/pages/search.tpl index 50be7e6..b54724d 100644 --- a/templates/frontend/pages/search.tpl +++ b/templates/frontend/pages/search.tpl @@ -1,9 +1,9 @@ {** * templates/frontend/pages/search.tpl * - * Copyright (c) 2014-2017 Simon Fraser University Library - * Copyright (c) 2003-2017 John Willinsky - * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. + * Copyright (c) 2014-2023 Simon Fraser University Library + * Copyright (c) 2003-2023 John Willinsky + * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. * * @brief Display the page to search and view search results. * @@ -79,16 +79,19 @@
    + {call_hook name="Templates::Search::SearchResults::AdditionalFilters"} + {call_hook name="Templates::Search::SearchResults::PreResults"} + {* Search results *}

    {translate key="search.searchResults"}

    - {foreach from=$results item=result} + {iterate from=results item=result} {include file="frontend/objects/article_summary.tpl" article=$result.publishedSubmission journal=$result.journal showDatePublished=true hideGalleys=true} - {/foreach} + {/iterate}
    {* No results found *} diff --git a/templates/frontend/pages/submissions.tpl b/templates/frontend/pages/submissions.tpl index 11256aa..eef4745 100644 --- a/templates/frontend/pages/submissions.tpl +++ b/templates/frontend/pages/submissions.tpl @@ -1,9 +1,9 @@ {** * templates/frontend/pages/submissions.tpl * - * Copyright (c) 2014-2017 Simon Fraser University Library - * Copyright (c) 2003-2017 John Willinsky - * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. + * Copyright (c) 2014-2023 Simon Fraser University Library + * Copyright (c) 2003-2023 John Willinsky + * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. * * @brief Display the page to view the editorial team. * @@ -24,14 +24,14 @@ {* Login/register prompt *} {if $isUserLoggedIn} - {capture assign="newSubmission"}{translate key="about.onlineSubmissions.newSubmission"}{/capture} - {capture assign="viewSubmissions"}{translate key="about.onlineSubmissions.viewSubmissions"}{/capture} + {capture assign="newSubmission"}{translate key="about.onlineSubmissions.newSubmission"}{/capture} + {capture assign="viewSubmissions"}{translate key="about.onlineSubmissions.viewSubmissions"}{/capture}
    {translate key="about.onlineSubmissions.submissionActions" newSubmission=$newSubmission viewSubmissions=$viewSubmissions}
    {else} - {capture assign="login"}{translate key="about.onlineSubmissions.login"}{/capture} - {capture assign="register"}{translate key="about.onlineSubmissions.register"}{/capture} + {capture assign="login"}{translate key="about.onlineSubmissions.login"}{/capture} + {capture assign="register"}{translate key="about.onlineSubmissions.register"}{/capture}
    {translate key="about.onlineSubmissions.registrationRequired" login=$login register=$register}
    @@ -67,7 +67,7 @@
    {$currentJournal->getLocalizedData('authorGuidelines')}
    @@ -79,7 +79,7 @@ diff --git a/templates/frontend/pages/userLogin.tpl b/templates/frontend/pages/userLogin.tpl index d31597d..4f26089 100644 --- a/templates/frontend/pages/userLogin.tpl +++ b/templates/frontend/pages/userLogin.tpl @@ -1,9 +1,9 @@ {** * templates/frontend/pages/userLogin.tpl * - * Copyright (c) 2014-2017 Simon Fraser University Library - * Copyright (c) 2000-2017 John Willinsky - * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. + * Copyright (c) 2014-2023 Simon Fraser University Library + * Copyright (c) 2000-2023 John Willinsky + * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. * * User login form. * diff --git a/templates/frontend/pages/userLostPassword.tpl b/templates/frontend/pages/userLostPassword.tpl index c319322..1da4b4f 100644 --- a/templates/frontend/pages/userLostPassword.tpl +++ b/templates/frontend/pages/userLostPassword.tpl @@ -1,9 +1,9 @@ {** * templates/frontend/pages/userLostPassword.tpl * - * Copyright (c) 2014-2017 Simon Fraser University Library - * Copyright (c) 2000-2017 John Willinsky - * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. + * Copyright (c) 2014-2023 Simon Fraser University Library + * Copyright (c) 2000-2023 John Willinsky + * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. * * Password reset form. * diff --git a/templates/frontend/pages/userRegister.tpl b/templates/frontend/pages/userRegister.tpl index e186cde..c65d6e7 100644 --- a/templates/frontend/pages/userRegister.tpl +++ b/templates/frontend/pages/userRegister.tpl @@ -1,9 +1,9 @@ {** * templates/frontend/pages/userRegister.tpl * -* Copyright (c) 2014-2017 Simon Fraser University Library -* Copyright (c) 2003-2017 John Willinsky -* Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. +* Copyright (c) 2014-2023 Simon Fraser University Library +* Copyright (c) 2003-2023 John Willinsky +* Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. * * User registration form. *} @@ -72,6 +72,12 @@ {/if} {/foreach} +
    + +
    {/if} @@ -81,7 +87,7 @@ {if !$currentContext} {* Require the user to agree to the terms of the privacy policy *} - {/if} {* recaptcha spam blocker *} diff --git a/version.xml b/version.xml index 6c0929e..9278f4f 100644 --- a/version.xml +++ b/version.xml @@ -4,9 +4,9 @@ @@ -14,8 +14,8 @@ bootstrap3 plugins.themes - 3.2.0.3 - 2021-01-28 + 3.2.0.6 + 2024-07-03 1 BootstrapThreeThemePlugin