Bug 3881: OPAC Privacy reimplementation
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / preferences / opac.pref
1 OPAC:
2     Appearance:
3         -
4             - Use the
5             - pref: opacthemes
6               choices: opac-templates
7             - theme on the OPAC.
8         -
9             - "The OPAC is located at http://"
10             - pref: OPACBaseURL
11               class: url
12             - . (This must be filled in correctly for RSS, unAPI, and search plugins to work.)
13         -
14             - Show
15             - pref: LibraryName
16               class: long
17             - as the name of the library on the OPAC.
18         -
19             - pref: OpacPublic
20               choices:
21                   yes: Enable
22                   no: Disable
23             - "Koha OPAC as public. Private OPAC requires authentification before accessing the OPAC."
24         -
25             - pref: OpacMaintenance
26               choices:
27                   yes: Show
28                   no: "Don't show"
29             - "a warning that the OPAC is under maintenance, instead of the OPAC itself. Note: this shows the same warning as when the database needs to be upgraded, but unconditionally."
30         -
31             - By default, show bib records
32             - pref: BiblioDefaultView
33               choices:
34                   normal: in simple form.
35                   marc: in their MARC form.
36                   isbd: as specified in the ISBD template.
37         -
38             - When patrons click on a link to another website from your OPAC (like Amazon or OCLC),
39             - pref: OPACURLOpenInNewWindow
40               choices:
41                   yes: do
42                   no: "don't"
43             - open the website in a new window.
44         -
45             - pref: hidelostitems
46               choices:
47                   yes: "Don't show"
48                   no: Show
49             - lost items on search and detail pages.
50         -
51             - Show biblio records on OPAC result page
52             - pref: OPACXSLTResultsDisplay
53               choices:
54                   yes: using XSLT stylesheets.
55                   no: normally.
56         -
57             - Show item details pages on the OPAC
58             - pref: OPACXSLTDetailsDisplay
59               choices:
60                   yes: using XSLT stylesheets.
61                   no: normally.
62         -
63             - On pages displayed with XSLT stylesheets on the OPAC,
64             - pref: DisplayOPACiconsXSLT
65               choices:
66                   yes: show
67                   no: "don't show"
68             - icons for itemtype and authorized values.
69         -
70             - pref: OPACDisplayRequestPriority
71               choices:
72                   yes: Show
73                   no: "Don't show"
74             - patrons the priority level of their holds in the OPAC.
75         -
76             - pref: OPACShowCheckoutName
77               default: 0
78               choices:
79                   yes: Show
80                   no: "Don't show"
81             - the name of the patron that has an item checked out on item detail pages on the OPAC.
82         -
83             - pref: OpacHighlightedWords
84               choices:
85                   yes: Highlight
86                   no: "Don't highlight"
87             - words the patron searched for in their search results.
88         -
89             - pref: AuthorisedValueImages
90               choices:
91                   yes: Show
92                   no: "Don't show"
93             - images for <a href="/cgi-bin/koha/admin/authorised_values.pl">authorized values</a> (such as lost statuses and locations) in search results and item detail pages on the OPAC.
94         -
95             - Use the image at
96             - pref: opacsmallimage
97               class: url
98             - in the OPAC header, instead of the Koha logo. If this image is a different size than the Koha logo, you will need to customize the CSS. (This should be a complete URL, starting with <code>http://</code>.)
99         -
100             - "Include the following JavaScript on all pages in the OPAC:"
101             - pref: opacuserjs
102               type: textarea
103               class: code
104         -
105             - Include the additional CSS stylesheet <!-- TMPL_VAR NAME="opacthemelang" -->/css/
106             - pref: opaccolorstylesheet
107               class: file
108             - on all pages in the OPAC (leave blank to disable).
109         -
110             - Use the CSS stylesheet <!-- TMPL_VAR NAME="opacthemelang" -->/css/
111             - pref: opaclayoutstylesheet
112               class: file
113             - on all pages in the OPAC, instead of the default (leave blank to disable).
114         -
115             - Use the remote CSS stylesheet
116             - pref: opacstylesheet
117               class: file
118             - on all pages in the OPAC, instead of the default. (This should be a complete URL, starting with <code>http://</code>.)
119         -
120             - "Include the following CSS on all pages in the OPAC:"
121             - pref: OPACUserCSS
122               type: textarea
123               class: code
124         -
125             - "Show the following HTML in its own column on the main page of the OPAC:"
126             - pref: OpacMainUserBlock
127               type: textarea
128               class: code
129         -
130             - "Show the following HTML on the left hand column of all pages on the OPAC (generally navigation links):"
131             - pref: OpacNav
132               type: textarea
133               class: code
134         -
135             - "Include the following HTML in the header of all pages in the OPAC:"
136             - pref: opacheader
137               type: textarea
138               class: code
139         -
140             - "Include the following HTML in the footer of all pages in the OPAC:"
141             - pref: opaccredits
142               type: textarea
143               class: code
144         -
145             - 'Include a "More Searches" box on the detail pages of items on the OPAC, with the following HTML (leave blank to disable):'
146             - '<br />Note: The placeholders {CONTROLNUMBER}, {TITLE}, {ISBN} and {AUTHOR} will be replaced with information from the displayed record.'
147             - pref: OPACSearchForTitleIn
148               type: textarea
149               class: code
150         -
151             - pref: OpacAddMastheadLibraryPulldown
152               choices: 
153                   yes: Add
154                   no: "Don't add"
155             - a library select pulldown menu on the OPAC masthead.
156         -
157             - 'Display this HTML when no results are found for a search in the OPAC:'
158             - pref: OPACNoResultsFound
159               type: textarea
160               class: code
161     Features:
162         -
163             - pref: opacuserlogin
164               choices:
165                   yes: Allow
166                   no: "Don't allow"
167             - patrons to log in to their accounts on the OPAC.
168         -
169             - pref: OpacPasswordChange
170               choices:
171                   yes: Allow
172                   no: "Don't allow"
173             - patrons to change their own password on the OPAC. Note that this must be off to use LDAP authentication.
174         -
175             - pref: OPACPatronDetails
176               choices:
177                   yes: Allow
178                   no: "Don't allow"
179             - patrons to notify the library of changes to their contact information from the OPAC.
180         -
181             - pref: OPACFinesTab
182               choices:
183                   yes: Allow
184                   no: "Don't allow"
185             - patrons to access the Fines tab on the My Account page on the OPAC.
186         -
187             - pref: OpacBrowser
188               choices:
189                   yes: Allow
190                   no: "Don't allow"
191             - patrons to browse subject authorities on OPAC (run misc/cronjobs/build_browser_and_cloud.pl to create the browser list)
192         -
193             - pref: OpacAuthorities
194               choices:
195                   yes: Allow
196                   no: "Don't allow"
197             - patrons to search your authority records.
198         -
199             - pref: opacbookbag
200               choices:
201                   yes: Allow
202                   no: "Don't allow"
203             - patrons to store items in a temporary "Cart" on the OPAC.
204         -
205             - pref: OpacTopissue
206               choices:
207                   yes: Allow
208                   no: "Don't allow"
209             - patrons to access a list of the most checked out items on the OPAC. Note that this is somewhat experimental, and should be avoided if your collection has a large number of items.
210         -
211             - pref: suggestion
212               choices:
213                   yes: Allow
214                   no: "Don't allow"
215             - patrons to make purchase suggestions on the OPAC.
216         -
217             - pref: reviewson
218               choices:
219                   yes: Allow
220                   no: "Don't allow"
221             - patrons to make comments on items on the OPAC.
222         -
223             - pref: RequestOnOpac
224               choices:
225                   yes: Allow
226                   no: "Don't allow"
227             - patrons to place holds on items from the OPAC.
228     Policy:
229         -
230             - pref: singleBranchMode
231               default: 0
232               choices:
233                   yes: "Don't allow"
234                   no: Allow
235             - patrons to select their branch on the OPAC.
236         -
237             - pref: SearchMyLibraryFirst
238               choices:
239                   yes: Limit
240                   no: "Don't limit"
241             - "patrons' searches to the library they are registered at."
242 #        -
243 #            This system preference does not actually affect anything
244 #            - pref: OpacBrowser
245 #              choices:
246 #                  yes: Show
247 #                  no: "Don't show"
248 #            - a subject browser on the OPAC (generated using <code>misc/cronjobs/build_browser_and_cloud.pl</code>).
249 #        -
250 #            opac-tags_subject.pl is the only script affected by this, and it is not linked to by any other page
251 #            - pref: OpacCloud
252 #              choices:
253 #            - If ON, enables subject cloud on OPAC
254         -
255             - pref: OPACItemHolds
256               choices:
257                   yes: Allow
258                   no: "Don't allow"
259             - patrons to place holds on specific items in the OPAC. If this is disabled, users can only put a hold on the next available item.
260         -
261             - pref: OpacRenewalAllowed
262               choices:
263                   yes: Allow
264                   no: "Don't allow"
265             - patrons to renew their own books on the OPAC.
266         -
267             - Only allow patrons to renew their own books on the OPAC if they have less than
268             - pref: OPACFineNoRenewals
269               class: currency
270             - <!-- TMPL_VAR NAME="local_currency" --> in fines (leave blank to disable).
271         -
272             - pref: OPACViewOthersSuggestions
273               choices:
274                   yes: Show
275                   no: "Don't show"
276             - purchase suggestions from other patrons on the OPAC.
277     Privacy:
278         -
279             - pref: AnonSuggestions
280               choices:
281                   yes: Allow
282                   no: "Don't allow"
283             - "patrons that aren't logged in to make purchase suggestions. Suggestions are connected to the AnonymousPatron syspref"
284         -
285             - pref: opacreadinghistory
286               choices:
287                   yes: Allow
288                   no: "Don't allow"
289             - patrons to see what books they have checked out in the past.
290         -
291             - pref: EnableOpacSearchHistory
292               default: 0
293               choices:
294                   yes: Keep
295                   no: "Don't keep"
296             - patron search history in the OPAC.
297         -
298             - pref: OPACPrivacy
299               default: 0
300               choices:
301                   yes: Allow
302                   no: "Don't allow"
303             - patrons to choose their own privacy settings for their reading history.  This requires opacreadinghistory and AnonymousPatron
304         -
305             - Use borrowernumber
306             - pref: AnonymousPatron
307               class: integer
308             - as the Anonymous Patron (for anonymous suggestions and reading history)
309
310     Shelf Browser:
311         -
312             - pref: OPACShelfBrowser
313               choices:
314                   yes: Show
315                   no: "Don't show"
316             - "a shelf browser on item details pages, allowing patrons to see what's near that item on the shelf. Note that this uses up a fairly large amount of resources on your server, and should be avoided if your collection has a large number of items."
317         -
318             - pref: ShelfBrowserUsesLocation
319               default: 1
320               choices:
321                   yes: Use
322                   no: "Don't use"
323             - "the item location when finding items for the shelf browser."
324         -
325             - pref: ShelfBrowserUsesHomeBranch
326               default: 1
327               choices:
328                   yes: Use
329                   no: "Don't use"
330             - "the item home branch when finding items for the shelf browser."      
331         -
332             - pref: ShelfBrowserUsesCcode
333               default: 0
334               choices:
335                   yes: Use
336                   no: "Don't use"
337             - "the item collection code when finding items for the shelf browser."