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