Merge remote-tracking branch 'origin/new/bug_6875'
[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: COinSinOPACResults
71               choices:
72                   yes: Include
73                   no: "Don't include"
74             - "COinS / OpenURL / Z39.88 in OPAC search results.  <br/>Warning: Enabling this feature will slow OPAC search response times."
75         -
76             - pref: OPACDisplayRequestPriority
77               choices:
78                   yes: Show
79                   no: "Don't show"
80             - patrons the priority level of their holds in the OPAC.
81         -
82             - pref: OPACShowCheckoutName
83               default: 0
84               choices:
85                   yes: Show
86                   no: "Don't show"
87             - the name of the patron that has an item checked out on item detail pages on the OPAC.
88         -
89             - pref: OpacKohaUrl
90               default: 0
91               choices:
92                   yes: Show
93                   no: "Don't show"
94             - "'Powered by Koha' text on OPAC footer."
95         -
96             - pref: OpacShowRecentComments
97               default: 0
98               choices:
99                   yes: Show
100                   no: "Don't show"
101             - a link to recent comments in the OPAC masthead.
102         -
103             - pref: OpacHighlightedWords
104               choices:
105                   yes: Highlight
106                   no: "Don't highlight"
107             - words the patron searched for in their search results.
108         -
109             - pref: AuthorisedValueImages
110               choices:
111                   yes: Show
112                   no: "Don't show"
113             - 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.
114         -
115             - Use the image at
116             - pref: opacsmallimage
117               class: url
118             - 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>.)
119         -
120             - Use the image at
121             - pref: OpacFavicon
122               class: url
123             - for the OPAC's favicon. (This should be a complete URL, starting with <code>http://</code>.)
124         -
125             - "Include the following JavaScript on all pages in the OPAC:"
126             - pref: opacuserjs
127               type: textarea
128               class: code
129         -
130             - Include the additional CSS stylesheet
131             - pref: opaccolorstylesheet
132               class: file
133             - to override specified settings from the default stylesheet (leave blank to disable). Enter a filename or a complete URL beginning with <code>http://</code> (if the file lives on a remote server). Please note that if you enter a filename, the file should be in the css subdirectory for each active theme and language within the Koha templates directory.
134         -
135             - Use the CSS stylesheet
136             - pref: opaclayoutstylesheet
137               class: file
138             - on all pages in the OPAC, instead of the default (leave blank to disable). Please enter filename only. The file should be in the css subdirectory for each active theme and language within the Koha templates directory.
139         -
140             - Use the remote CSS stylesheet
141             - pref: opacstylesheet
142               class: file
143             - on all pages in the OPAC, instead of the default. (This should be a complete URL, starting with <code>http://</code>.)
144         -
145             - "Include the following CSS on all pages in the OPAC:"
146             - pref: OPACUserCSS
147               type: textarea
148               class: code
149         -
150             - "Show the following HTML in its own column on the main page of the OPAC:"
151             - pref: OpacMainUserBlock
152               type: textarea
153               class: code
154         -
155             - "Show the following HTML on the left hand column of the main page and patron account on the OPAC (generally navigation links):"
156             - pref: OpacNav
157               type: textarea
158               class: code
159         -
160             - "Show the following HTML on the left hand column of the main page and patron account on the OPAC, after OpacNav, and before patron account links if available:"
161             - pref: OpacNavBottom
162               type: textarea
163               class: code
164         -
165             - "Include the following HTML in the header of all pages in the OPAC:"
166             - pref: opacheader
167               type: textarea
168               class: code
169         -
170             - "Include the following HTML in the footer of all pages in the OPAC:"
171             - pref: opaccredits
172               type: textarea
173               class: code
174         -
175             - 'Include a "More Searches" box on the detail pages of items on the OPAC, with the following HTML (leave blank to disable):'
176             - '<br />Note: The placeholders {BIBLIONUMBER}, {CONTROLNUMBER}, {TITLE}, {ISBN}, {ISSN} and {AUTHOR} will be replaced with information from the displayed record.'
177             - pref: OPACSearchForTitleIn
178               type: textarea
179               class: code
180         -
181             - 'Include a "Links" column on the "my summary" tab when a user is logged in to the OPAC, with the following HTML (leave blank to disable):'
182             - '<br />Note: The placeholders {BIBLIONUMBER}, {TITLE}, {ISBN} and {AUTHOR} will be replaced with information from the displayed record.'
183             - pref: OPACMySummaryHTML
184               type: textarea
185               class: code
186         -
187             - "Include the following HTML under the facets in OPAC search results:"
188             - pref: OPACResultsSidebar
189               type: textarea
190               class: code
191         -
192             - pref: OpacAddMastheadLibraryPulldown
193               choices: 
194                   yes: Add
195                   no: "Don't add"
196             - a library select pulldown menu on the OPAC masthead.
197         -
198             - 'Display this HTML when no results are found for a search in the OPAC:'
199             - pref: OPACNoResultsFound
200               type: textarea
201               class: code
202         -
203             - 'Display the URI in the 856u field as an image on: '
204             - pref: OPACDisplay856uAsImage
205               choices:
206                   OFF: "Neither Details or Results pages"
207                   Details: "Details page only"
208                   Results: "Results page only"
209                   Both: "Both Details and Results pages"
210             - 'Note: The corresponding OPACXSLT option must be turned on.'
211         -
212             - 'List export options that should be available from OPAC detail page separated by |:'
213             - pref: OpacExportOptions
214               class: multi
215             - '<br />Note: Available options are: BIBTEX (<code>bibtex</code>), Dublin Core (<code>dc</code>),'
216             - 'MARCXML (<code>marcxml</code>), MARC-8 encoded MARC (<code>marc8</code>), Unicode/UTF-8 encoded MARC (<code>utf8</code>),'
217             - 'Unicode/UTF-8 encoded MARC without local use -9xx, x9x, xx9- fields and subfields (<code>marcstd</code>), MODS (<code>mods</code>), RIS (<code>ris</code>)'
218     Features:
219         -
220             - pref: opacuserlogin
221               choices:
222                   yes: Allow
223                   no: "Don't allow"
224             - patrons to log in to their accounts on the OPAC.
225         -
226             - pref: OpacPasswordChange
227               choices:
228                   yes: Allow
229                   no: "Don't allow"
230             - patrons to change their own password on the OPAC. Note that this must be off to use LDAP authentication.
231         -
232             - pref: OPACPatronDetails
233               choices:
234                   yes: Allow
235                   no: "Don't allow"
236             - patrons to notify the library of changes to their contact information from the OPAC.
237         -
238             - pref: OPACpatronimages
239               choices:
240                   yes: Show
241                   no: "Don't show"
242             - patron images on the patron information page in the OPAC.
243         -
244             - pref: OPACFinesTab
245               choices:
246                   yes: Allow
247                   no: "Don't allow"
248             - patrons to access the Fines tab on the My Account page on the OPAC.
249         -
250             - pref: OpacBrowser
251               choices:
252                   yes: Allow
253                   no: "Don't allow"
254             - patrons to browse subject authorities on OPAC (run misc/cronjobs/build_browser_and_cloud.pl to create the browser list)
255         -
256             - pref: OpacAuthorities
257               choices:
258                   yes: Allow
259                   no: "Don't allow"
260             - patrons to search your authority records.
261         -
262             - pref: opacbookbag
263               choices:
264                   yes: Allow
265                   no: "Don't allow"
266             - patrons to store items in a temporary "Cart" on the OPAC.
267         -
268             - pref: OpacTopissue
269               choices:
270                   yes: Allow
271                   no: "Don't allow"
272             - 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.
273         -
274             - pref: suggestion
275               choices:
276                   yes: Allow
277                   no: "Don't allow"
278             - patrons to make purchase suggestions on the OPAC.
279         -
280             - pref: reviewson
281               choices:
282                   yes: Allow
283                   no: "Don't allow"
284             - patrons to make comments on items on the OPAC.
285         -
286             - Show
287             - pref: ShowReviewer
288               choices:
289                   none: no name
290                   full: full name
291                   first: first name
292                   surname: last name
293                   firstandinitial: first name and last name initial
294                   username: username
295             - of commenter with comments in OPAC.
296         -
297             - pref: ShowReviewerPhoto
298               choices:
299                   yes: Show
300                   no: Hide
301             - reviewer's photo beside comments in OPAC.
302         -
303             - pref: RequestOnOpac
304               choices:
305                   yes: Allow
306                   no: "Don't allow"
307             - patrons to place holds on items from the OPAC.
308         -
309             - Display
310             - pref: numSearchRSSResults
311               class: long
312             -  search results in the RSS feed.
313     Policy:
314         -
315             - pref: singleBranchMode
316               default: 0
317               choices:
318                   yes: "Don't allow"
319                   no: Allow
320             - patrons to select their branch on the OPAC.
321         -
322             - pref: SearchMyLibraryFirst
323               choices:
324                   yes: Limit
325                   no: "Don't limit"
326             - "patrons' searches to the library they are registered at."
327 #        -
328 #            This system preference does not actually affect anything
329 #            - pref: OpacBrowser
330 #              choices:
331 #                  yes: Show
332 #                  no: "Don't show"
333 #            - a subject browser on the OPAC (generated using <code>misc/cronjobs/build_browser_and_cloud.pl</code>).
334 #        -
335 #            opac-tags_subject.pl is the only script affected by this, and it is not linked to by any other page
336 #            - pref: OpacCloud
337 #              choices:
338 #            - If ON, enables subject cloud on OPAC
339         -
340             - pref: OPACItemHolds
341               choices:
342                   yes: Allow
343                   no: "Don't allow"
344             - 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.
345         -
346             - pref: OpacRenewalAllowed
347               choices:
348                   yes: Allow
349                   no: "Don't allow"
350             - patrons to renew their own books on the OPAC.
351         -
352             - Use 
353             - pref: OpacRenewalBranch
354               choices:
355                   itemhomebranch: "the item's home branch"
356                   patronhomebranch: "the patron's home branch"
357                   checkoutbranch: "the branch the item was checked out from"
358                   null: "NULL"
359                   opacrenew: "'OPACRenew'"
360             - as branchcode to store in the statistics table.
361         -
362             - Only allow patrons to renew their own books on the OPAC if they have less than
363             - pref: OPACFineNoRenewals
364               class: currency
365             - '[% local_currency %] in fines (set a large value to always allow renewal).'
366         -
367             - pref: OPACViewOthersSuggestions
368               choices:
369                   yes: Show
370                   no: "Don't show"
371             - purchase suggestions from other patrons on the OPAC.
372         -
373             - pref: AllowPurchaseSuggestionBranchChoice
374               default: 0
375               choices:
376                   no: "Don't allow"
377                   yes: Allow
378             - patrons to select branch when making a purchase suggestion
379         -
380             - pref: OpacHiddenItems
381               type: textarea
382               class: code
383             - Allows to define custom rules for hiding specific items at opac. See docs/opac/OpacHiddenItems.txt for more informations.
384
385     Privacy:
386         -
387             - pref: AnonSuggestions
388               choices:
389                   yes: Allow
390                   no: "Don't allow"
391             - "patrons that aren't logged in to make purchase suggestions. Suggestions are connected to the AnonymousPatron syspref"
392         -
393             - pref: opacreadinghistory
394               choices:
395                   yes: Allow
396                   no: "Don't allow"
397             - patrons to see what books they have checked out in the past.
398         -
399             - pref: EnableOpacSearchHistory
400               default: 0
401               choices:
402                   yes: Keep
403                   no: "Don't keep"
404             - patron search history in the OPAC.
405         -
406             - pref: OPACPrivacy
407               default: 0
408               choices:
409                   yes: Allow
410                   no: "Don't allow"
411             - patrons to choose their own privacy settings for their reading history.  This requires opacreadinghistory and AnonymousPatron
412         -
413             - Use borrowernumber
414             - pref: AnonymousPatron
415               class: integer
416             - as the Anonymous Patron (for anonymous suggestions and reading history)
417
418     Shelf Browser:
419         -
420             - pref: OPACShelfBrowser
421               choices:
422                   yes: Show
423                   no: "Don't show"
424             - "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."
425         -
426             - pref: ShelfBrowserUsesLocation
427               default: 1
428               choices:
429                   yes: Use
430                   no: "Don't use"
431             - "the item location when finding items for the shelf browser."
432         -
433             - pref: ShelfBrowserUsesHomeBranch
434               default: 1
435               choices:
436                   yes: Use
437                   no: "Don't use"
438             - "the item home branch when finding items for the shelf browser."      
439         -
440             - pref: ShelfBrowserUsesCcode
441               default: 0
442               choices:
443                   yes: Use
444                   no: "Don't use"
445             - "the item collection code when finding items for the shelf browser."