Course Record Display Form
Command link: none
HTML document: course_display.html
The course record display form controls the display of course records in WebPAC Pro.
Token | Description | ||||
---|---|---|---|---|---|
<!--{toplogo}--> | The system replaces this token with the value of the TOPLOGO Web option. | ||||
<!--{navrow}--> | The system replaces this token with the value of the navigation row in the record display. | ||||
<!--{searchhistory}--> | The system replaces this token a search history drop-down list. | ||||
<!--{searchtool}--> | The system replaces this token with the search tool. | ||||
<!--{URLS}--> | The system replaces this token with any links from 856, 980, and 982 fields. | ||||
<!--{reslink}--> | The system replaces this token with the button defined by the BUT_RESOURCELINK Web option. | ||||
<!--{pager}--> | The system replaces this token with the pagination tool. | ||||
<!--{recordinfo:[list of varfield tags]}--> | The system replaces this token with information from variable-length fields specified in the [list of varfield tags] element of this token. The [list of varfield tags] element accepts any course record variable-length field tag as a valid value (e.g., <!--{recordinfo:rp}--> to display the course name and professor) as well as the following special value:
|
||||
<!--{ifhasresourcetable}--> | The system uses this token to check if there are any resources to display for this record. If so, the system will interpret the <!--{resourcetable}--> token. | ||||
<!--{resourcetable}--> | The system replaces this token with a list of resources to display for this record. | ||||
<!--{xif}--> | Closes the <!--{ifhasresourcetable}--> logic. | ||||
<!--{materials}--> | The system replaces this token with any materials associated with this course record. | ||||
<!--{botlogo}--> | The system replaces this token with the value of the BOTLOGO Web option. |
You can create separate custom forms for each combination of language, scope, and patron type by using the following naming convention:
course_display_LANG_s#_p#.html
LANG | The language code (spi for Spanish, frc for French, etc.). |
s# | The number of the scope (s1, s2, s3, etc.). |
p# | The patron type or PTYPE (p0 or p243, etc.). |
For a current example of this form, see the appropriate example set in WebPAC Example Sets and Photoshop Files on CSDirect.