Text Class Templates & Processing Instructions

 

Text Class Templates

The table below gives a brief description of all templates included in the Text Class distribution. As a companion, you may also want to view the list of processing instructions also supported in text class.

accessoptions.tpl Used for error handling related to access restrictions for a collection.
accesspolicy.tpl Informational page included in the UMDL Texts portal site.
bbagbooleansearchform.chnk Supplies the form HTML for boolean searching within contents of book bag. Works with bbagsearch.tpl; together replacing booleanbbag.tpl
bbagemail.tpl Displays a form for emailing the contents of the book bag. The form contains only one input box for an email address.
bbaglist.tpl Displays current contents of the book bag.
bbagproximitysearchform.chnk Supplies the form HTML for proximity searching within contents of book bag. Works with bbagsearch.tpl; together replacing proximitybbag.tpl
bbagsearch.tpl Container HTML for all forms providing searches within book bag.
bbagsimplesearchform.chnk Supplies the form HTML for basic searching within contents of book bag. Works with bbagsearch.tpl; together replacing simplebbag.tpl
bibsearchform.chnk Supplies the form HTML for bibliographic searching within [a] specified collection[s]. Works with search.tpl; together replacing bib.tpl and bibext.tpl
booleansearchform.chnk Supplies the form HTML for Boolean searching within [a] specified collection[s]. Works with search.tpl; together replacing boolean.tpl and booleanext.tpl
browse_template.tpl Generic browse template.
browsecolls.tpl Used to display lists of collections, grouped by collection groups.
footer.chnk Sub-template that provides footer information for pages displaying lists.
footernolist.chnk Sub-template that provides footer information for pages not displaying lists.
header.tpl Displays bibliographic header and table of contents.
home.tpl Home page template for links to home after sessions have been established.
jsheader.chnk Container for all Javascript code required for navigation menus.
navheader.chnk Container for all navigation/header HTML, inserted in all template pages.
newmaterial.tpl Informational page included in the UMDL Texts portal site.
note.tpl Displays contents of a note within a designated target window.
pageviewer.frameset.tpl Draws the frameset for displaying documents as page-facsimile-images.
pageviewer.main.tpl Main frame of pageviewer.frameset containing the current page image.
pageviewer.nav.tpl Top frame of pageviewer.frameset containing site header cells
pageviewer.pagenav.tpl Middle frame of pageviewer.frameset, containing navigation bar and document navigation elements.
picklist.tpl For incidences where an id reference to a document may be incomplete, producing a list of documents with ids that contain the id reference. The template generates a list of possible documents as a linked list. Replaces both pageviewer.picklist.tpl and text.picklist.tpl
proximitysearchform.chnk Supplies the form HTML for proximity searching within [a] specified collection[s]. Works with search.tpl; together replacing proximity.tpl and proximityext.tpl
reslist.tpl Displays results for searches against one or more collections.
search.tpl Container HTML for all forms providing searches for collection[s].
searchhistory.tpl Displays a search history for the current session as a table, containing, in one table, the successfully submitted queries as links for resubmission.
simplesearchform.chnk Supplies the form HTML for basic searching within [a] specified collection[s]. Works with search.tpl; together replacing simple.tpl and simpleext.tpl
text.tpl Displays any requested portion of a fully encoded text.
viewtextnote.tpl Displays a warning note when the "view entire text" link is selected from a bibliographic header page.
ww-full.tpl Container HTML for the word index form after a word index has been started. References components ww-fullnewsearchform.chnk and ww-fullscrollform.chnk
ww-fullnewsearchform.chnk Provides the form HTML for a new word wheel search option in a current word wheel form. Referenced from ww-full.tpl
ww-fullscrollform.chnk Provides the HTML content for the full word wheel scroll list to ww-full.tpl
ww-start.tpl Word index initial form. displays an input box or linked index for entering a word index.

Text Class Processing Instructions

The following table includes descriptions of all the processing instructions that appear in TextClass templates, as well as links to descriptions of the relevant template files in which they appear.

