Bookings Confirmation Form

Command link:     none
HTML document:  bookings_confirm.html

This form controls the display of the Bookings Confirmation Form. This form displays the confirmation message of successful self-booking to the patron. If this file exists, the WebPAC uses it rather than the default display. You can see an example of this form in the discussion for Self-booking in WebPAC.

This form uses the following tokens:

Token Function
<!--{toplogo}--> Displays HTML defined in the TOPLOGO Web option. This token does not supply the opening <HTML> and <BODY> tags for this form.
<!--{formbegin}--> This required token is replaced by a formatted opening <FORM> tag. This token must be placed in the custom form before any form-related tokens.
<!--{record_info}--> This optional token is replaced with the brief record information for the record being booked.
<!--{iteminfo}--> This required token is replaced by the item record information for the record being booked.
<!--{ok}--> Replaced by the value of the ICON_OK Web option. Clicking this link will return the user to the bibliographic record display.
<!--{confirm_msg}--> Replaced by the confirmation message text. This message is system-generated and includes the month, day, year, and time (if applicable) of the booking.
<!--{formend}--> This token is replaced by a closing </FORM> tag. This token must be placed in the custom form after all form-related tokens.
<!--{botlogo}--> Displays the HTML defined in the BOTLOGO Web option. Inserts the closing </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:

bookings_confirm_LANG_s#_p#.html

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

For a current example of this form, see the appropriate example set in WebPAC Example Sets and Photoshop Files on CSDirect.