Merge remote-tracking branch 'origin/new/bug_7143'
[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 in the right hand column of the main page under the main login form:"
176             - pref: OpacNavRight
177               type: textarea
178               class: code
179         -
180             - "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:"
181             - pref: OpacNavBottom
182               type: textarea
183               class: code
184         -
185             - "Include the following HTML in the header of all pages in the OPAC:"
186             - pref: opacheader
187               type: textarea
188               class: code
189         -
190             - "Include the following HTML in the footer of all pages in the OPAC:"
191             - pref: opaccredits
192               type: textarea
193               class: code
194         -
195             - 'Include a "More Searches" box on the detail pages of items on the OPAC, with the following HTML (leave blank to disable):'
196             - '<br />Note: The placeholders {BIBLIONUMBER}, {CONTROLNUMBER}, {TITLE}, {ISBN}, {ISSN} and {AUTHOR} will be replaced with information from the displayed record.'
197             - pref: OPACSearchForTitleIn
198               type: textarea
199               class: code
200         -
201             - '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):'
202             - '<br />Note: The placeholders {BIBLIONUMBER}, {TITLE}, {ISBN} and {AUTHOR} will be replaced with information from the displayed record.'
203             - pref: OPACMySummaryHTML
204               type: textarea
205               class: code
206         -
207             - "Include the following HTML under the facets in OPAC search results:"
208             - pref: OPACResultsSidebar
209               type: textarea
210               class: code
211         -
212             - pref: OpacAddMastheadLibraryPulldown
213               choices: 
214                   yes: Add
215                   no: "Don't add"
216             - a library select pulldown menu on the OPAC masthead.
217         -
218             - 'Display this HTML when no results are found for a search in the OPAC:'
219             - pref: OPACNoResultsFound
220               type: textarea
221               class: code
222         -
223             - 'Display the URI in the 856u field as an image on: '
224             - pref: OPACDisplay856uAsImage
225               choices:
226                   OFF: "Neither Details or Results pages"
227                   Details: "Details page only"
228                   Results: "Results page only"
229                   Both: "Both Details and Results pages"
230             - 'Note: The corresponding OPACXSLT option must be turned on.'
231         -
232             - 'List export options that should be available from OPAC detail page separated by |:'
233             - pref: OpacExportOptions
234               class: multi
235             - '<br />Note: Available options are: BIBTEX (<code>bibtex</code>), Dublin Core (<code>dc</code>),'
236             - 'MARCXML (<code>marcxml</code>), MARC-8 encoded MARC (<code>marc8</code>), Unicode/UTF-8 encoded MARC (<code>utf8</code>),'
237             - '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>)'
238     Features:
239         -
240             - pref: opacuserlogin
241               choices:
242                   yes: Allow
243                   no: "Don't allow"
244             - patrons to log in to their accounts on the OPAC.
245         -
246             - pref: OpacPasswordChange
247               choices:
248                   yes: Allow
249                   no: "Don't allow"
250             - patrons to change their own password on the OPAC. Note that this must be off to use LDAP authentication.
251         -
252             - pref: OPACPatronDetails
253               choices:
254                   yes: Allow
255                   no: "Don't allow"
256             - patrons to notify the library of changes to their contact information from the OPAC.
257         -
258             - pref: OPACpatronimages
259               choices:
260                   yes: Show
261                   no: "Don't show"
262             - patron images on the patron information page in the OPAC.
263         -
264             - pref: OPACFinesTab
265               choices:
266                   yes: Allow
267                   no: "Don't allow"
268             - patrons to access the Fines tab on the My Account page on the OPAC.
269         -
270             - pref: OpacBrowser
271               choices:
272                   yes: Allow
273                   no: "Don't allow"
274             - patrons to browse subject authorities on OPAC (run misc/cronjobs/build_browser_and_cloud.pl to create the browser list)
275         -
276             - pref: OpacAuthorities
277               choices:
278                   yes: Allow
279                   no: "Don't allow"
280             - patrons to search your authority records.
281         -
282             - pref: opacbookbag
283               choices:
284                   yes: Allow
285                   no: "Don't allow"
286             - patrons to store items in a temporary "Cart" on the OPAC.
287         -
288             - pref: OpacTopissue
289               choices:
290                   yes: Allow
291                   no: "Don't allow"
292             - 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.
293         -
294             - pref: suggestion
295               choices:
296                   yes: Allow
297                   no: "Don't allow"
298             - patrons to make purchase suggestions on the OPAC.
299         -
300             - pref: reviewson
301               choices:
302                   yes: Allow
303                   no: "Don't allow"
304             - patrons to make comments on items on the OPAC.
305         -
306             - Show
307             - pref: ShowReviewer
308               choices:
309                   none: no name
310                   full: full name
311                   first: first name
312                   surname: last name
313                   firstandinitial: first name and last name initial
314                   username: username
315             - of commenter with comments in OPAC.
316         -
317             - pref: ShowReviewerPhoto
318               choices:
319                   yes: Show
320                   no: Hide
321             - reviewer's photo beside comments in OPAC.
322         -
323             - pref: RequestOnOpac
324               choices:
325                   yes: Allow
326                   no: "Don't allow"
327             - patrons to place holds on items from the OPAC.
328         -
329             - Display
330             - pref: numSearchRSSResults
331               class: long
332             -  search results in the RSS feed.
333         -
334             - pref: SocialNetworks
335               default: 0
336               choices:
337                   yes: Enable
338                   no: Disable
339             - social network links in opac detail pages
340         -
341             - pref: OpacBrowseResults
342               default: 1
343               choices:
344                   yes: Enable
345                   no: Disable
346             - browsing and paging search results from the OPAC detail page.
347         -
348             - pref: QuoteOfTheDay
349               default: 0
350               choices:
351                   yes: Enable
352                   no: Disable
353             - Quote of the Day display on OPAC home page
354     Policy:
355         -
356             - pref: singleBranchMode
357               default: 0
358               choices:
359                   yes: "Don't allow"
360                   no: Allow
361             - patrons to select their library on the OPAC.
362         -
363             - pref: SearchMyLibraryFirst
364               choices:
365                   yes: Limit
366                   no: "Don't limit"
367             - "patrons' searches to the library they are registered at."
368 #        -
369 #            This system preference does not actually affect anything
370 #            - pref: OpacBrowser
371 #              choices:
372 #                  yes: Show
373 #                  no: "Don't show"
374 #            - a subject browser on the OPAC (generated using <code>misc/cronjobs/build_browser_and_cloud.pl</code>).
375 #        -
376 #            opac-tags_subject.pl is the only script affected by this, and it is not linked to by any other page
377 #            - pref: OpacCloud
378 #              choices:
379 #            - If ON, enables subject cloud on OPAC
380         -
381             - pref: OPACItemHolds
382               choices:
383                   yes: Allow
384                   no: "Don't allow"
385             - 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.
386         -
387             - pref: OpacRenewalAllowed
388               choices:
389                   yes: Allow
390                   no: "Don't allow"
391             - patrons to renew their own books on the OPAC.
392         -
393             - Use 
394             - pref: OpacRenewalBranch
395               choices:
396                   itemhomebranch: "the item's home library"
397                   patronhomebranch: "the patron's home library"
398                   checkoutbranch: "the library the item was checked out from"
399                   null: "NULL"
400                   opacrenew: "'OPACRenew'"
401             - as branchcode to store in the statistics table.
402         -
403             - Only allow patrons to renew their own books on the OPAC if they have less than
404             - pref: OPACFineNoRenewals
405               class: currency
406             - '[% local_currency %] in fines (leave blank to disable).'
407         -
408             - pref: OPACViewOthersSuggestions
409               choices:
410                   yes: Show
411                   no: "Don't show"
412             - purchase suggestions from other patrons on the OPAC.
413         -
414             - pref: AllowPurchaseSuggestionBranchChoice
415               default: 0
416               choices:
417                   no: "Don't allow"
418                   yes: Allow
419             - patrons to select library when making a purchase suggestion
420         -
421             - pref: OpacHiddenItems
422               type: textarea
423               class: code
424             - Allows to define custom rules for hiding specific items at opac. See docs/opac/OpacHiddenItems.txt for more informations
425         -
426             - pref: OpacAllowPublicListCreation
427               default: 1
428               choices:
429                   no: "Don't allow"
430                   yes: Allow
431             - opac users to create public lists
432         -
433             - pref: OpacAllowSharingPrivateLists
434               default: 0
435               choices:
436                   no: "Don't allow"
437                   yes: Allow
438             - opac users to share private lists with other patrons. This feature is not active yet but will be released soon
439
440     Privacy:
441         -
442             - pref: AnonSuggestions
443               choices:
444                   yes: Allow
445                   no: "Don't allow"
446             - "patrons that aren't logged in to make purchase suggestions. Suggestions are connected to the AnonymousPatron syspref"
447         -
448             - pref: opacreadinghistory
449               choices:
450                   yes: Allow
451                   no: "Don't allow"
452             - patrons to see what books they have checked out in the past.
453         -
454             - pref: EnableOpacSearchHistory
455               default: 0
456               choices:
457                   yes: Keep
458                   no: "Don't keep"
459             - patron search history in the OPAC.
460         -
461             - pref: OPACPrivacy
462               default: 0
463               choices:
464                   yes: Allow
465                   no: "Don't allow"
466             - patrons to choose their own privacy settings for their reading history.  This requires opacreadinghistory and AnonymousPatron
467         -
468             - Use borrowernumber
469             - pref: AnonymousPatron
470               class: integer
471             - as the Anonymous Patron (for anonymous suggestions and reading history)
472
473     Shelf Browser:
474         -
475             - pref: OPACShelfBrowser
476               choices:
477                   yes: Show
478                   no: "Don't show"
479             - "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."
480         -
481             - pref: ShelfBrowserUsesLocation
482               default: 1
483               choices:
484                   yes: Use
485                   no: "Don't use"
486             - "the item location when finding items for the shelf browser."
487         -
488             - pref: ShelfBrowserUsesHomeBranch
489               default: 1
490               choices:
491                   yes: Use
492                   no: "Don't use"
493             - "the item home library when finding items for the shelf browser."
494         -
495             - pref: ShelfBrowserUsesCcode
496               default: 0
497               choices:
498                   yes: Use
499                   no: "Don't use"
500             - "the item collection code when finding items for the shelf browser."