From ec8d524bf81b80e59a35dd2ed7646f600f54ecc2 Mon Sep 17 00:00:00 2001 From: Gregor Gawol <gawol@ub.uni-leipzig.de> Date: Wed, 9 Dec 2020 12:14:02 +0100 Subject: [PATCH] refs #18664 [fid_adlr] get it box comments * comments in the getit.ini * more detail --- fid_adlr/config/vufind/getit.ini | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/fid_adlr/config/vufind/getit.ini b/fid_adlr/config/vufind/getit.ini index daea5348871..0f248dd2a2e 100644 --- a/fid_adlr/config/vufind/getit.ini +++ b/fid_adlr/config/vufind/getit.ini @@ -20,18 +20,37 @@ ;##################### DO NOT DELETE THIS HEADER #################### ;#################################################################### +; SIDs in der eine Getitbox angezeigt werden soll. +; SIDs in der die GetitBox ein gleiches Verhalten haben soll sind zusammengefasst +; Wird nur im View-Helper GetIt genutzt [SourceIds] +; Open Access source_idsV1 = "13,22,26,28,30,34,39,53,80,84,87,88,99,101,150,153,170,191,196" +; Magazine Articles source_idsV3 = "48,49,55,68,105" +; PDA source_idsV4 = "51" +; EBL source_idsV5 = "76" +; IZI Database source_idsV6 = "78" +; Margaret Herrick Library source_idsV7 = "103" +; VK Film collection source_idsV8 = "0,109,117,119,127,142,148,151,155" +; VK Film special case +; Die SID 0 ist speziell, weil in bestimmten Kombinationen mit +; [NonSourceIds] bestimmte Texte angezeigt werden. source_idsV9 = "0" +; MediathekViewWeb source_idsV10 = "169" +; Bielefeld Academic Search Engine (BASE) source_idsV11 = "126" +; Some restrictions of VK Film collection +; Wird zu Eingrenzung von VK Film genutzt +; Bei bestimmten Formaten sollten bestimmte Texte und Buttons angezeigt werden +; Derzeit wird es nur in Bezug auf VK Film genutzt, kann aber auch für weitere SIDs genutzt werden [NonSourceIds] source_idsV8_1 = "/Book|E\-Book|Thesis/" source_idsV8_2 = "/Article\, E\-Article|Electronic Resource|Electronic Resource|Map|Unknown Format|Manuscript|Visual Media|Microform/" @@ -44,6 +63,9 @@ source_idsV8_8 = "/UBL\-FID\-EBC/" source_idsV8_9 = "/^DE\-15$/" source_idsV8_10 = "/Kit|Physical Object/" +; Display Buttons +; Der Defaultwert is true, also den Button anzeigen +; true = Button anzeigen, false = Button nicht anzeigen [Permission] allowSubitoPartialCopy=true allowSubitoArticleCopy=true -- GitLab