Book Cart Form

Command link:     None
HTML document:  viewsaves_web.html

This form controls the appearance of the book cart form. If this form exists, the WebPAC uses this form rather than the default display. The following are valid tokens and required HTML tags:

<html> This HTML tag is required. The system does not include the <html> tag when replacing the <!--{toplogo}--> token.
<body> This HTML tag is required. The system does not include the <body> tag when replacing the <!--{toplogo}--> token.
<!--{toplogo}--> The system replaces this token with the value of the TOPLOGO Web option. The system does not include the <html> and <body> tags when replacing the <!--{toplogo}--> token.
<!--{prevscreen}--> The system replaces this token with a Previous Screen button. The button image is defined in the BUT_PREVSCRN Web option.
<!--{msg}--> The system replaces this token with any system-generated messages, including error messages.
<!--{clearmarked}--> The system replaces this token with a Clear Saved Records button. Clicking this button removes all records in the Book Cart. The button image is defined in the BUT_CLEAR_MARKED Web option.
<!--{startover}--> The system replaces this token with a Start Over button, which goes to the URL in the PSTARTOVER Web option. The button image is defined in the BUT_STARTOVER Web option.
<!--{ifexport}--> If this token is present and your system uses the Export Marked Records function, the system interprets tokens and markup between this token and its closing <--{xif}--> token.
<!--{export}--> The system replaces this token with the Export Marked Records button. The button image is defined in the BUT_EXPORT_MULTI Web option.
<!--{xif}--> Closes the <!--{ifexport}--> block.
<!--{ifrequestmulti}--> If this token is present and the REQUEST_MULTI Web option is set to use Batch Requesting, the system interprets tokens and markup between this token and its closing <--{xif}--> token.
<!--{requestmulti}--> The system replaces this token with the Request Marked Records button. The button image is defined in the BUT_REQUEST_MULTI option.
<!--{xif}--> Closes the <!--{ifrequestmulti}--> block.
<!--{ifmylists}--> If this token is present and the MY_LISTS Web option is set to "true", the system interprets tokens between this token and its corresponding <!--{xif}--> token.
<!--{mylists}--> The system replaces this token with the value of the ICON_MYLISTS_SAVE Web option.
<!--{xif}--> Closes the <!--{ifmylists}--> block.
<!--{savedlist}--> The system replaces this token with a display of saved records.
<!--{botlogo}--> The system replaces this token with the HTML defined in the BOTLOGO Web option. Does not insert the </body> and </html> tags that finish an HTML page.
</body> This HTML tag is required. The system does not include the </body> tag when replacing the <!--{botlogo}--> token.
</html> This HTML tag is required. The system does not include the </html> tag when replacing the <!--{botlogo}--> token.

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

viewsaves_web_LANG_s#_p#.html

LANG The language code (e.g., spa for Spanish, fre 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.