PI tag Optional parameters Associated templates Description
<?AMT2_SELECT> class="[value]" bbagproximitysearchform.chnk
proximitysearchform.chnk
Returns a <SELECT> element containing proximity scope values to assign to proximity match queries (e.g., 20,40, characters)
<?AMT3_SELECT> class="[value]" bbagproximitysearchform.chnk
proximitysearchform.chnk
Returns a <SELECT> element containing proximity scope values to assign to proximity match queries (e.g., 20,40, characters)
<?BBPROX_NAV> bbaglist.tpl Used to filter in/out links to proximity searches within bookbag items.
<?BBAG_BOOLEAN_SEARCH_LINK> bbagemail.tpl
bbaglist.tpl
bbagproximitysearchform.chnk
bbagsimplesearchform.chnk
Provides the HREF URL for the "Boolean" search within book bag link.
<?BBAG_PROXIMITY_SEARCH_LINK> bbagemail.tpl
bbaglist.tpl
bbagbooleansearchform.chnk
bbagsimplesearchform.chnk
Provides the HREF URL for the "proximity" search within book bag link.
<?BBAG_SIMPLE_SEARCH_LINK> bbagemail.tpl
bbaglist.tpl
bbagbooleansearchform.chnk
bbagsimplesearchform.chnk
Provides the HREF URL for the "simple" search within book bag link.
<?BIB_SEARCH_LINK> bbaglist.tpl
pageviewer.pagenav.tpl
navheader.chnk
Provides the HREF URL for the "citation" search form link in the main or footer navigation bar.
<?BOOKBAG_ADD_REMOVE_ITEM> header.tpl Used to insert a full link from a bibliographic header page for adding the current item to the book bag.
<?BOOKBAG_DOWNLOAD> bbagemail.tpl
bbaglist.tpl
Used to insert a button to download book bag contents.
<?BOOKBAG_EMAIL> bbaglist.tpl Used to insert a button to email book bag contents.
<?BOOKBAG_EMPTY> bbagemail.tpl
bbaglist.tpl
Used to insert a button for removing all book bag contents.
<?BOOKBAG_ITEMS> bbagemail.tpl
bbaglist.tpl
pageviewer.nav.tpl
navheader.chnk
Used to insert the book bag items count in the current page.
<?BOOKBAG_LINK> pageviewer.nav.tpl
navheader.chnk
Provides the HREF URL for the "view bookbag" link in a page.
<?BOOKBAG_RESULTS> bbaglist.tpl Used to insert all current book bag items within table <TR> and <TD> tags.
<?BOOLEAN_SEARCH_LINK> bbaglist.tpl
pageviewer.pagenav.tpl
bibsearchform.chnk
navheader.chnk
Provides the HREF URL for the "boolean" search form link in the main or footer navigation bar.
<?BOOLEAN_SEARCH_WITHIN_LINK> header.tpl Provides the HREF attribute value for the "boolean" search within this item link.
<?BROWSE_GROUPS_LINK> search.tpl Provides the HREF value for a link back to the browse groups page from the search.tpl
page.
<?CHUNK> filename="[value]" bbagsearch.tpl
browsecolls.tpl
header.tpl
pageviewer.pagenav.tpl
picklist.tpl
reslist.tpl
search.tpl
searchhistory.tpl
text.tpl
ww-full.tpl
ww-start.tpl
Resolves to a chunk file specified in the filename attribute
<?CITE1_INPUT> class="[value]" size="[value]" booleansearchform.chnk
proximitysearchform.chnk
simplesearchform.chnk
Returns a form <INPUT> type=text element named cite1, for a citation field restriction in simple, boolean, or proximity search forms.
<?CITE1_RESTRICT_SELECT> class="[value]" booleansearchform.chnk
proximitysearchform.chnk
simplesearchform.chnk
Returns a form <SELECT> element named cite1restrict, for designating the field to apply cite1 in simple, boolean, or proximity search forms.
<?CITE2_INPUT> class="[value]" size="[value]" booleansearchform.chnk
proximitysearchform.chnk
simplesearchform.chnk
Returns a form <INPUT> type=text element named cite2, for a citation field restriction in simple, boolean, or proximity search forms.
<?CITE2_RESTRICT_SELECT> class="[value]" booleansearchform.chnk
proximitysearchform.chnk
simplesearchform.chnk
Returns a form <SELECT> element named cite2restrict, for designating the field to apply cite2 in simple, boolean, or proximity search forms.
<?COLL_LIST_WITH_CHECKBOXES> search.tpl On multiple collection search forms, used to insert the table of available collections with check boxes for selecting or deselecting.
<?COLL_SPECIFIC_CONTENT > id="navbarbrowselink" cginame="[value]" pageviewer.pagenav.tpl
bbagsearch.tpl
Provides the HREF URL for a collection specific (e.g., browse) navigation link in main nav bar or footer nav bar.
<?CONTACT> type="[ link | text ]" bbagsearch.tpl
browsecolls.tpl
header.tpl
reslist.tpl
search.tpl
searchhistory.tpl
text.tpl
ww-full.tpl
ww-start.tpl
If type="text" returns the text contact of the contact link
If type="link" provides the HREF value for the link
<?CSS_PATH> filename="[value]"

