Program Record Display Form
Command link: none
HTML document: program_display.html
The program record display form controls the display of program 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 with a search history drop-down list. | ||||
<!--{searchtool}--> | The system replaces this token with the search tool. | ||||
<!--{relsearch}--> | The system replaces this token with the Related Searches link. | ||||
<!--{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 program record variable-length field tag as a valid value (for example, <!--{recordinfo:ndx}--> to display the program name, description, and public note) and the following special value:
|
||||
<!--{section}--> | The system replaces this token with a table displaying the sections associated with the program. The PROGRAM_SECTION_FIELDS Web option defines the fields from the section record that display in the table. The TABLEPARAM_PROG_SECTIONS Web option defines the display properties of the section table. | ||||
<!--{recordlink}--> | The system replaces this token with the value of the ICON_RECORDLINK Web option. Clicking this link takes the user to the permanent record link. | ||||
<!--{media}--> | The system replaces this token with the material type defined in the MEDIA Web option or, if it is defined, by the IMAGE_MATTYPEx image associated with that material type. If no material type is set in the MEDIA Web option, the system replaces this token with a (non-breaking space). | ||||
<!--{materials}--> | The system replaces this token with any materials associated with this program 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 using the following naming convention:
program_display_LANG_s#_p#.html
LANG | The language code (spi for Spanish, frc for Canadian French, and so on). |
s# | The number of the scope (s1, s2, s3, and so on). |
p# | The patron type or PTYPE (p0 or p243, and so on). |
For a current example of this form, see the appropriate example set in WebPAC Example Sets and Photoshop Files on CSDirect.