Volume Selection Form

Command link:     None
HTML document:  volume_select.html

This form controls the display of the volume selection screen for single volume hold requests. If this form exists, the system uses this form rather than the default display whenever users request single volumes. The valid tokens for this custom form are:

Token Description
<!--{toplogo}--> The system replaces this token with the <HTML> and <BODY> tags that begin an HTML page and the value of the TOPLOGO Web option. This must be the first line in the file.
<!--{startover}--> The system replaces this token with a Start Over button that points to the URL in the PSTARTOVER Web option. The button image is defined by the ICON_BUT_STARTOVER Web option.
<!--{returntocatalog}--> The system replaces this token with a Return to Catalog button. Clicking this link returns the user to the previous catalog page. The image for this link is defined by the ICON_BUT_RET2CAT Web option.
<!--{request_instruction}--> The system replaces this token with the following system-generated text string:

Choose a Volume from the list below

To offer a different instruction message, replace this token with the desired text.
<!--{volumelist}--> The system replaces this token with the list of volume records attached to the bibliographic record.
<!--{botlogo}--> The system replaces this token with the value of the BOTLOGO Web option. Does not insert the </BODY> and </HTML> tags that finish an HTML page.

You can create separate custom forms for each combination of language, scope, and patron type by using the following naming convention:

volume_select_LANG_s#_p#.html

LANG The language code (spi for Spanish, frc for French).
s# The number of the scope (s1, s2, s3).
p# The patron type or P TYPE (p0 or p243).