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