diff --git a/local/config/vufind/NationalLicences.ini b/local/config/vufind/NationalLicences.ini index 75c3dbb02b9..b78402a66b3 100644 --- a/local/config/vufind/NationalLicences.ini +++ b/local/config/vufind/NationalLicences.ini @@ -60,6 +60,10 @@ nl-cambridge-unauthorized="https://shibboleth.cambridge.org/Shibboleth.sso/disco nl-oxford-authorized="https://academic.oup.com/{JOURNAL-URL-CODE}/article-lookup/doi/{DOI}" nl-oxford-unauthorized="https://shibboleth2sp.sams2.oup.com/Shibboleth.sso/Login?entityID=https%3A%2F%2Feduid.ch%2Fidp%2Fshibboleth&target=https%3A%2F%2Fshibboleth2sp.sams2.oup.com%2Fshib%3Fdest%3Dhttps%253A%252F%252Facademic.oup.com%252FSHIBBOLETH%253Fdest%253Dhttps%25253A%25252F%25252Facademic.oup.com%25252F{JOURNAL-URL-CODE}%25252Farticle-lookup%25252Fdoi%25252F{DOI}" +nl-springer-authorized="http://link.springer.com/{DOI}" +nl-springer-unauthorized="https://fsso.springer.com/federation/init?entityId=https://eduid.ch/idp/shibboleth&returnUrl=http://link.springer.com/{DOI}" + + diff --git a/module/Swissbib/src/Swissbib/View/Helper/NationalLicences.php b/module/Swissbib/src/Swissbib/View/Helper/NationalLicences.php index e5ea323547e..6e7c4ab89eb 100644 --- a/module/Swissbib/src/Swissbib/View/Helper/NationalLicences.php +++ b/module/Swissbib/src/Swissbib/View/Helper/NationalLicences.php @@ -405,6 +405,9 @@ protected function getPublisherBlueprintUrl($userAuthorized) case 'NL-oxford': $urlBlueprintKey = 'nl-oxford-' . $urlBlueprintKey; break; + case 'NL-springer': + $urlBlueprintKey = 'nl-springer-' . $urlBlueprintKey; + break; } $blueprintUrl = ""; diff --git a/themes/sbvfrdmulti/templates/HelpPage/de/faq.phtml b/themes/sbvfrdmulti/templates/HelpPage/de/faq.phtml index 360dd866dfe..0261ccbf6ac 100644 --- a/themes/sbvfrdmulti/templates/HelpPage/de/faq.phtml +++ b/themes/sbvfrdmulti/templates/HelpPage/de/faq.phtml @@ -97,7 +97,8 @@
Ja, Ihre Bibliothekskarte gilt für alle IDS- oder NEBIS-Bibliotheken.
Ja, Ihre Bibliothekskarte gilt für alle IDS- oder NEBIS-Bibliotheken: + IDS Basel Bern, IDS Luzern, NEBIS, IDS St. Gallen, St. Galler Bibliotheksnetz (SGBN) und Aargauer Bibliotheksnetz.
Yes, your library user-ID is valid in all IDS or NEBIS libraries.
Yes, your library user-ID is valid in all IDS or NEBIS libraries: + IDS Basel Bern, IDS Luzern, NEBIS, IDS St. Gallen, St. Galler Bibliotheksnetz (SGBN) und Aargauer Bibliotheksnetz.
Oui, votre carte de lecteur est valable dans toutes les bibliothèques IDS ou NEBIS.
Oui, votre carte de lecteur est valable dans toutes les bibliothèques IDS ou NEBIS: + IDS Basel Bern, IDS Luzern, NEBIS, IDS St. Gallen, St. Galler Bibliotheksnetz (SGBN) und Aargauer Bibliotheksnetz.
Yes, your library user-ID is valid in all IDS or NEBIS libraries.
Yes, your library user-ID is valid in all IDS or NEBIS libraries: + IDS Basel Bern, IDS Luzern, NEBIS, IDS St. Gallen, St. Galler Bibliotheksnetz (SGBN) und Aargauer Bibliotheksnetz.