INN-Reach Options
This page describes the Web options for the INN-Reach options group. Review these options to determine any necessary setup that your organization might need to perform. Unless otherwise noted, these options should be set on the INN-Reach Central Server by the Central System Administrator.
Information on the INN-Reach Product
For information on the INN-Reach product, see INN-Reach Circulation. For information on using the WebPAC to place INN-Reach requests, see Requesting INN-Reach Items.
BUT_IR_HOLDINGS
This option defines the graphic image to use for the See Holdings button. For example:
BUT_IR_HOLDINGS=/screens/ir_holdings.gif
BUT_IR_REQUEST
This option defines the graphic image to use for the Request button. For example:
BUT_IR_REQUEST=/screens/ir_request.gif
BUT_SCOPE
This option defines the graphic image to use for the Scope button. For example:
BUT_SCOPE=/screens/scope.gif
BUT_UNSCOPE
This option defines the graphic image to use for the Unscope button. For example:
BUT_UNSCOPE=/screens/unscope.gif
CONSORTIUM_HOLDINGS
When a WebPAC user searches at an INN-Reach site and displays a single bibliographic record, the Web Server displays a list of the libraries in the INN-Reach System that have the item in their holdings. It also displays a caption above this list. The CONSORTIUM_HOLDINGS option selects which of two captions to display.
When set to a "FALSE" value ('0', the characters 'F', 'f', 'N', or 'n', or any word beginning with one of these characters), or when this option is not defined, the caption is one of the following, depending on how many libraries have the item:
1 [NAME] library has this item
or
# [NAME] libraries have this item
where [NAME] is the consortium name and # is the number of libraries holding the item.
When set to a "TRUE" value ('1', the characters 'T', 't', 'Y', or 'y', or any word beginning with one of these characters), the caption is:
Display holdings of [NAME] Libraries
See also the REFHOLDTEXT option, which specifies the caption for reference database holdings displays.
DISPLAY_583
If the INN-Reach Shared Print Management feature is enabled for an INN-Reach System, this option controls whether institutional ACTION NOTE fields display in the INN-Reach Catalog.
Institutional ACTION NOTE fields are defined as MARC 583 fields that are stored locally in bibliographic records and centrally in institution records. For more information, see Action Note Display.
The value of this option is:
DISPLAY_583=[label]|[subfields]
Value | Description | ||||||
---|---|---|---|---|---|---|---|
[label] | The label that the system prepends to the MARC 583 data. | ||||||
[subfields] | A list of subfield tags from the MARC 583 field, without spaces or punctuation.
If this list includes subfield u, the system displays that value as a hyperlink. The text of that hyperlink is one of the following:
|
For example:
DISPLAY_583=RETENTION NOTE:|u
NOTES:
-
This option must be defined if you want the system to display institutional MARC 583 fields.
-
The institutional ACTION NOTE field displays as a separate row in the institutional holdings display. The row contains the following elements:
- Local Server
- Specifies the name of the Local Server to which the owning site belongs (that is, the Local Server at which the MARC 583 is stored in the local bibliographic record). This element displays as the initial element of the row, and is aligned with the Library column. Based on this element, the system inserts the row alphabetically into the holdings table.
- Action Note
- Specifies MARC 583 data originally stored in the local bibliographic record. This element is centered within the row. The format of the MARC 583 label and data in this element can be customized using the Bibliographic Display Classes, bibInstInfoLabel and bibInstInfoRow.
-
If there are multiple instances of institutional MARC 583 fields in the institution record, the system displays only the first instance.
ICON_BUT_IR_HOLDINGS[scope][_lang]
This option defines the See Holdings link. Clicking this link shows holdings in the record display. This option accepts an HTML value that defines the text or an image to use as the link. For example:
ICON_BUT_IR_HOLDINGS=<strong>See Holdings</strong>
For a graphic link example:
ICON_BUT_IR_HOLDINGS=<img src="/screens/ir_holdings.gif" alt="Holdings" border="0" />
If this option is not defined, the system uses the value of the BUT_IR_HOLDINGS Web option. If neither option is set, the system uses the following default:
ICON_BUT_IR_HOLDINGS=See Holdings
This option can vary by scope and language.
ICON_BUT_IR_REQUEST[scope][_lang]
This option defines the Request link for INN-Reach items. This option accepts an HTML value that defines the text or an image to use as the link. For example:
ICON_BUT_IR_REQUEST=<strong>Request</strong>
For a graphic link example:
ICON_BUT_IR_REQUEST=<img src="/screens/ir_request.gif" alt="Request" border="0" />
If this option is not defined, the system uses the value of the BUT_IR_REQUEST Web option. If neither option is set, the system uses the following default:
ICON_BUT_IR_REQUEST=Request
This option can vary by scope and language.
ICON_BUT_SCOPE[scope][_lang]
This option defines the Scope link for INN-Reach. This option accepts an HTML value that defines the text or an image to use as the link. For example:
ICON_BUT_SCOPE=<strong>Scope</strong>
For a graphic link example:
ICON_BUT_SCOPE=<img src="/screens/scope.gif" alt="Scope" border="0" />
If this option is not defined, the system uses the value of the BUT_SCOPE Web option. If neither option is set, the system uses the following default:
ICON_BUT_SCOPE=Scope
This option can vary by scope and language.
ICON_BUT_UNSCOPE[scope][_lang]
This option defines the Unscope link for INN-Reach. This option accepts an HTML value that defines the text or an image to use as the link. For example:
ICON_BUT_UNSCOPE=<strong>Unscope</strong>
For a graphic link example:
ICON_BUT_UNSCOPE=<img src="/screens/unscope.gif" alt="Unscope" border="0" />
If this option is not defined, the system uses the value of the BUT_UNSCOPE Web option. If neither option is set, the system uses the following default:
ICON_BUT_UNSCOPE=Unscope
This option can vary by scope and language.
ICON_INNREACH_ENCORE[scope][_lang]
This option defines the Search Encore link to forward search terms to the Encore catalog specified by the INNREACH_ENCORE Web option. If this option and the INNREACH_ENCORE option are enabled, the WebPAC ignores the setting of the INNREACH Web option. This option accepts an HTML value that defines the text or an image to use as the link. For example:
ICON_INNREACH_ENCORE=<strong>Search Encore</strong>
For a graphic link example:
ICON_INNREACH_ENCORE=<IMG SRC="/screens/searchencore.gif" CLASS="button" BORDER="0" ALT="search Encore for this title" />
If this option is not defined, the system uses the following default:
ICON_INNREACH_ENCORE=Search Encore for this title
This option can vary by scope and language.
ICON_IR_NOHIT[scope][_lang]
This option defines the Your entry would be here link the WebPAC displays in a no-hits search results screen on the INN-Reach Central catalog. This option accepts an HTML value that defines the text or an image to use as the link. For example:
ICON_IR_NOHIT=<strong>Your entry would be here</strong>
For a graphic link example:
ICON_IR_NOHIT=<img src="/screens/irnohit.gif" alt="No hits" border="0" />
If this option is not defined, the system uses the user prompt specified in the INNREACH Web option.
This option can vary by scope and language.
INNREACH[scope][_lang] (Local Servers only)
This option controls the INN-Reach transfer search method (also known as "pass-through searching"). The syntax of this option is:
INNREACH=[User Prompt]@[Central URL]
where [User Prompt] specifies the prompt presented to users to search the INN-Reach Catalog and [Central URL] represents the URL of the INN-Reach Central Server. For example:
INNREACH=<img src="/screens/ohiolink.gif" alt="OhioLINK Central" border="0">@csul.iii.com
If the Local Server and the INN-Reach Central Server use different tags for particular indexes, you can include a map of local index tags and their equivalents at the INN-Reach Central Server immediately after the [Central URL] element. The syntax for these maps is:
([LOCALTAG1]=[CENTRALTAG1];[LOCALTAG2]=[CENTRALTAG2];[...])
where [LOCALTAG] is the tag used for a given index on the Local Server and [CENTRALTAG] is the tag used for the same index on the INN-Reach Central Server. Note that if you use index mapping, you must include ALL indexes to be used, even those that are identical on the two machines. If an index is not listed, it cannot be used to search the INN-Reach Catalog.
For example, if the Local Server uses tag 's' for Serials while the INN-Reach Central Server uses tag 'j', but all other tags are the same, the INNREACH line would resemble the following:
INNREACH=<img src="/screens/ohiolink.gif" alt="OhioLINK Central" border="0">@csul.iii.com(a=a;t=t;d=d;w=w;c=c;o=o;s=j)
(See also the PARTNER option, which controls the Partners function.)
You can use the following tags to map keyword searches. Note that the 'X', 'Y', and 'Z' indexes are part of the Advanced Word Search feature.
- X (Advanced Boolean keyword)
- Y (Simple Boolean keyword)
- Z (Advanced keyword)
The local keyword index can be mapped to any available keyword index on the INN-Reach Central Server (for example, X=X or X=Y). For example:
INNREACH=<img src="/screens/ohiolink.gif" alt="OhioLINK Central" border="0">@csul.iii.com(s=j;u=t;X=X;Y=Y;Z=Y)
When a local Advanced Word Search index is mapped to an INN-Reach Central Server Advanced Word Search index, the following search limits are preserved:
- Language
- Material Type
- DOCDATE
- Sort
If an asterisk character is appended to the central index tag, for example, X=X*, these limits are not used in the central search.
This option can vary by scope and language.
INNREACH_ENCORE
This option defines the URL of an Encore search. If this option and the ICON_INNREACH_ENCORE option are enabled, WebPAC ignores the setting for the INNREACH Web option. The value is:
INNREACH_ENCORE=[Encore Server]
Where [Encore Server] is the URL of an Encore search. This value accepts a %s variable. The system replaces this variable with the search term to forward to Encore.
For example:
INNREACH_ENCORE=http://encore.iii.com/iii/encore/plus/C__S%s__Orightresult__U?lang=eng&suite=social
This option does not have a default value.
INNREACH_REMOTE[scope][_lang] (Local Servers only)
If your library is an INN-Reach site and uses Single Sign-On (SSO), this option controls how the WebPAC offers INN-Reach pass-through searches.
The option setting is similar to the INNREACH Web option:
INNREACH_REMOTE=[user prompt]@[SSO server]
Where [user prompt] specifies the prompt presented to users to search the INN-Reach Catalog and [SSO server] is the server used for Single Sign-On.
For example:
INNREACH_REMOTE=<img src="/screens/accesslaw.gif" border="0"> @sharelaw.iii.com(X=X;t=t;g=g;a=a;d=d;i=i)
This option accepts additional index tags identically to the INNREACH Web option.
This option can vary by scope and language.
INNREACH_REMOTE_SSL[scope][_lang] (Local Servers only)
If your library is an INN-Reach site and uses Single Sign-On (SSO), this option controls how the WebPAC offers INN-Reach pass-through searches using SSL.
The option setting is similar to the INNREACH_REMOTE Web option:
INNREACH_REMOTE_SSL=[user prompt]@[SSO server]
Where [user prompt] specifies the prompt presented to users to search the INN-Reach Catalog and [SSO server] is the server used for SSL Single Sign-On.
For example:
INNREACH_REMOTE_SSL=<img src="/screens/accesslaw.gif" border="0"> @sharelaw.iii.com(X=X;t=t;g=g;a=a;d=d;i=i)
This option accepts additional index tags identically to the INNREACH Web option.
This option can vary by scope and language.
INSTITUTIONLABEL
This option lets you replace the phrase ,"With which institution are you affiliated?", with a customized phrase. This option accepts HTML formatting, and is set as follows:
INSTITUTIONLABEL=[desired text]
If this option is not set, the default text is "With which institution are you affiliated?"
IR_CENT_DISTLEARN
This option specifies request parameters for INN-Reach Systems that have acquired the Pickup Anywhere for INN-Reach product. It consists of two vertical-bar-delimited fields and is set as follows:
IR_CENT_DISTLEARN=[boolean]|[label]
[boolean] | A true value (i.e., "TRUE", true, '1', 'T', 't', 'Y', or 'y') in this element causes the system to include Pickup Anywhere locations in the list of pickup locations it offers to requesting INN-Reach patrons. When this element is set to a false value (i.e., "FALSE", "false", '0', 'F', 'f', 'N', or 'n'), the system offers only the pickup locations defined in the INN-Reach Circulation Pickup Locations table on the requesting patron's Local Server. |
[label] | Specifies the label for the drop-down list of Pickup Anywhere sites in the Request Verification Form. If no value is specified, the system labels the list "Pickup Institution." |
For example:
IR_CENT_DISTLEARN=t|Pickup Institution
IR_CENT_HOLD_CHECKIN
This option defines which checkin data subfields to display in the institutional holdings display, and defines the basic column formatting of that display. Set the option with vertical-bar-delimited fields equal to the number of vertical-bar-delimited fields used in the IR_CENT_HOLD_HEADERS option, less the first column. For example:
IR_CENT_HOLD_CHECKIN=[data]|[data]|[data]|...
Valid [data] values, in any order, are:
Value | Description | Example | ||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Subfield tags | A list of valid subfields from the 947 field of the institution record. Note:
|
ab | ||||||||||||||||||||||||||||||
Special codes | Codes that enable special handling of subfields from the 947 field in the institution record. These codes should not be combined with other data options in the same column (for example, subfield tags or a caret symbol). If any other data options are present in the same column, the system acts on the special code only and ignores any additional options that might be present in that column.
Valid special codes include the following:
|
U | ||||||||||||||||||||||||||||||
Blank | No data in the field, denoting that this cell in the column is not used for displaying any new data. Instead, this cell is merged with the one before it, creating a cell twice as large for displaying the data in the cell before it. This is the same as the <TD COLSPAN=2> attribute in HTML. | || | ||||||||||||||||||||||||||||||
^ (caret symbol) | Denotes that this cell in the column is not used for displaying any new data. The cell is not be merged with any other cells and it displays as empty. | ^ | ||||||||||||||||||||||||||||||
"label | Instead of inserting data from a subfield, the text label defined after the double-quote mark (") displays in the cell in the column. | "Please see librarian for current issue |
For example:
IR_CENT_HOLD_CHECKIN=E|^|^
If this option is not defined or does not appear in the WWWOPTIONS file, the system uses a default setting of:
IR_CENT_HOLD_CHECKIN=E|F
NOTE
The number of fields in IR_CENT_HOLD_CHECKIN must equal the number of fields in IR_CENT_HOLD_HEADERS less one. If there are too many fields in IR_CENT_HOLD_CHECKIN, WebPAC does not display the excess fields. If there are too few fields, WebPAC treats the cell as if it were set with a caret symbol ('^').
IR_CENT_HOLD_HEADERS[_lang]
This option defines the following attributes of the holdings table in the institutional holdings display:
- Number of columns
- Order of columns
- Column headers
- Column widths
First Column Specifies Owning Site
The first column of the holdings table always displays the name of the INN-Reach site that owns the displayed holdings. Any columns defined in this Web option display after that first column.
Set the option as follows:
IR_CENT_HOLD_HEADERS=[header text];[column %]|[header text];[column %]
[header text] | The text displaying in the header of the column. This text should correspond to the associated field defined in the following options:
IR_CENT_HOLD_ITEM |
[column %] | The percentage of the total table width devoted to the column. All columns in the table must collectively total 100%.
Special Value for ACTION NOTE FieldsIf the INN-Reach Shared Print Management feature is enabled on the INN-Reach Central Server, the [column %] element can contain a special value of "-1". This special value causes the ACTION NOTE (MARC 583) field in the institution record to display as a separate row below the item record with which it is associated. The "ACTION NOTE" elements must be the final elements of the Web option. For example: IR_CENT_HOLD_HEADERS=Library;10|Shelving Location;20|Electronic Link;20|Call Number and Serial Holdings;30|Request Status;20|ACTION NOTE;-1 Your Central System Administrator can customize the display attributes of the "ACTION NOTE" row via a style sheet (specifically, by using the Bibliographic Display Classes, bibItemFieldLabel and bibItemFieldRow). |
For example:
IR_CENT_HOLD_HEADERS=Library;10|Shelving Location;20|Electronic Link;20|Call Number and Serial Holdings;30|Request Status;20
If this option is not defined in the WWWOPTIONS file, the system uses a default of:
IR_CENT_HOLD_HEADERS=Location;20|Call Number;40|Status;40
This option can vary by language.
IR_CENT_HOLD_INST
This option defines basic column formatting for the institution record-level URL in the institutional holdings display. Set the option with vertical-bar-delimited fields equal to the number of vertical-bar-delimited fields used in the IR_CENT_HOLD_HEADERS Web option, less the first column. For example:
IR_CENT_HOLD_INST=[data]|[data]|[data]|...
Valid [data] values, in any order, are:
Option | Description | Example | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
URL | A special code, U, which specifies that URL data stored in the institution record should display in this column.
By default, the system obtains this URL data from a MARC 856 field in the institution record. If your INN-Reach System has acquired the INN-Reach URLs for Locally Held Resources product, the URL data can be obtained from an alternate field (for example, a MARC 956 field). The system uses data from subfield u of the URL field to construct a hyperlink in this column. The text of the hyperlink is determined as follows:
|
U | |||||||||
Blank | No data in the field denotes that this cell in the column is not used for displaying any new data. Instead, this cell is merged with the one before it, creating a cell twice as large for displaying the data in the cell before it. This is the same as the <TD COLSPAN=2> attribute in HTML. | || | |||||||||
^ (caret symbol) | The caret symbol denotes that this cell in the column is not used for displaying any new data. The cell is not merged with any other cells and displays as empty. | ^ | |||||||||
"label | The text defined after the double-quote mark (") displays in the cell in the column. If the cell contains a hyperlink, this value acts as the display text for the hyperlink. This text overrides the DISPLAY_856 value, if it is set. | "Please see librarian for current issue |
For example:
IR_CENT_HOLD_INST=u|^
IR_CENT_HOLD_INST is optional. If this option is not defined or does not appear in the WWWOPTIONS file, the system uses a default setting of:
IR_CENT_HOLD_INST=u||
IR_CENT_HOLD_INST Fields Must Equal IR_CENT_HOLD_HEADERS Fields, Less One
The number of fields in IR_CENT_HOLD_INST must equal the number of fields in IR_CENT_HOLD_HEADERS less one. If there are too many fields in IR_CENT_HOLD_INST, WebPAC does not display the excess fields. If there are too few fields, WebPAC treats the cell as if it were set with a caret symbol ('^').
IR_CENT_HOLD_INST_VARFLD
This option defines basic column formatting for the institution record-level variable length fields. Set the option with vertical-bar-delimited fields equal to the number of vertical-bar-delimited fields used in the IR_CENT_HOLD_HEADERS Web option, less the first column. For example:
IR_CENT_HOLD_INST_VARFLD=[institution MARC fields]|[data]|[data]|...
The [institution MARC fields] field defines which institution record MARC fields contain the serials holding statements and in which institution record MARC fields to look for the subfields defined in the subsequent fields of this option.
Valid data options, in any order, for the remaining fields are:
Option | Description | Example |
Subfield tags | A list of valid subfield tags from the MARC fields defined in [institution MARC fields]. Subfields cannot be combined with the ^ (caret symbol). If they are, the caret will be ignored. |
evw or f |
Blank | No data in the field, denoting that this cell in the column will not be used for displaying any new data. Instead, this cell will be merged with the one before it, creating a cell twice as large for displaying the data in the cell before it. This is the same as the <TD COLSPAN=2> attribute in HTML. | || |
^ (caret symbol) | Denotes that this cell in the column will not be used for displaying any new data. The cell will not be merged with any other cells and will display as empty. | ^ |
"label | Instead of inserting data from a subfield, the text label defined after the double-quote mark (") will display in the cell in the column. | "Please see librarian for current issue |
For example:
IR_CENT_HOLD_INST_VARFLD=998..|^|^|^
NOTE
The number of fields in IR_CENT_HOLD_INST_VARFLD must equal the number of fields in IR_CENT_HOLD_HEADERS less one. If there are too many fields in IR_CENT_HOLD_INST_VARFLD, WebPAC does not display the excess fields. If there are too few fields, WebPAC treats the cell as if it were set with a caret symbol ('^').
IR_CENT_HOLD_ITEM
This option defines which item data subfields to display and the basic column formatting of that display in the institutional holdings dispaly. Set the option with vertical-bar-delimited elements equal to the number of vertical-bar-delimited elements used in the IR_CENT_HOLD_HEADERS option, less the first column. For example:
IR_CENT_HOLD_ITEM=[data]|[data]|[data]|...
Valid [data] values are listed below. Unless otherwise stated, these values can be used in any order.
Value | Description | Example | ||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Subfield tags | A list of valid subfields from the 949 field of the institution record. Note:
|
evw | ||||||||||||||||||||||||||||||||||||||||||
Special codes | Codes that enable special handling of subfields from the 949 field in the institution record. These codes should not be combined with other data options in the same column (for example, subfield tags or a caret symbol). If any other data options are present in the same column, the system acts on the special code only and ignores any additional options that might be present in that column.
Valid special codes include the following:
|
U | ||||||||||||||||||||||||||||||||||||||||||
Blank | No data in the field, denoting that this cell in the column is not used for displaying any new data. Instead, that cell will be merged with the one before it, creating a cell twice as large for displaying the data in the cell before it. This is the same as the <TD COLSPAN=2> attribute in HTML. | || | ||||||||||||||||||||||||||||||||||||||||||
^ (caret symbol) | Denotes that this cell in the column is not used for displaying any new data. The cell is not merged with any other cells and displays as empty. | ^ | ||||||||||||||||||||||||||||||||||||||||||
"label | Instead of inserting data from a subfield, the text label defined after the double-quote mark (") displays in the cell in the column. | "NON-REQUESTABLE JOURNAL |
For example:
IR_CENT_HOLD_ITEM=E|"Check with Library
If this option is not defined, the system uses a default setting of:
IR_CENT_HOLD_ITEM=C|U|E|F
NOTE
The number of fields in IR_CENT_HOLD_ITEM must equal the number of fields in IR_CENT_HOLD_HEADERS less one. If there are too many fields in IR_CENT_HOLD_ITEM, WebPAC does not display the excess fields. If there are too few fields, WebPAC treats the cell as if it were set with a caret symbol ('^').
IR_CENT_HOLD_LIMITS
This option defines when and how Institutional Holdings appear on the bibliographic display. The format is:
IR_CENT_HOLD_LIMITS=[holdliblimit]|[campuslimit]
Field | Description |
---|---|
[holdliblimit] | This field determines when detailed holdings automatically appear in the bibliographic display. If the number of holding libraries is greater than the value of this field, the WebPAC does not automatically display the detailed holdings table. If this field is set to zero ('0'), then all Detailed Holdings display. |
[campuslimit] | This field determines whether the "campus summary" displays in the bibliographic display. If the number of holding libraries is less than the value of this field, the WebPAC does not display a campus summary in the bibliographic display. If this field is set to zero ('0'), the WebPAC displays a campus summary in the bibliographic display. |
For example, if three libraries have contributed holdings:
IR_CENT_HOLD_LIMITS=0|0
In this example, the system shows the Campus Summary and the Detailed Holdings.
IR_CENT_HOLD_LIMITS=4|2
In this example, the system shows the Detailed Holdings and does not display a Campus Summary.
IR_CENT_HOLD_LIMITS=2|2
In this example, the system does not display the Detailed Holdings and does display a Campus Summary.
IR_CENT_HOLD_LIMITS=4|4
In this example, the system displays the Detailed Holdings and does not display a Campus Summary.
IR_CENT_HOLD_LIMITS=3|3
In this example, the system does not display the Detailed Holdings and does not display any Summary Holdings. This example is an illogical setting and is included for informational purposes only.
IR_CENT_HOLD_ORDER
This option defines which order data subfields to display and the basic column formatting of that display in the institutional holdings display. Set the option with vertical-bar-delimited fields equal to the number of vertical-bar-delimited fields used in the IR_CENT_HOLD_HEADERS option, less the first column. For example:
IR_CENT_HOLD_ORDER=[data]|[data]|[data]|...
Valid [data] values, in any order, are:
Value | Description | Example | ||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Subfield tags | A list of valid subfields from the 948 field of the institution record. Note:
|
ab | ||||||||||||||||||||||||||||||
Special codes | Codes that enable special handling of subfields from the 948 field in the institution record. These codes include the following:
|
F | ||||||||||||||||||||||||||||||
Blank | No data in the field, denoting that this cell in the column is not used for displaying any new data. Instead, this cell is merged with the one before it, creating a cell twice as large for displaying the data in the cell before it. This is the same as the <TD COLSPAN=2> attribute in HTML. | || | ||||||||||||||||||||||||||||||
^ (caret symbol) | Denotes that this cell in the column is not used for displaying any new data. The cell is not merged with any other cells and displays as empty. | ^ | ||||||||||||||||||||||||||||||
"label | Instead of inserting data from a subfield, the text label defined after the double-quote mark (") displays in the cell in the column. | "Please see librarian for current issue |
For example:
IR_CENT_HOLD_ORDER=f|^|^
If this option is not defined, the system uses a default setting of:
IR_CENT_HOLD_ORDER=f
NOTE
The number of fields in IR_CENT_HOLD_ORDER must equal the number of fields in IR_CENT_HOLD_HEADERS less one. If there are too many fields in IR_CENT_HOLD_ORDER, WebPAC does not display the excess fields. If there are too few fields, WebPAC treats the cell as if it were set with a caret symbol ('^').
IR_CENT_HOLD_TABLEPARAM
This option controls the display parameters of the holdings table. The format is:
IR_CENT_HOLD_TABLEPARAM=[attributes]
Where [attributes] are the HTML attributes for the holdings table display. The data entered in this option is inserted between the appropriate <TABLE> and </TABLE> tags. The attributes in this field must be valid <TABLE> attributes.
For example:
IR_CENT_HOLD_TABLEPARAM=BGCOLOR=#ddeeff CELLPADDING=3 CELLSPACING=2 WIDTH=100% BORDER=1
Note that the opening < and closing > brackets are not provided for the attributes in the example above. WebPAC assigns the element contents to a <TABLE> tag.
Using the example above, WebPAC creates a <TABLE BGCOLOR=#ddeeff CELLPADDING=3 CELLSPACING=2 WIDTH=100% BORDER=1> tag.
IR_CENT_INST_TABLEPARAM
This option controls the display parameters of the "sites with holdings" table. The format is:
IR_CENT_INST_TABLEPARAM=[boolean]|[tableparams]
[boolean] | A "true" value (i.e., "TRUE", "true", '1', 'T', 't', 'Y', or 'y') in this element causes the "sites with holdings" table to display. When set to a "false" value (i.e., "FALSE", "false", '0', 'F', 'f', 'N', or 'n') the "sites with holdings" table will never display above the holdings table, even if the table parameters are defined in the second field of this option. If this element is left blank, WebPAC assumes a default value of "false". |
[tableparams] | This element contains HTML attributes controlling the display parameters of the "sites with holdings" table. The data entered in this option is inserted between the appropriate <TABLE> and </TABLE> tags. The attributes in this field must be valid <TABLE> attributes. |
For example:
IR_CENT_INST_TABLEPARAM=T|BGCOLOR=#ddeeff CELLPADDING=3 CELLSPACING=2 WIDTH=100% BORDER=1
Note that the opening < and closing > brackets are not provided for the [tableparams] element in the example above. WebPAC assigns the element contents to a <TABLE> tag.
Using the example above, WebPAC creates a <BGCOLOR=#ddeeff CELLPADDING=3 CELLSPACING=2 WIDTH=100% BORDER=1> tag.
IR_CENT_LOC_[code]
This option allows the location name for items and checkin records in the holdings to display as hyperlinks that take users to a screen providing information about that location. The [code] parameter is the (maximum) five-character Innovative code for the particular location. For example:
IR_CENT_LOC_main=/screens/info_on_main.html
The location code may also contain an asterisk as a wildcard to match multiple locations that include the same pattern. For example:
IR_CENT_LOC_wes*=/screens/wes_locs.html
This example will match the locations wes, wesaa, wesar, and west.
Or:
IR_CENT_LOC_*ref=/screens/ref_locs.html
This example will match the locations ref, wref, mref, and scref.
IR_CENT_NO_HOLDINGS
This option defines the holdings display if there is a 7 field in the bibliographic record for an institution or agency, but there are no associated displayable items, checkins, or orders. The option format is:
IR_CENT_NO_HOLDINGS=[data]|[data]|[data]|...
Valid data options, in any order, are:
Option | Description | Example |
Blank | No data in the field, denoting that this cell in the column will not be used for displaying any new data. Instead, this cell will be merged with the one before it, creating a cell twice as large for displaying the data in the cell before it. This is the same as the <TD COLSPAN=2> attribute in HTML. | || |
^ (caret symbol) | Denotes that this cell in the column will not be used for displaying any new data. The cell will not be merged with any other cells and it will display as empty. | ^ |
"label | Instead of inserting data from a subfield, the text label defined after the double-quote mark (") will display in the cell in the column. | "No local information available |
For example:
IR_CENT_NO_HOLDINGS="No local information available
NOTE
The number of fields in IR_CENT_NO_HOLDINGS must equal the number of fields in IR_CENT_HOLD_HEADERS less one. If there are too many fields in IR_CENT_NO_HOLDINGS, WebPAC does not display the excess fields. If there are too few fields, WebPAC treats the cell as if it were set with a caret symbol ('^').
IR_NOREAUTH[_agency]
When this option is set to a "true" value (any word starting with 't', 'T', 'y', 'Y', or the number '1') on the Central server, the WebPAC allows patrons from a local site to make multiple requests without having to re-authenticate.
If this option is set to a "false" value (any word starting with 'f', 'F', 'n', 'N', or the number '0'), or is not set, the WebPAC does not allow patrons from a local site to make multiple requests without having to re-authenticate.
This option can vary by site code.
IR_NOREAUTH_LOGOFF[_lang]
This option defines the Log Out button for logging off of the INN-Reach Central Server. This option accepts HTML values, defining either the text or an image to use as the link. For example:
IR_NOREAUTH_LOGOFF=<strong>Logout</strong>
or:
IR_NOREAUTH_LOGOFF=<img src="/screens/logout.gif" alt="Logout" border="0" />
If this option is not defined, the system uses the following default:
IR_NOREAUTH_LOGOFF=Log off
This option can vary by language.
IR_NOREAUTH_MSG[_lang]
This option specifies the You are logged in as message the system displays for users logged-in to the INN-Reach Central Server. This option accepts a text value with HTML markup as well as a %s placeholder for the patron name. For example:
IR_NOREAUTH_MSG=You are logged in as <em>%s</em>.
If this option is not defined, the system uses the following default:
IR_NOREAUTH_MSG=You are logged in as %s
This option can vary by language.
IR_PLACEMENT
This option controls where the button to search the INN-Reach system displays in the in the browse display. This option accepts one of three numeric values:
Value | Description |
---|---|
1 | Displays the INN-Reach button as the last button on the right in the navigation row. |
2 | If the RESOURCETABLE Web option is set, the system displays the INN-Reach button as the first element in the list of related resources. If the RESOURCETABLE Web option is not set, the system does not display the INN-Reach button in the browse display unless the display is a phrase search resulting in no hits. In this case the INN-Reach button appears in the browse display along with a Your entry would be here message. |
3 | Displays the INN-Reach button above the pagination tool. |
If this option is not defined, the WebPAC displays the INN-Reach button as the last button on the right in the navigation row.
When this option is set to "0" or "2", the full WebPAC URL is used to determine what search target to put in the Encore URL. Otherwise it uses just the search target.
IR_RENEW_MSG
This option controls the message that displays after a user selects the option to renew an INN-Reach item and the renewal request is pending. For example:
IR_RENEW_MSG=[message text]
If this option is not defined, or does not appear in the WWWOPTIONS file, the default message is:
IR_RENEW_MSG=<FONT SIZE=-1>System is checking<BR>the availability of the item for renewal.<BR>Please check back later to find out<BR>if your renewal was allowed.</FONT>
IRMARCDISP
INN-Reach Central Servers
This option is valid for INN-Reach Central Servers only.
When this option is set to true, WebPAC on INN-Reach Central Servers displays 7-tagged 945 MARC fields in the MARC display of records. The value of this option is:
IRMARCDISP=[true or false]
If this option is set to false or not defined, then WebPAC MARC display on INN-Reach Central Servers will not show 7-tagged 945 MARC fields.
LOCALLINK_TAG
If your organization has acquired the INN-Reach URLs for Locally Held Resources product, this option specifies the MARC tag of the URL field in the institution record that WebPAC displays in the institutional holdings display for INN-Reach Central Servers.
The value is:
LOCALLINK_TAG=[marcfield]
Where [marcfield] is a y-tagged MARC field. For example:
LOCALLINK_TAG=956
This setting uses the y-tagged 956 field to display additional URLs in the institutional holdings list.
If this option is not set, the system does not display additional URLs in the bibliographic or institution records.
URL Display Considerations
- The LOCALLINK_TAG Web option is intended for specifying MARC tags other than the MARC 856 (the standard URL tag). If you decide to set the LOCALLINK_TAG Web option using the 856 MARC tag, contact Innovative.
- The following Web options control the attributes of the hyperlink in the institutional holdings display: DISPLAY_856 and IR_CENT_HOLD_INST
TIMEOUT_IRNOREAUTH
This option defines the timeout for patron authorization for INN-Reach requesting. If the IR_NOREAUTH Web option is set to a "true" value ('1', the characters 'T', 't', 'Y', or 'y', or any word beginning with one of these characters) and a patron validates against the system and makes multiple INN-Reach requests within the timeout period defined in this option, the system does not require additional validation to submit the requests. If the user submits a request after a period of inactivity in excess of the value of this option, the system prompts the user to validate.
This option accepts a numeric value for the timeout, in seconds. For example, to set a timeout for 5 minutes (300 seconds), use the following value:
TIMEOUT_IRNOREAUTH=300
If this option is not defined, the WebPAC uses the following default:
TIMEOUT_IRNOREAUTH=1200