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