accesspolicy.tpl
bbagemail.tpl
bbaglist.tpl
bbagsearch.tpl
booleanbbag.tpl
browsecolls.tpl
browse_template.tpl
header.tpl
home.tpl
newmaterial.tpl
note.tpl
pageviewer.main.tpl
pageviewer.nav.tpl
pageviewer.pagenav.tpl
picklist.tpl
reslist.tpl
searchhistory.tpl
search.tpl
text.tpl
viewtextnote.tpl
ww-full.tpl
ww-start.tpl

Invoking the fallback mechanism, resolves to an appropriate path to a named css file.
<?DOC_ROOT> accesspolicy.tpl
bbagemail.tpl
bbaglist.tpl
bbagsearch.tpl
browsecolls.tpl
header.tpl
home.tpl
newmaterial.tpl
note.tpl
pageviewer.main.tpl
pageviewer.nav.tpl
pageviewer.pagenav.tpl
picklist.tpl
reslist.tpl
search.tpl
searchhistory.tpl
text.tpl
viewtextnote.tpl
ww-full.tpl
ww-start.tpl
Used to insert the appropriate root path for the collection accessing the template for relative file reference.
<?FIGURES> pageviewer.main.tpl Returns HTML containing thumbnails with links to continuous tone images associated with bi-tonal page facsimile page images.
<?GENDER_SEARCH_SELECT> class="[filename]" bbagbooleansearchform.chnk

