Resource Record Display Form
Command link: none
HTML document: resource_display.html
The resource record display form controls the display of resource records in WebPAC.
| 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 resource variable-length field tag as a valid value (for example, <!--{recordinfo:aef}--> to display the author, description, and public note information) and the following special values:
|
||||
| <!--{ratings}--> | The system replaces this token with the Patron Material Ratings tool. | ||||
| <!--{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. | ||||
| <!--{resourcelink}--> | The system replaces this token with a link to the resource. The URL of the link is the value of the URL field in the resource record. The link text is the value of the first t-tagged field in the record. | ||||
| <!--{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). | ||||
| <!--{license}--> | The system replaces this token with a list of attached license records. | ||||
| <!--{bib}--> | The system replaces this token with a list of attached bibliographic records. | ||||
| <!--{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:
resource_display_LANG_s#_p#.html
| LANG | The language code (spi for Spanish, frc for 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.