Featured Lists Options

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

BUT_PREVSCRN

This option defines the graphic image to use for the Return to Previous Screen graphic button. For example:

BUT_PREVSCRN=/screens/prevscrn.gif

BUT_RET2FEAT

This option defines the graphic image to use for the Return to Featured Lists graphic button. For example:

BUT_RET2FEAT=/screens/ret2feat.gif

FEATURED_LIST[_lang]

This option specifies the review files to include in the Featured Lists page and optionally the display options for the Featured Lists page. The format is:

FEATURED_LIST=[list]|[table_header]|[revfile_header]|[#recs_header]

Element Description
[list] This value is a comma-separated list specifying the review files to offer in the "Featured Lists" page. The system displays review files in the order in which they are listed. To include a file in the "Featured Lists" page add its number as it appears in the Create LISTS of records function. Precede numbers less than 10 with a zero, e.g., 01.
If there is only one review file specified, the system uses the list of records in that review file and does not offer the Featured Lists page.
Supported Record Types

Featured Lists supports review files of bibliographic or item records. Featured lists does not support other record types from review files.

[table_header] This value is the header displayed at the top of the table in the "Featured Lists" page. The default header is Featured Lists.
[revfile_header] This value is the header for the column that contains the names of the review files on the "Featured Lists" page. The default header is NAME.
[#recs_header] This value is the header for the column that contains the number of records in each review file. The default header is CUR RECS.

For example:

FEATURED_LIST=01,03,12,17
FEATURED_LIST=01,03,12,17|SELECTED TITLES|TOPIC|# TITLES

This option can vary by language.

ICON_BUT_PREVSCRN[scope][_lang]

This option defines the graphic image to use for the Return to Previous Screen link for featured lists. This option accepts an HTML value to define either the text or an image to use as the link. If an image is defined, it can be either as a relative or an absolute URL. For example:

ICON_BUT_PREVSCRN=<img src="/screens/prevscrn.gif" alt="Previous Screen" border="0" />

or

ICON_BUT_PREVSCRN=<strong>"Previous Screen</strong>

If this option is not defined, the system uses the value of the BUT_PREVSCRN option. If neither option is defined, the system uses the following default:

ICON_BUT_PREVSCRN=Return to Previous Screen

This option can vary by scope and language.

ICON_BUT_RET2FEAT[scope][_lang]

This option defines the graphic image to use for the Return to Featured Lists link. This option accepts an HTML value to define either the text or an image to use as the link. If an image is defined, it can be either as a relative or an absolute URL. For example:

ICON_BUT_RET2FEAT=<img src="/screens/ret2feat.gif" alt="Featured Lists" border="0" />

or

ICON_BUT_RET2FEAT=<strong>"Return to Featured Lists</strong>

If this option is not defined, the system uses the value of the BUT_RET2FEAT option. If neither option is defined, the system uses the following default:

ICON_BUT_RET2FEAT=Return to Featured Lists

This option can vary by scope and language.