|
Lines 7-39
Interlibrary loans:
Link Here
|
| 7 |
1: Enable |
7 |
1: Enable |
| 8 |
0: Disable |
8 |
0: Disable |
| 9 |
- the interlibrary loans module (master switch). |
9 |
- the interlibrary loans module (master switch). |
| 10 |
- |
|
|
| 11 |
- "Adding text will enable the copyright clearance stage in request creation. The text you enter will be the text displayed." |
| 12 |
- pref: ILLModuleCopyrightClearance |
| 13 |
type: textarea |
| 14 |
class: long |
| 15 |
- |
| 16 |
- "If the ILL backend supports it, adding YAML will enable the request type disclaimer stage in request creation, prompting the user with a request type specific disclaimer as defined (staff interface and OPAC)." |
| 17 |
- "For each request type, you can have 3 configuration options: <code>text</code>, <code>av_category_code</code> and <code>bypass</code><ul>" |
| 18 |
- "<li><code>text</code> is the HTML that will be visible for the specified request type.</li>" |
| 19 |
- "<li><code>av_category_code</code> is the authorised values category that will be used for the options being presented at the disclaimer stage.</li>" |
| 20 |
- "<li><code>bypass</code> allows for a specific request type to skip the disclaimer stage.</li></ul>" |
| 21 |
- "Example (paste bold text in the input box): <br> |
| 22 |
<code>all:<br> |
| 23 |
text: |<br> |
| 24 |
<h2>HTML title</h2><br> |
| 25 |
<p>This is an HTML paragraph</p><br> |
| 26 |
<p>This is another HTML paragraph</p><br> |
| 27 |
av_category_code: YES_NO<br> |
| 28 |
article:<br> |
| 29 |
text: copyright text for all article type requests<br> |
| 30 |
av_category_code: YES_NO<br> |
| 31 |
bypass: 1<br> |
| 32 |
</code>" |
| 33 |
- pref: ILLModuleDisclaimerByType |
| 34 |
type: textarea |
| 35 |
syntax: text/x-yaml |
| 36 |
class: code |
| 37 |
- |
10 |
- |
| 38 |
- pref: ILLModuleUnmediated |
11 |
- pref: ILLModuleUnmediated |
| 39 |
default: 0 |
12 |
default: 0 |
|
Lines 48-60
Interlibrary loans:
Link Here
|
| 48 |
1: Enable |
21 |
1: Enable |
| 49 |
0: Disable |
22 |
0: Disable |
| 50 |
- the circulation of ILL requested items. |
23 |
- the circulation of ILL requested items. |
| 51 |
- |
|
|
| 52 |
- pref: ILLCheckAvailability |
| 53 |
default: 0 |
| 54 |
choices: |
| 55 |
1: Check |
| 56 |
0: "Don't check" |
| 57 |
- external sources for availability during the request process. |
| 58 |
- |
24 |
- |
| 59 |
- "ILL statuses that are considered finished and should not be displayed in the ILL module: " |
25 |
- "ILL statuses that are considered finished and should not be displayed in the ILL module: " |
| 60 |
- pref: ILLHiddenRequestStatuses |
26 |
- pref: ILLHiddenRequestStatuses |
|
Lines 76-78
Interlibrary loans:
Link Here
|
| 76 |
- pref: ILLOpacbackends |
42 |
- pref: ILLOpacbackends |
| 77 |
class: multi |
43 |
class: multi |
| 78 |
- (separated with |). If left empty, all installed backends will be enabled. |
44 |
- (separated with |). If left empty, all installed backends will be enabled. |
| 79 |
- |
45 |
Workflow: |
|
|
46 |
- |
| 47 |
- "Adding text will enable the copyright clearance stage in request creation. The text you enter will be the text displayed. OPAC only." |
| 48 |
- pref: ILLModuleCopyrightClearance |
| 49 |
type: textarea |
| 50 |
class: long |
| 51 |
- |
| 52 |
- pref: ILLCheckAvailability |
| 53 |
default: 0 |
| 54 |
choices: |
| 55 |
1: Check |
| 56 |
0: "Don't check" |
| 57 |
- external sources for availability during the request process. |
| 58 |
- |
| 59 |
- "If the ILL backend supports it, adding YAML will enable the request type disclaimer stage in request creation, prompting the user with a request type specific disclaimer as defined (staff interface and OPAC)." |
| 60 |
- "For each request type, you can have 3 configuration options: <code>text</code>, <code>av_category_code</code> and <code>bypass</code><ul>" |
| 61 |
- "<li><code>text</code> is the HTML that will be visible for the specified request type.</li>" |
| 62 |
- "<li><code>av_category_code</code> is the authorised values category that will be used for the options being presented at the disclaimer stage.</li>" |
| 63 |
- "<li><code>bypass</code> allows for a specific request type to skip the disclaimer stage.</li></ul>" |
| 64 |
- "Example (paste the code in the input box): <br> |
| 65 |
<code>all:<br> |
| 66 |
text: |<br> |
| 67 |
<h2>HTML title</h2><br> |
| 68 |
<p>This is an HTML paragraph</p><br> |
| 69 |
<p>This is another HTML paragraph</p><br> |
| 70 |
av_category_code: YES_NO<br> |
| 71 |
article:<br> |
| 72 |
text: copyright text for all article type requests<br> |
| 73 |
av_category_code: YES_NO<br> |
| 74 |
bypass: 1<br> |
| 75 |
</code>" |
| 76 |
- pref: ILLModuleDisclaimerByType |
| 77 |
type: textarea |
| 78 |
syntax: text/x-yaml |
| 79 |
class: code |