bbagproximitysearchform.chnk
bbagsimplesearchform.chnk
booleansearchform.chnk
proximitysearchform.chnk
simplesearchform.chnk
Returns a form <SELECT> element named singlegender for designating a gender value for collections allowing gender restrictions in searches.
<?GENRE_SEARCH_SELECT> class="[filename]" bbagbooleansearchform.chnk
bbagproximitysearchform.chnk
bbagsimplesearchform.chnk
booleanbbag.tpl
booleansearchform.chnk
proximitysearchform.chnk
simplebbag.tpl
simplesearchform.chnk
Returns a form <SELECT> element named singlegenre for designating a genre value for collections allowing genre restrictions in searches
<?INCLUDE_BBAG_PROXIMITY_SEARCH_LINK> bbagbooleansearchform.chnk
bbagemail.tpl
bbagsimplesearchform.chnk
bbagemail.tpl
<?GO_TO_XCOLL> bbagsimplesearchform.chnk Provides the HREF URL for the "multiple collection search" link in a page.
<?GOTO_GIF> pageviewer.pagenav.tpl Returns HTML for referenceing the bitmapped text label in pageviewerpagenav.tpl
<?GRAPHICS_PATH> filename="[value]" accesspolicy.tpl
home.tpl
newmaterial.tpl
browsecolls.tpl
header.tpl
reslist.tpl
searchhistory.tpl
text.tpl
pageviewer.pagenav.tpl
Used to insert the appropriate path and filename for a graphics file.
<?GROUP_IN_FOCUS_NAME> search.tpl Returns the name of the currently selected group that is being searched for the search.tpl
page.
<?GROUPS_COLLS_LIST> browsecolls.tpl Returns the list of available group names as links with associated collection names on the browse collections page.
<?GROUPS_SELECTION_NAV> search.tpl Used to filter in/out HTML for the groups selection menu in the search.tpl
page.
<?GUIDE_FRAME> reslist.tpl Used to filter out HTML markup for the per-collection results summary from the results page when only one collection has been searched.
<?GUIDE_RESULTS_LINKS> reslist.tpl That portion of the per-collection results summary code that inserts links for viewing results detail for each collection.
<?HEADER> header.tpl Used to insert bibliographic information on a particular book within table <TR> and <TD> tags.
<?HEADER_TOC> header.tpl Used to insert a linked table of contents from a book header display to the text display.
<?HEADER_TOC_LABEL> header.tpl
<?HELP_LINK> bbaglist.tpl
pageviewer.pagenav.tpl
navheader.chnk
simplesearchform.chnk
Provides the HREF URL for the "help" link in the main or footer navigation bar.
<?HIDDEN_BOOKBAG> search.tpl
full.tpl
start.tpl
bbagbooleansearchform.chnk
bbagproximitysearchform.chnk
bbagsimplesearchform.chnk
<?HIDDEN_CHECKED_ITEMS> fullscrollform.chnk Used to insert one or more hidden INPUT elements into a word index form to retain values checked in the index in previous pages.
<?HIDDEN_DEBUG> search.tpl
full.tpl
start.tpl
<?HIDDEN_G> pageviewer.pagenav.tpl
search.tpl
full.tpl
start.tpl
bbagbooleansearchform.chnk
bbagproximitysearchform.chnk
bbagsimplesearchform.chnk
fullnewsearchform.chnk
fullscrollform.chnk
Returns a hidden form variable indicating the current group.
<?HIDDEN_IDNO> pageviewer.pagenav.tpl
search.tpl
full.tpl
start.tpl
Returns a hidden form variable indicating current item id number.
<?HIDDEN_REQUESTED_CHARTYPE> fullnewsearchform.chnk
fullscrollform.chnk
<?HIDDEN_REQUESTED_COLLECTIONS> pageviewer.pagenav.tpl
search.tpl
full.tpl
start.tpl
bbagbooleansearchform.chnk
bbagproximitysearchform.chnk
bbagsimplesearchform.chnk
Used to insert a hidden INPUT element into a search form storing the currently selected collection[s].
<?HIDDEN_REQUESTED_REALM> fullnewsearchform.chnk
fullscrollform.chnk
Used to insert a hidden INPUT element in a word index form to indicate the search region for the index terms.
<?HIDDEN_REQUESTED_TOPBOTTOM> fullscrollform.chnk Used to insert hidden INPUT elements in a word index form to indicate the top and bottom terms in the current slice of the word index.
<?HIDDEN_SID> pageviewer.pagenav.tpl
search.tpl
full.tpl
start.tpl
bbagbooleansearchform.chnk
bbagproximitysearchform.chnk
bbagsimplesearchform.chnk
fullnewsearchform.chnk
fullscrollform.chnk
Used to insert hidden INPUT form elements indicating the current session id.
<?HIDDEN_SORT_VARS> reslist.tpl
<?HIDDEN_VARS> bbagemail.tpl
<?HIDDEN_XC> pageviewer.pagenav.tpl
search.tpl
full.tpl
start.tpl
bbagbooleansearchform.chnk
bbagproximitysearchform.chnk
bbagsimplesearchform.chnk
fullnewsearchform.chnk
fullscrollform.chnk
<?HIDDEN_XG> search.tpl
full.tpl
start.tpl
bbagbooleansearchform.chnk
bbagproximitysearchform.chnk
bbagsimplesearchform.chnk
<?HOME_LINK> accesspolicy.tpl
newmaterial.tpl
pageviewer.nav.tpl
pageviewer.pagenav.tpl
navheader.chnk
Returns the HREF value for a link going to the collection/group home.
<?INCLUDE_BBAG_PROXIMITY_SEARCH_LINK> bbagbooleansearchform.chnk
bbagemail.tpl bbagsimplesearchform.chnk
Used to filter in/out HTML markup for a link to a form for performing proximity searches on bookbag contents.
<?INCLUDE_BOOKBAG_LINK> navheader.chnk Used to filter in/out HTML markup for a link to the "view bookbag" link.
<?INCLUDE_BOOKBAG_SEARCH_LINKS> bbagemail.tpl
bbaglist.tpl
Used to insert or exclude HTML markup for optional search links on book bag contents and/or email forms.
<?INCLUDE_COLL_LIST_WITH_CHECKBOXES> search.tpl
full.tpl
start.tpl
Used in search.tpl
to filter in/out HTML markup containing the current colletions for the selected group.
<?INCLUDE_COLL_SPECIFIC_CONTENT> id="[value]" bbagsearch.tpl
pageviewer.pagenav.tpl
Used to include or exclude navigation link code for features that are available only for certain collections.
<?INCLUDE_DETAIL_DISPLAY_ITEMS> reslist.tpl
<?INCLUDE_GO_TO_XCOLL> pageviewer.nav.tpl
navheader.chnk
<?INCLUDE_GROUPS_SELECTION_NAV> search.tpl
full.tpl
start.tpl
<?INCLUDE_LINK_TO_POD> header.tpl
pageviewer.pagenav.tpl
Used to include or exclude HTML markup for a button referenceing a form for ordering print on demand services.
<?INCLUDE_PROXIMITY_SEARCH_LINK> bibsearchform.chnk
booleansearchform.chnk
simplesearchform.chnk
Used to filter in/out HTML markup for a link to a form for performing proximity searches within currently selected collection[s].
<?INCLUDE_PROXIMITY_SEARCH_WITHIN_LINK> header.tpl Used to filter in/out HTML markup for a link to a form for performing proximity searches within the current item.
<?INCLUDE_NON_RESTRICTED_SEARCH_LINKS> booleansearchform.chnk
proximitysearchform.chnk
simplesearchform.chnk
<?INCLUDE_RETURN_TO_RESULTS> header.tpl
pageviewer.pagenav.tpl
reslist.tpl
text.tpl
Returns a link to the current results list from a header, text, or pageviewer display.
<?INCLUDE_SEARCH_TAB> pageviewer.pagenav.tpl
navheader.chnk
Used to filter in/out HTML markup for the "Search" navigation tab.
<?INCLUDE_SHORT_DISPLAY_ITEMS> reslist.tpl
<?INCLUDE_SIZE_SELECT> pageviewer.pagenav.tpl Used to include or exclude HTML code for a page size menu in pageviewer
<?JS_PATH> filename="[value]" pageviewer.main.tpl
bbagsearch.tpl
browsecolls.tpl
header.tpl
search.tpl
searchhistory.tpl
full.tpl
start.tpl
note.tpl
picklist.tpl
text.tpl
Returns the correct path to collection specific or class default javascript file.
<?JS_REGION_ARRAYS> search.tpl Used in multiple search forms to provide Javascript code for implementing the collection selecting functionality.
<?JUMP_TO_RESULTS_LABEL> header.tpl
<?LINK_TO_POD> header.tpl
pageviewer.pagenav.tpl
Returns a link referenceing a form for ordering print on demand services.
<?MAIN_FRAME_SRC> pageviewerframeset.tpl Provides the SRC URL for the page content frame in the pageviewer frameset.
<?NAV_FRAME_SRC> pageviewerframeset.tpl Provides the SRC URL for the navigation frame in the pageviewer frameset.
<?NAV_TAB_STYLE_OVERRIDES> bbagsearch.tpl
browsecolls.tpl
pageviewer.nav.tpl
picklist.tpl
reslist.tpl
search.tpl
searchhistory.tpl
text.tpl
full.tpl
start.tpl
Returns a <LINK> element with path to a stylesheet containing appropriate style declarations for the current navigation context (i.e., which tab is highlighted?).
<?NUMBER_OF_COLLECTIONS> home.tpl Previously used in search forms to indicate the number of collections currently being searched.
<?OP2_SELECT> class="[value]" bbagbooleansearchform.chnk
bbagproximitysearchform.chnk
bibsearchform.chnk
booleansearchform.chnk
proximitysearchform.chnk
Returns a form <SELECT> element named op2, for designating the boolean operator value between input values q1 and q2.
<?OP3_SELECT> class="[value]" bbagbooleansearchform.chnk
bbagproximitysearchform.chnk
bibsearchform.chnk
booleansearchform.chnk
proximitysearchform.chnk
Returns a form <SELECT> element named op3, for designating the boolean operator value between input values q2 and q3.
<?ORG_INFO> type="[value]" bbagsearch.tpl
<?PAGE_IMAGE_OR_TEXT> pageviewer.main.tpl Returns source for the content of the current page in pageviewer, whether it be raw text or a facsimile page image.
<?PAGE_NAV_FRAME_SRC> pageviewerframeset.tpl Provides the SRC URL for the document navigation frame in the pageviewer frameset.
<?PAGE_SELECT> onchange="[value]" pageviewer.pagenav.tpl Used to insert the select menu for jumping to a page in the current book in pageviewer
<?PAGETYPE> search.tpl Returns text indicating the current search type.
<?PERIOD_SEARCH_SELECT> class="[value]" bbagbooleansearchform.chnk
bbagproximitysearchform.chnk
bbagsimplesearchform.chnk
booleansearchform.chnk
proximitysearchform.chnk
simplesearchform.chnk
Returns a form <SELECT> element named singleperiod for designating a period value for collections allowing period restrictions in searches.
<?PICKLIST> picklist.tpl Used to insert a linked list of possible titles to select for viewing in pageviewer or text display.
<?PREV_NEXT_ITEM_LINKS> reslist.tpl Used to insert HREF URL code for the previous and next item when displaying results details for a particular item.
<?PROX_NAV> navheader.chnk
pageviewer.pagenav.tpl
Used to filter in/out HTML markup for a link in the main nav menu to the proximity search form.
<?PROXIMITY_SEARCH_LINK> bbaglist.tpl
pageviewer.pagenav.tpl
bibsearchform.chnk
navheader.chnk
Returns the HREF value for a link to the proximity search form
<?PROXIMITY_SEARCH_WITHIN_LINK> header.tpl Provides the HREF attribute value for the "proximity" search within this item link.
<?PUB_BETWEEN_SEARCH_SELECT> class="[value]" bbagbooleansearchform.chnk
bbagproximitysearchform.chnk
bbagsimplesearchform.chnk
booleansearchform.chnk
proximitysearchform.chnk
simplesearchform.chnk
Returns a pair of form <SELECT> elements named firstpubl1 and firstpubl2 for designating a date range value for collections allowing date range restrictions in searches.
<?Q1_INPUT> size="[value]" class="[value]" bbagbooleansearchform.chnk
bbagproximitysearchform.chnk
bbagsimplesearchform.chnk
bibsearchform.chnk
booleansearchform.chnk
proximitysearchform.chnk
simplesearchform.chnk
fullform.chnk
fullnewsearchform.chnk
start.tpl
Used to insert an INPUT box, q1, into a search form for the first query term.
<?Q2_INPUT> size="[value]" class="[value]" bbagbooleansearchform.chnk
bbagproximitysearchform.chnk
bbagsimplesearchform.chnk
bibsearchform.chnk
booleansearchform.chnk
proximitysearchform.chnk
simplesearchform.chnk
fullform.chnk
fullnewsearchform.chnk
start.tpl
Used to insert an INPUT box, q2, into a search form for the second query term.
<?Q3_INPUT> size="[value]" class="[value]" bbagbooleansearchform.chnk
bbagproximitysearchform.chnk
bbagsimplesearchform.chnk
bibsearchform.chnk
booleansearchform.chnk
proximitysearchform.chnk
simplesearchform.chnk
fullform.chnk
fullnewsearchform.chnk
start.tpl
Used to insert an INPUT box, q3, into a search form for the third query term.
<?RE_AUTH_LINK> home.tpl
pageviewer.nav.tpl
navheader.chnk
Provides the HREF URL for the "Authorized user login" link from any page.
<?REFINE_SEARCH_LINK> reslist.tpl Returns a link to a results display to return to a search form to refine the search.
<?REGION1_SEARCH_SELECT> class="[value]" bibsearchform.chnk Returns a form <SELECT> element named reg1 for designating the field to apply q1 to in bibliographic searches
<?REGION2_SEARCH_SELECT> class="[value]" bibsearchform.chnk Returns a form <SELECT> element named reg2 for designating the field to apply q2 to in bibliographic searches
<?REGION3_SEARCH_SELECT> class="[value]" bibsearchform.chnk Returns a form <SELECT> element named reg3 for designating the field to apply q3 to in bibliographic searches
<?RESULTS> reslist.tpl Inserts detailed results listings within table <TR> and <TD> tags
<?RETURN_TO_RESULTS> pageviewer.nav.tpl
reslist.tpl
Used to insert an HTML link back to results listings from the pageviewer
<?SCOPEDNOTE> note.tpl Used to insert the content of a linked note in a target window.
<?SCOPEDNOTE_EXTRA_CONTENT> note.tpl ?
<?SCRIPT_NAME> cginame="[value]" pageviewer.pagenav.tpl
accesspolicy.tpl
bbagemail.tpl
bbaglist.tpl
home.tpl
newmaterial.tpl
reslist.tpl
search.tpl
start.tpl
Used to insert a relevant script name into a collection-specific URL path.
<?SEARCH_COLLID> reslist.tpl Returns the collection name currently being search to a search summary display atop the results list.
<?SEARCH_HISTORY_LINK> bbaglist.tpl
pageviewer.pagenav.tpl
bibsearchform.chnk
booleansearchform.chnk
navheader.chnk
proximitysearchform.chnk
simplesearchform.chnk
<?SEARCH_HISTORY_TABLE> searchhistory.tpl Provides the HREF URL for the "history" page link in the main or footer navigation bar.
<?SEARCH_IN_NATURAL_LANGUAGE> reslist.tpl Returns the currently query string to a search summary display atop the results list.
<?SEARCH_QUALIFIER> reslist.tpl
<?SEARCH_RESTRICTION> full.tpl
start.tpl
Returns HTML markup containing the bibliographic info of an item currently being searched.
<?SEARCH_TYPE> search.tpl
full.tpl
start.tpl
Returns the current search type value for the hidden variable "type" in search form templates.
<?SEARCH_TYPE_NAME> reslist.tpl Returns the current search type value for the results page search summary
<?SEARCH_TYPE_TEXT> bbagsearch.tpl
search.tpl
searchhistory.tpl
full.tpl
start.tpl
Returns the current search type value for the search page header.
<?SEARCHES_RESTRICT_TEXT> booleansearchform.chnk
proximitysearchform.chnk
simplesearchform.chnk
????
<?SGML_RESULTS> text.tpl Returns the item text in HTML markup in text view.
<?SIMPLE_SEARCH_LINK> accesspolicy.tpl
bbaglist.tpl
newmaterial.tpl
pageviewer.pagenav.tpl
bibsearchform.chnk
navheader.chnk
Provides the HREF attribute value for the "basic" search .
<?SIMPLE_SEARCH_WITHIN_LINK> header.tpl Provides the HREF attribute value for the "basic" search within this item link.
<?SINGLE_GENDER> bbagbooleansearchform.chnk
bbagproximitysearchform.chnk
bbagsimplesearchform.chnk
booleansearchform.chnk
proximitysearchform.chnk
simplesearchform.chnk
Used to filter in/out HTML markup to add form elements for restricting searches based on gender information.
<?SINGLE_GENRE> bbagbooleansearchform.chnk
bbagproximitysearchform.chnk
bbagsimplesearchform.chnk
booleansearchform.chnk
proximitysearchform.chnk
simplesearchform.chnk
Used to filter in/out HTML markup to add form elements for restricting searches based on genre information.
<?SINGLE_PERIOD> bbagbooleansearchform.chnk
bbagproximitysearchform.chnk
bbagsimplesearchform.chnk
booleansearchform.chnk
proximitysearchform.chnk
simplesearchform.chnk
Used to filter in/out HTML markup to add form elements for restricting searches based on historical period information.
<?SINGLE_PUB_BETWEEN> bbagbooleansearchform.chnk
bbagproximitysearchform.chnk
bbagsimplesearchform.chnk
booleansearchform.chnk
proximitysearchform.chnk
simplesearchform.chnk
Used to filter in/out HTML markup to add form elements for restricting searches by beginning and ending publication dates.
<?SIZE_SELECT> onchange="[value]" pageviewer.pagenav.tpl Used to insert a select menu for changing the size of a page image in pageviewer
<?SLICE_NAVIGATION_LINKS> occ="[value]" reslist.tpl Used to insert the links navigating between the current page of search results and other pages of results.
<?SORT_SELECT> onchange="[value]" reslist.tpl Inserts a form select element providing options for sorting results.
<?TITLE> mode="[value]" bbagemail.tpl
bbaglist.tpl
bbagsearch.tpl
browsecolls.tpl
header.tpl
note.tpl
pageviewer.main.tpl
pageviewer.nav.tpl
picklist.tpl
reslist.tpl
search.tpl
searchhistory.tpl
text.tpl
viewtextnote.tpl
full.tpl
start.tpl
Used to insert the collection title logo as an HTML graphic or text string within <A> tags linking to the collection home page.
<?VIEW_ENTIRE_TEXT_LINK> header.tpl Returns a link to view the entire text in the browser window.
The link goes first to an obligatory warning message to the user.
<?VIEW_SELECT> onchange="[value]" pageviewer.pagenav.tpl Used to insert a form SELECT menu into pageviewer navigation frame for selecting "view page as" options.
<?VIEW_TEXT_LINK> viewtextnote.tpl
<?VIEWFORM_HIDDEN_VARS> exclude="[value]" pageviewer.pagenav.tpl
<?WORDWHEEL_COMBINED_TABLE_ROWS> fullform.chnk
fullscrollform.chnk
Used to insert the list of terms and occurence numbers (within table <TR> and <TD> tags) for each slice of a word index.
<?WORDWHEEL_QUICK_LINK> class="[value]" full.tpl
start.tpl
Used to insert alphabetical and/or numeric indexes into a word index as HTML links.
<?WORDWHEEL_RADIO_GROUP> name="realm" columns="[value]" start.tpl Used to insert RADIO buttons into word index forms for selecting realms (i.e., text regions) to retrieve word indexes from.
<?WORDWHEEL_SEARCH_LINK> bbaglist.tpl
pageviewer.pagenav.tpl
bibsearchform.chnk
booleansearchform.chnk
navheader.chnk
proximitysearchform.chnk
simplesearchform.chnk
Returns the HREF value for a link to the word wheel search form
<?WORDWHEEL_UP_BUTTON> fullscrollform.chnk Used to insert HTML markup for the "scroll-up" button in the word index.
<?WW_NAV> pageviewer.pagenav.tpl
bibsearchform.chnk
booleansearchform.chnk
navheader.chnk
proximitysearchform.chnk
simplesearchform.chnk
Used to insert or exclude an HTML link to a word index search form.