Reserves Options

This document describes the Web options for the Reserves options group. Review these options to determine any necessary setup that your organization might need to perform.

RSRV_FORMAT

When this option is set to a true value (i.e., any word starting with 't', 'T', 'y', 'Y', or the number '1') then the WebPAC offers the format column in the reserves table.

If this option is set to a false value (i.e., any word starting with 'f', 'F', 'n', 'N', or the number '0'), then the WebPAC does not offer the format column in the reserves table.

If this option is not defined, the WebPAC uses the following default setting:

RSRV_FORMAT=true

RSRV_HEADER[_lang]

This option controls the header display for the reserves list. For example:

RSRV_HEADER=Reserves List

This option can vary by language.

RSRV_ITEMTYPE

This option controls the display of the duration for a course reserve. When this option is set to a true value (any word starting with 't', 'T', 'y', 'Y', or the number '1') then the WebPAC offers an Item Type column in the reserves table. This column displays a column showing the label associated with the item type.

If this option is set to a false value (any word starting with 'f', 'F', 'n', 'N', or the number '0'), or is not defined, the system does not display an Item Type column in the reserves table.

TABLEPARAM_RSRV_BIBS[scope]

This option controls the display parameters of the reserves table in the bibliographic display. The data entered in this option is inserted between the <TABLE> and </TABLE> tags. The values for this option must be valid <TABLE> tag attributes. The format of this option is:

TABLEPARAM_RSRV_BIBS=<HTML>

For example:

TABLEPARAM_RSRV_BIBS=cellpadding="2" cellspacing="20" border="20"

This option can vary by scope.