Record browse pages display when multiple results are retrieved from a keyword search (rather than a direct hit), or when a phrase search returns a set of records that are under the same heading. The record browse display is a system generated page, which is controlled by briefcit.html, a file in the screens directory:
briefcit.html is the file that controls the Record Browse display in the WebPAC.
This file utilizes a number of tokens , such as <!--{linkfieldspec:Vbt245ab}--> and <!--{request}-->.
The <!--{request}--> token inserts a link next to each item that allows the user to request (place a hold) on that item.
The <!--{linkfieldspec:Vbt245ab}--> token controls which fields display as an HTML hyperlink to the full record display. In this example, the variable field(*V *), from the Bibliographic record(*b *) that will display as a hyperlink is the MARC field 245, specifically the sub-fields a and b(*245ab*).
|