Bug #6143 - New feature: capability to limit the RSS results
[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: OpacHighlightedWords
90               choices:
91                   yes: Highlight
92                   no: "Don't highlight"
93             - words the patron searched for in their search results.
94         -
95             - pref: AuthorisedValueImages
96               choices:
97                   yes: Show
98                   no: "Don't show"
99             - 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.
100         -
101             - Use the image at
102             - pref: opacsmallimage
103               class: url
104             - 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>.)
105         -
106             - Use the image at
107             - pref: OpacFavicon
108               class: url
109             - for the OPAC's favicon. (This should be a complete URL, starting with <code>http://</code>.)
110         -
111             - "Include the following JavaScript on all pages in the OPAC:"
112             - pref: opacuserjs
113               type: textarea
114               class: code
115         -
116             - Include the additional CSS stylesheet
117             - pref: opaccolorstylesheet
118               class: file
119             - to override specified settings from the default stylesheet. Enter the filename (if the file is in the server's css directory) or a complete URL beginning with <code>http://</code> (if the file lives on a remote server). Leave blank to disable.
120         -
121             - Use the CSS stylesheet <!-- TMPL_VAR NAME="opacthemelang" -->/css/
122             - pref: opaclayoutstylesheet
123               class: file
124             - on all pages in the OPAC, instead of the default (leave blank to disable).
125         -
126             - Use the remote CSS stylesheet
127             - pref: opacstylesheet
128               class: file
129             - on all pages in the OPAC, instead of the default. (This should be a complete URL, starting with <code>http://</code>.)
130         -
131             - "Include the following CSS on all pages in the OPAC:"
132             - pref: OPACUserCSS
133               type: textarea
134               class: code
135         -
136             - "Show the following HTML in its own column on the main page of the OPAC:"
137             - pref: OpacMainUserBlock
138               type: textarea
139               class: code
140         -
141             - "Show the following HTML on the left hand column of all pages on the OPAC (generally navigation links):"
142             - pref: OpacNav
143               type: textarea
144               class: code
145         -
146             - "Include the following HTML in the header of all pages in the OPAC:"
147             - pref: opacheader
148               type: textarea
149               class: code
150         -
151             - "Include the following HTML in the footer of all pages in the OPAC:"
152             - pref: opaccredits
153               type: textarea
154               class: code
155         -
156             - 'Include a "More Searches" box on the detail pages of items on the OPAC, with the following HTML (leave blank to disable):'
157             - '<br />Note: The placeholders {CONTROLNUMBER}, {TITLE}, {ISBN} and {AUTHOR} will be replaced with information from the displayed record.'
158             - pref: OPACSearchForTitleIn
159               type: textarea
160               class: code
161         -
162             - '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):'
163             - '<br />Note: The placeholders {BIBLIONUMBER}, {TITLE}, {ISBN} and {AUTHOR} will be replaced with information from the displayed record.'
164             - pref: OPACMySummaryHTML
165               type: textarea
166               class: code
167         -
168             - pref: OpacAddMastheadLibraryPulldown
169               choices: 
170                   yes: Add
171                   no: "Don't add"
172             - a library select pulldown menu on the OPAC masthead.
173         -
174             - 'Display this HTML when no results are found for a search in the OPAC:'
175             - pref: OPACNoResultsFound
176               type: textarea
177               class: code
178         -
179             - 'Display the URI in the 856u field as an image on: '
180             - pref: OPACDisplay856uAsImage
181               choices:
182                   OFF: "Neither Details or Results pages"
183                   Details: "Details page only"
184                   Results: "Results page only"
185                   Both: "Both Details and Results pages"
186             - 'Note: The corresponding OPACXSLT option must be turned on.'
187     Features:
188         -
189             - pref: opacuserlogin
190               choices:
191                   yes: Allow
192                   no: "Don't allow"
193             - patrons to log in to their accounts on the OPAC.
194         -
195             - pref: OpacPasswordChange
196               choices:
197                   yes: Allow
198                   no: "Don't allow"
199             - patrons to change their own password on the OPAC. Note that this must be off to use LDAP authentication.
200         -
201             - pref: OPACPatronDetails
202               choices:
203                   yes: Allow
204                   no: "Don't allow"
205             - patrons to notify the library of changes to their contact information from the OPAC.
206         -
207             - pref: OPACFinesTab
208               choices:
209                   yes: Allow
210                   no: "Don't allow"
211             - patrons to access the Fines tab on the My Account page on the OPAC.
212         -
213             - pref: OpacBrowser
214               choices:
215                   yes: Allow
216                   no: "Don't allow"
217             - patrons to browse subject authorities on OPAC (run misc/cronjobs/build_browser_and_cloud.pl to create the browser list)
218         -
219             - pref: OpacAuthorities
220               choices:
221                   yes: Allow
222                   no: "Don't allow"
223             - patrons to search your authority records.
224         -
225             - pref: opacbookbag
226               choices:
227                   yes: Allow
228                   no: "Don't allow"
229             - patrons to store items in a temporary "Cart" on the OPAC.
230         -
231             - pref: OpacTopissue
232               choices:
233                   yes: Allow
234                   no: "Don't allow"
235             - 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.
236         -
237             - pref: suggestion
238               choices:
239                   yes: Allow
240                   no: "Don't allow"
241             - patrons to make purchase suggestions on the OPAC.
242         -
243             - pref: reviewson
244               choices:
245                   yes: Allow
246                   no: "Don't allow"
247             - patrons to make comments on items on the OPAC.
248         -
249             - pref: ShowReviewer
250               choices:
251                   yes: Show
252                   no: Hide
253             - reviewer's name above comments in OPAC.
254         -
255             - pref: RequestOnOpac
256               choices:
257                   yes: Allow
258                   no: "Don't allow"
259             - patrons to place holds on items from the OPAC.
260         -
261             - pref: numSearchRSSResults
262               class: long
263             - Specify the maximum number of results to display on a RSS page of results.
264     Policy:
265         -
266             - pref: singleBranchMode
267               default: 0
268               choices:
269                   yes: "Don't allow"
270                   no: Allow
271             - patrons to select their branch on the OPAC.
272         -
273             - pref: SearchMyLibraryFirst
274               choices:
275                   yes: Limit
276                   no: "Don't limit"
277             - "patrons' searches to the library they are registered at."
278 #        -
279 #            This system preference does not actually affect anything
280 #            - pref: OpacBrowser
281 #              choices:
282 #                  yes: Show
283 #                  no: "Don't show"
284 #            - a subject browser on the OPAC (generated using <code>misc/cronjobs/build_browser_and_cloud.pl</code>).
285 #        -
286 #            opac-tags_subject.pl is the only script affected by this, and it is not linked to by any other page
287 #            - pref: OpacCloud
288 #              choices:
289 #            - If ON, enables subject cloud on OPAC
290         -
291             - pref: OPACItemHolds
292               choices:
293                   yes: Allow
294                   no: "Don't allow"
295             - 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.
296         -
297             - pref: OpacRenewalAllowed
298               choices:
299                   yes: Allow
300                   no: "Don't allow"
301             - patrons to renew their own books on the OPAC.
302         -
303             - Only allow patrons to renew their own books on the OPAC if they have less than
304             - pref: OPACFineNoRenewals
305               class: currency
306             - '[% local_currency %] in fines (leave blank to disable).'
307         -
308             - pref: OPACViewOthersSuggestions
309               choices:
310                   yes: Show
311                   no: "Don't show"
312             - purchase suggestions from other patrons on the OPAC.
313         -
314             - pref: AllowPurchaseSuggestionBranchChoice
315               default: 0
316               choices:
317                   no: "Don't allow"
318                   yes: Allow
319             - patrons to select branch when making a purchase suggestion
320         -
321             - pref: OpacHiddenItems
322               type: textarea
323               class: code
324             - Allows to define custom rules for hiding specific items at opac. See docs/opac/OpacHiddenItems.txt for more informations.
325
326     Privacy:
327         -
328             - pref: AnonSuggestions
329               choices:
330                   yes: Allow
331                   no: "Don't allow"
332             - "patrons that aren't logged in to make purchase suggestions. Suggestions are connected to the AnonymousPatron syspref"
333         -
334             - pref: opacreadinghistory
335               choices:
336                   yes: Allow
337                   no: "Don't allow"
338             - patrons to see what books they have checked out in the past.
339         -
340             - pref: EnableOpacSearchHistory
341               default: 0
342               choices:
343                   yes: Keep
344                   no: "Don't keep"
345             - patron search history in the OPAC.
346         -
347             - pref: OPACPrivacy
348               default: 0
349               choices:
350                   yes: Allow
351                   no: "Don't allow"
352             - patrons to choose their own privacy settings for their reading history.  This requires opacreadinghistory and AnonymousPatron
353         -
354             - Use borrowernumber
355             - pref: AnonymousPatron
356               class: integer
357             - as the Anonymous Patron (for anonymous suggestions and reading history)
358
359     Shelf Browser:
360         -
361             - pref: OPACShelfBrowser
362               choices:
363                   yes: Show
364                   no: "Don't show"
365             - "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."
366         -
367             - pref: ShelfBrowserUsesLocation
368               default: 1
369               choices:
370                   yes: Use
371                   no: "Don't use"
372             - "the item location when finding items for the shelf browser."
373         -
374             - pref: ShelfBrowserUsesHomeBranch
375               default: 1
376               choices:
377                   yes: Use
378                   no: "Don't use"
379             - "the item home branch when finding items for the shelf browser."      
380         -
381             - pref: ShelfBrowserUsesCcode
382               default: 0
383               choices:
384                   yes: Use
385                   no: "Don't use"
386             - "the item collection code when finding items for the shelf browser."