Merge remote-tracking branch 'origin/new/bug_6634'
[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             - "Show star-ratings on"
26             - pref: OpacStarRatings
27               choices:
28                   all: "results and details"
29                   disable: "no"
30                   details: "only details"
31             - "pages."
32         -
33             - pref: OpacMaintenance
34               choices:
35                   yes: Show
36                   no: "Don't show"
37             - "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."
38         -
39             - By default, show bib records
40             - pref: BiblioDefaultView
41               choices:
42                   normal: in simple form.
43                   marc: in their MARC form.
44                   isbd: as specified in the ISBD template.
45         -
46             - When patrons click on a link to another website from your OPAC (like Amazon or OCLC),
47             - pref: OPACURLOpenInNewWindow
48               choices:
49                   yes: do
50                   no: "don't"
51             - open the website in a new window.
52         -
53             - pref: hidelostitems
54               choices:
55                   yes: "Don't show"
56                   no: Show
57             - lost items on search and detail pages.
58         -
59             - 'Display OPAC results using XSLT stylesheet at: '
60             - pref: OPACXSLTResultsDisplay
61               class: file
62             - '<br />Options:<br />- leave empty for "no xslt"<br />- enter "default" for the default one<br />- put a path to define a xslt file<br />- put an URL for an external specific stylesheet.<br />{langcode} will be replaced with current interface language'
63         -
64             - 'Display OPAC details using XSLT stylesheet at: '
65             - pref: OPACXSLTDetailsDisplay
66               class: file
67             - '<br />Options:<br />- leave empty for "no xslt"<br />- enter "default" for the default one<br />- put a path to define a xslt file<br />- put an URL for an external specific stylesheet.<br />{langcode} will be replaced with current interface language'
68         -
69             - On pages displayed with XSLT stylesheets on the OPAC,
70             - pref: DisplayOPACiconsXSLT
71               choices:
72                   yes: show
73                   no: "don't show"
74             - icons for itemtype and authorized values.
75         -
76             - pref: COinSinOPACResults
77               choices:
78                   yes: Include
79                   no: "Don't include"
80             - "COinS / OpenURL / Z39.88 in OPAC search results.  <br/>Warning: Enabling this feature will slow OPAC search response times."
81         -
82             - pref: OPACShowHoldQueueDetails
83               choices:
84                   none: "Don't show any hold details"
85                   priority: "Show priority level"
86                   holds: "Show holds"
87                   holds_priority: "Show holds and their priority level"
88             - to patrons in the OPAC.
89         -
90             - pref: OPACShowCheckoutName
91               default: 0
92               choices:
93                   yes: Show
94                   no: "Don't show"
95             - the name of the patron that has an item checked out on item detail pages on the OPAC.
96         -
97             - pref: OpacKohaUrl
98               default: 0
99               choices:
100                   yes: Show
101                   no: "Don't show"
102             - "'Powered by Koha' text on OPAC footer."
103         -
104             - pref: OpacShowRecentComments
105               default: 0
106               choices:
107                   yes: Show
108                   no: "Don't show"
109             - a link to recent comments in the OPAC masthead.
110         -
111             - pref: OPACShowBarcode
112               default: 0
113               choices:
114                   yes: Show
115                   no: "Don't show"
116             - Show items barcode in holding tab.
117         -
118             - pref: OpacHighlightedWords
119               choices:
120                   yes: Highlight
121                   no: "Don't highlight"
122             - words the patron searched for in their search results.
123         -
124             - pref: AuthorisedValueImages
125               choices:
126                   yes: Show
127                   no: "Don't show"
128             - 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.
129         -
130             - Use the image at
131             - pref: opacsmallimage
132               class: url
133             - 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>.)
134         -
135             - Use the image at
136             - pref: OpacFavicon
137               class: url
138             - for the OPAC's favicon. (This should be a complete URL, starting with <code>http://</code>.)
139         -
140             - "Include the following JavaScript on all pages in the OPAC:"
141             - pref: opacuserjs
142               type: textarea
143               class: code
144         -
145             - Include the additional CSS stylesheet
146             - pref: opaccolorstylesheet
147               class: file
148             - 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.
149         -
150             - Use the CSS stylesheet
151             - pref: opaclayoutstylesheet
152               class: file
153             - 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.
154         -
155             - Use the remote CSS stylesheet
156             - pref: opacstylesheet
157               class: file
158             - on all pages in the OPAC, instead of the default. (This should be a complete URL, starting with <code>http://</code>.)
159         -
160             - "Include the following CSS on all pages in the OPAC:"
161             - pref: OPACUserCSS
162               type: textarea
163               class: code
164         -
165             - "Show the following HTML in its own column on the main page of the OPAC:"
166             - pref: OpacMainUserBlock
167               type: textarea
168               class: code
169         -
170             - "Show the following HTML on the left hand column of the main page and patron account on the OPAC (generally navigation links):"
171             - pref: OpacNav
172               type: textarea
173               class: code
174         -
175             - "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:"
176             - pref: OpacNavBottom
177               type: textarea
178               class: code
179         -
180             - "Include the following HTML in the header of all pages in the OPAC:"
181             - pref: opacheader
182               type: textarea
183               class: code
184         -
185             - "Include the following HTML in the footer of all pages in the OPAC:"
186             - pref: opaccredits
187               type: textarea
188               class: code
189         -
190             - 'Include a "More Searches" box on the detail pages of items on the OPAC, with the following HTML (leave blank to disable):'
191             - '<br />Note: The placeholders {BIBLIONUMBER}, {CONTROLNUMBER}, {TITLE}, {ISBN}, {ISSN} and {AUTHOR} will be replaced with information from the displayed record.'
192             - pref: OPACSearchForTitleIn
193               type: textarea
194               class: code
195         -
196             - '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):'
197             - '<br />Note: The placeholders {BIBLIONUMBER}, {TITLE}, {ISBN} and {AUTHOR} will be replaced with information from the displayed record.'
198             - pref: OPACMySummaryHTML
199               type: textarea
200               class: code
201         -
202             - "Include the following HTML under the facets in OPAC search results:"
203             - pref: OPACResultsSidebar
204               type: textarea
205               class: code
206         -
207             - pref: OpacAddMastheadLibraryPulldown
208               choices: 
209                   yes: Add
210                   no: "Don't add"
211             - a library select pulldown menu on the OPAC masthead.
212         -
213             - 'Display this HTML when no results are found for a search in the OPAC:'
214             - pref: OPACNoResultsFound
215               type: textarea
216               class: code
217         -
218             - 'Display the URI in the 856u field as an image on: '
219             - pref: OPACDisplay856uAsImage
220               choices:
221                   OFF: "Neither Details or Results pages"
222                   Details: "Details page only"
223                   Results: "Results page only"
224                   Both: "Both Details and Results pages"
225             - 'Note: The corresponding OPACXSLT option must be turned on.'
226         -
227             - 'List export options that should be available from OPAC detail page separated by |:'
228             - pref: OpacExportOptions
229               class: multi
230             - '<br />Note: Available options are: BIBTEX (<code>bibtex</code>), Dublin Core (<code>dc</code>),'
231             - 'MARCXML (<code>marcxml</code>), MARC-8 encoded MARC (<code>marc8</code>), Unicode/UTF-8 encoded MARC (<code>utf8</code>),'
232             - '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>)'
233     Features:
234         -
235             - pref: opacuserlogin
236               choices:
237                   yes: Allow
238                   no: "Don't allow"
239             - patrons to log in to their accounts on the OPAC.
240         -
241             - pref: OpacPasswordChange
242               choices:
243                   yes: Allow
244                   no: "Don't allow"
245             - patrons to change their own password on the OPAC. Note that this must be off to use LDAP authentication.
246         -
247             - pref: OPACPatronDetails
248               choices:
249                   yes: Allow
250                   no: "Don't allow"
251             - patrons to notify the library of changes to their contact information from the OPAC.
252         -
253             - pref: OPACpatronimages
254               choices:
255                   yes: Show
256                   no: "Don't show"
257             - patron images on the patron information page in the OPAC.
258         -
259             - pref: OPACFinesTab
260               choices:
261                   yes: Allow
262                   no: "Don't allow"
263             - patrons to access the Fines tab on the My Account page on the OPAC.
264         -
265             - pref: OpacBrowser
266               choices:
267                   yes: Allow
268                   no: "Don't allow"
269             - patrons to browse subject authorities on OPAC (run misc/cronjobs/build_browser_and_cloud.pl to create the browser list)
270         -
271             - pref: OpacAuthorities
272               choices:
273                   yes: Allow
274                   no: "Don't allow"
275             - patrons to search your authority records.
276         -
277             - pref: opacbookbag
278               choices:
279                   yes: Allow
280                   no: "Don't allow"
281             - patrons to store items in a temporary "Cart" on the OPAC.
282         -
283             - pref: OpacTopissue
284               choices:
285                   yes: Allow
286                   no: "Don't allow"
287             - 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.
288         -
289             - pref: suggestion
290               choices:
291                   yes: Allow
292                   no: "Don't allow"
293             - patrons to make purchase suggestions on the OPAC.
294         -
295             - pref: reviewson
296               choices:
297                   yes: Allow
298                   no: "Don't allow"
299             - patrons to make comments on items on the OPAC.
300         -
301             - Show
302             - pref: ShowReviewer
303               choices:
304                   none: no name
305                   full: full name
306                   first: first name
307                   surname: last name
308                   firstandinitial: first name and last name initial
309                   username: username
310             - of commenter with comments in OPAC.
311         -
312             - pref: ShowReviewerPhoto
313               choices:
314                   yes: Show
315                   no: Hide
316             - reviewer's photo beside comments in OPAC.
317         -
318             - pref: RequestOnOpac
319               choices:
320                   yes: Allow
321                   no: "Don't allow"
322             - patrons to place holds on items from the OPAC.
323         -
324             - Display
325             - pref: numSearchRSSResults
326               class: long
327             -  search results in the RSS feed.
328         -
329             - pref: SocialNetworks
330               default: 0
331               choices:
332                   yes: Enable
333                   no: Disable
334             - social network links in opac detail pages
335         -
336             - pref: OpacBrowseResults
337               default: 1
338               choices:
339                   yes: Enable
340                   no: Disable
341             - browsing and paging search results from the OPAC detail page.
342         -
343             - pref: QuoteOfTheDay
344               default: 0
345               choices:
346                   yes: Enable
347                   no: Disable
348             - Quote of the Day display on OPAC home page
349     Policy:
350         -
351             - pref: singleBranchMode
352               default: 0
353               choices:
354                   yes: "Don't allow"
355                   no: Allow
356             - patrons to select their library on the OPAC.
357         -
358             - pref: SearchMyLibraryFirst
359               choices:
360                   yes: Limit
361                   no: "Don't limit"
362             - "patrons' searches to the library they are registered at."
363 #        -
364 #            This system preference does not actually affect anything
365 #            - pref: OpacBrowser
366 #              choices:
367 #                  yes: Show
368 #                  no: "Don't show"
369 #            - a subject browser on the OPAC (generated using <code>misc/cronjobs/build_browser_and_cloud.pl</code>).
370 #        -
371 #            opac-tags_subject.pl is the only script affected by this, and it is not linked to by any other page
372 #            - pref: OpacCloud
373 #              choices:
374 #            - If ON, enables subject cloud on OPAC
375         -
376             - pref: OPACItemHolds
377               choices:
378                   yes: Allow
379                   no: "Don't allow"
380             - 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.
381         -
382             - pref: OpacRenewalAllowed
383               choices:
384                   yes: Allow
385                   no: "Don't allow"
386             - patrons to renew their own books on the OPAC.
387         -
388             - Use 
389             - pref: OpacRenewalBranch
390               choices:
391                   itemhomebranch: "the item's home library"
392                   patronhomebranch: "the patron's home library"
393                   checkoutbranch: "the library the item was checked out from"
394                   null: "NULL"
395                   opacrenew: "'OPACRenew'"
396             - as branchcode to store in the statistics table.
397         -
398             - Only allow patrons to renew their own books on the OPAC if they have less than
399             - pref: OPACFineNoRenewals
400               class: currency
401             - '[% local_currency %] in fines (leave blank to disable).'
402         -
403             - pref: OPACViewOthersSuggestions
404               choices:
405                   yes: Show
406                   no: "Don't show"
407             - purchase suggestions from other patrons on the OPAC.
408         -
409             - pref: AllowPurchaseSuggestionBranchChoice
410               default: 0
411               choices:
412                   no: "Don't allow"
413                   yes: Allow
414             - patrons to select library when making a purchase suggestion
415         -
416             - pref: OpacHiddenItems
417               type: textarea
418               class: code
419             - Allows to define custom rules for hiding specific items at opac. See docs/opac/OpacHiddenItems.txt for more informations
420         -
421             - pref: OpacAllowPublicListCreation
422               default: 1
423               choices:
424                   no: "Don't allow"
425                   yes: Allow
426             - opac users to create public lists
427         -
428             - pref: OpacAllowSharingPrivateLists
429               default: 0
430               choices:
431                   no: "Don't allow"
432                   yes: Allow
433             - opac users to share private lists with other patrons. This feature is not active yet but will be released soon
434
435     Privacy:
436         -
437             - pref: AnonSuggestions
438               choices:
439                   yes: Allow
440                   no: "Don't allow"
441             - "patrons that aren't logged in to make purchase suggestions. Suggestions are connected to the AnonymousPatron syspref"
442         -
443             - pref: opacreadinghistory
444               choices:
445                   yes: Allow
446                   no: "Don't allow"
447             - patrons to see what books they have checked out in the past.
448         -
449             - pref: EnableOpacSearchHistory
450               default: 0
451               choices:
452                   yes: Keep
453                   no: "Don't keep"
454             - patron search history in the OPAC.
455         -
456             - pref: OPACPrivacy
457               default: 0
458               choices:
459                   yes: Allow
460                   no: "Don't allow"
461             - patrons to choose their own privacy settings for their reading history.  This requires opacreadinghistory and AnonymousPatron
462         -
463             - Use borrowernumber
464             - pref: AnonymousPatron
465               class: integer
466             - as the Anonymous Patron (for anonymous suggestions and reading history)
467
468     Shelf Browser:
469         -
470             - pref: OPACShelfBrowser
471               choices:
472                   yes: Show
473                   no: "Don't show"
474             - "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."
475         -
476             - pref: ShelfBrowserUsesLocation
477               default: 1
478               choices:
479                   yes: Use
480                   no: "Don't use"
481             - "the item location when finding items for the shelf browser."
482         -
483             - pref: ShelfBrowserUsesHomeBranch
484               default: 1
485               choices:
486                   yes: Use
487                   no: "Don't use"
488             - "the item home library when finding items for the shelf browser."
489         -
490             - pref: ShelfBrowserUsesCcode
491               default: 0
492               choices:
493                   yes: Use
494                   no: "Don't use"
495             - "the item collection code when finding items for the shelf browser."