-
Notifications
You must be signed in to change notification settings - Fork 0
/
Config.xml
39 lines (39 loc) · 2.38 KB
/
Config.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?xml version="1.0" encoding="utf-8"?>
<Configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Name>Voyager OPAC Search</Name>
<Author>Atlas Systems, Inc.</Author>
<Version>2.0.0</Version>
<Active>True</Active>
<Type>Addon</Type>
<Description>Performs a Voyager OPAC title search with option for a keyword search as well. Once on a results page, Import Info will copy the call number and location values. If the TomcatWebvoyage setting is set to true, Import buttons will be inserted into the page for each holding.</Description>
<Forms>
<Form>FormRequest</Form>
</Forms>
<Permissions />
<Settings>
<Setting name="OPACURL" value="" type="string">
<Description>The URL for your Voyager OPAC. (i.e. http://catalog.princeton.edu)</Description>
</Setting>
<Setting name="TomcatWebvoyage" value="False" type="boolean">
<Description>Indicates if the catalog uses Tomcat Webvoyage if true. When false, the Classic WebVoyage is used.</Description>
</Setting>
<Setting name="TomcatLocationLabelSpanClass" value="fieldLabelSpan" type="string">
<Description>The CSS class for the span surrounding the location label. e.g. <span class="fieldLabelSpan">Location:</span></Description>
</Setting>
<Setting name="TomcatLocationValueSpanClass" value="subfieldData" type="string">
<Description>The CSS class for the span surrounding the location value. e.g. <span class="subfieldData">LAW Library</span></Description>
</Setting>
<Setting name="TomcatCallNumberLabelSpanClass" value="fieldLabelSpan" type="string">
<Description>The CSS class for the span surrounding the call number label. e.g. <span class="fieldLabelSpan">Call Number:</span></Description>
</Setting>
<Setting name="TomcatCallNumberValueSpanClass" value="subfieldData" type="string">
<Description>The CSS class for the span surrounding the call number value. e.g. <span class="subfieldData">HN59.2 .S624 2000</span></Description>
</Setting>
<Setting name="ClassicKeywordValue" value="FT*" type="string">
<Description>The value for the keyword search option for Classic WebVoyage. e.g. <OPTION SELECTED VALUE="FT*">Keyword</OPTION></Description>
</Setting>
</Settings>
<Files>
<File>VoyagerOPAC.lua</File>
</Files>
</Configuration>