package document ####################################################################### # macros set from within the server ####################################################################### _classificationlinks_ {} _imagethispage_ {} _httpprevarrow_ {} _httpnextarrow_ {} _pagetitle_ {} ####################################################################### # page content ####################################################################### _content_ {
_navigationbar_

_classificationlinks_

} ####################################################################### # javascript macros # # there should be one of these for each flashy javascript button # that may appear within a document page ####################################################################### # javaextras allows specific collections to include extra java macros # without having to override their document action _javaextras_ {} _javadetach_ { detach\_on = new Image(_widthedtchx_, _heightedtchx_); detach\_on.src = "_httpiconedtchon_"; detach\_off = new Image(_widthedtchx_, _heightedtchx_); detach\_off.src = "_httpiconedtchof_"; } _javaexpandcontents_ { expcon\_on = new Image(_widtheexpcx_, _heighteexpcx_); expcon\_on.src = "_httpiconeexpcon_"; expcon\_off = new Image(_widtheexpcx_, _heighteexpcx_); expcon\_off.src = "_httpiconeexpcof_"; } _javacontractcontents_ { concon\_on = new Image(_widtheconcx_, _heighteconcx_); concon\_on.src = "_httpiconeconcon_"; concon\_off = new Image(_widtheconcx_, _heighteconcx_); concon\_off.src = "_httpiconeconcof_"; } _javaexpandtext_ { alltext\_on = new Image(_widthealltx_, _heightealltx_); alltext\_on.src = "_httpiconeallton_"; alltext\_off = new Image(_widthealltx_, _heightealltx_); alltext\_off.src = "_httpiconealltof_"; } _javacontracttext_ { thissec\_on = new Image(_widthetsecx_, _heightetsecx_); thissec\_on.src = "_httpiconetsecon_"; thissec\_off = new Image(_widthetsecx_, _heightetsecx_); thissec\_off.src = "_httpiconetsecof_"; } _javahighlighting_ { hl\_on = new Image(_widthehlx_, _heightehlx_); hl\_on.src = "_httpiconehlon_"; hl\_off = new Image(_widthehlx_, _heightehlx_); hl\_off.src = "_httpiconehlof_"; } _javanohighlighting_ { nhl\_on = new Image(_widthenhlx_, _heightenhlx_); nhl\_on.src = "_httpiconenhlon_"; nhl\_off = new Image(_widthenhlx_, _heightenhlx_); nhl\_off.src = "_httpiconenhlof_"; } _javacontinue_ { cont\_on = new Image(_widthcontx_, _heightcontx_); cont\_on.src = "_httpiconconton_"; cont\_off = new Image(_widthcontx_, _heightcontx_); cont\_off.src = "_httpiconcontoff_"; } ####################################################################### # navigation arrows # ####################################################################### _navarrows_ {
_prevarrow_ _nextarrow_
} _prevarrow_ {_If_(_httpprevarrow_,_iconprev_)} _nextarrow_ {_If_(_httpnextarrow_,_iconnext_)} _navarrows_ [v=1] {

_prevarrow_
_nextarrow_ } ####################################################################### # the goto form ####################################################################### _gotoform_ {

} ####################################################################### # icons ####################################################################### # title images - there should be one of these for each classification # supported by this receptionist _iconTitlepage_ {_texticonhtitle_} _iconListpage_ {_texticonhlist_} _iconCreatorpage_ {_texticonhauth_} _iconSubjectpage_ {_texticonhsubj_} _iconSeriespage_ {_texticonhser_} _iconDatepage_ {_texticonhdate_} _iconHowtopage_ {_texticonhhow_} _iconTopicpage_ {_texticonhtopic_} _iconOrganizationpage_ {_texticonhorg_} _iconBrowsepage_ {_texticonhbrwse_} _iconsmalltext_ {_texticonsmalltext_} _iconsmalltext_ [v=1] {_texticonsmalltext2_} _iconarrowsmalltext_ {_texticonsmalltext_} _iconarrowsmalltext_ [v=1] {->_texticonsmalltext2_} _iconclosedfolder_ {_texticonclosedfolder_} _iconclosedfolder_ [v=1] {_texticonclosedfolder2_} _iconarrowclosedfolder_ {_texticonclosedfolder_} _iconarrowclosedfolder_ [v=1] {->_texticonclosedfolder2_} _iconopenfolder_ {_texticonopenfolder_} _iconopenfolder_ [v=1] {_texticonopenfolder2_} _iconarrowopenfolder_ {_texticonopenfolder_} _iconarrowopenfolder_ [v=1] {->_texticonopenfolder2_} _iconarrowclosedbook_ {_texticonclosedbook_} _iconarrowclosedbook_ [v=1] {->_texticonclosedbook_: } _iconopenbook_ {_texticonopenbook_} _iconopenbook_ [v=1] {_texticonopenbook_: } _iconarrowopenbook_ {_texticonopenbook_} _iconarrowopenbook_ [v=1] {->_texticonopenbook_: } _iconopenbookshelf_ {_texticonopenbookshelf_} _iconopenbookshelf_ [v=1] {_texticonopenbookshelf_: } _iconarrowopenbookshelf_ {_texticonopenbookshelf_} _iconarrowopenbookshelf_ [v=1] {->_texticonopenbookshelf_: } _iconclosedbookshelf_ {_texticonclosedbookshelf_} _iconclosedbookshelf_ [v=1] {_texticonclosedbookshelf_: } _iconarrowclosedbookshelf_ {_texticonclosedbookshelf_} _iconarrowclosedbookshelf_ [v=1] {->_texticonclosedbookshelf_: } _iconpointer_ {} _iconpointer_ [v=1] {_texticonpointer_-> } _icontab_ {} _tab_ {_icontab_} _iconcontracttoc_ {_texticoncontracttoc_} _iconcontracttoc_[v=1] {_texticoncontracttoc_} _iconexpandtoc_ {_texticonexpandtoc_} _iconexpandtoc_[v=1] {_texticonexpandtoc_} _iconcontracttext_ {_texticoncontracttext_} _iconcontracttext_[v=1] {_texticoncontracttext_} _iconexpandtext_ {_texticonexpandtext_} _iconexpandtext_[v=1] {_texticonexpandtext_} _icondetach_ {_texticondetach_} _icondetach_[v=1] {_texticondetach_} _iconhighlight_ {_texticonhighlight_} _iconhighlight_ [v=1] {_texticonhighlight_} _iconnohighlight_ {_texticonnohighlight_} _iconnohighlight_ [v=1] {_texticonnohighlight_} _iconwarning_ {} _iconwarning_ [v=1] {_texticonwarning_} _iconcont_ {} _iconcont_ [v=1] {_texticoncont_} ####################################################################### # images ####################################################################### _imagedetach_ {_icondetach_} _imagedetach_[v=1] {_texticondetach_
} _imagehighlight_ {_iconhighlight_} _imagehighlight_ [v=1] {_texticonhighlight_
} _imagenohighlight_ {_iconnohighlight_} _imagenohighlight_ [v=1] {_texticonnohighlight_
} _imagecontracttoc_ {_iconcontracttoc_} _imagecontracttoc_[v=1] {"_texticoncontracttoc_
} _imageexpandtoc_ {_iconexpandtoc_} _imageexpandtoc_ [v=1] {"_texticonexpandtoc_
} _imagecontracttext_ {_iconcontracttext_} _imagecontracttext_[v=1] {display only current section
} _imageexpandtext_ {_iconexpandtext_} _imageexpandtext_[v=1] {display all text
} _imagecont_ {_iconcont_} _imagecont_[v=1] {_texticoncont_
} ####################################################################### # https # # These contain the url without any quotes ####################################################################### _httpiconhtitle_ {_httpimg_/h\_title.gif} _widthhtitle_ {200} _heighthtitle_ {57} _httpiconhlist_ {_httpimg_/h\_list.gif} _widthhlist_ {200} _heighthlist_ {57} _httpiconhauth_ {_httpimg_/h\_auth.gif} _widthhauth_ {200} _heighthauth_ {57} _httpiconhsubj_ {_httpimg_/h\_subj.gif} _widthhsubj_ {200} _heighthsubj_ {57} _httpiconhser_ {_httpimg_/h\_ser.gif} _httpiconhser_ [l=mi] {_httpimg_/mh\_ser.gif} _widthhser_ {200} _widthhser_ [l=mi] {310} _heighthser_ {57} _httpiconhdate_ {_httpimg_/h\_date.gif} _httpiconhdate_ [l=mi] {_httpimg_/mh\_date.gif} _widthhdate_ {200} _heighthdate_ {57} _httpiconhhow_ {_httpimg_/h\_how.gif} _widthhhow_ {200} _heighthhow_ {57} _httpiconhtopic_ {_httpimg_/h\_topic.gif} _widthhtopic_ {200} _heighthtopic_ {57} _httpiconhorg_ {_httpimg_/h\_org.gif} _widthhorg_ {250} _heighthorg_ {57} _httpiconhbrwse_ {_httpimg_/h\_brwse.gif} _widthhbrwse_ {200} _heighthbrwse_ {57} _httpiconcontoff_ {_httpimg_/contoff.gif} _httpiconconton_ {_httpimg_/conton.gif} _widthcontx_ {76} _heightcontx_ {17} _httpiconealltof_ {_httpimg_/ealltof.gif} _httpiconealltof_ [l=mi] {_httpimg_/mealltof.gif} _httpiconeallton_ {_httpimg_/eallton.gif} _httpiconeallton_ [l=mi] {_httpimg_/meallton.gif} _widthealltx_ {46} _widthealltx_ [l=mi] {42} _heightealltx_ {30} _httpiconeconcof_ {_httpimg_/econcof.gif} _httpiconeconcon_ {_httpimg_/econcon.gif} _widtheconcx_ {63} _heighteconcx_ {30} _httpiconedtchof_ {_httpimg_/edtchof.gif} _httpiconedtchof_ [l=mi] {_httpimg_/medtchof.gif} _httpiconedtchon_ {_httpimg_/edtchon.gif} _httpiconedtchon_ [l=mi] {_httpimg_/medtchon.gif} _widthedtchx_ {47} _widthedtchx_ [l=mi] {56} _heightedtchx_ {30} _httpiconeexpcof_ {_httpimg_/eexpcof.gif} _httpiconeexpcon_ {_httpimg_/eexpcon.gif} _widtheexpcx_ {60} _heighteexpcx_ {30} _httpiconetsecof_ {_httpimg_/etsecof.gif} _httpiconetsecof_ [l=mi] {_httpimg_/metsecof.gif} _httpiconetsecon_ {_httpimg_/etsecon.gif} _httpiconetsecon_ [l=mi] {_httpimg_/metsecon.gif} _widthetsecx_ {63} _widthetsecx_ [l=mi] {53} _heightetsecx_ {30} _httpiconehlof_ {_httpimg_/ehlof.gif} _httpiconehlon_ {_httpimg_/ehlon.gif} _widthehlx_ {53} _heightehlx_ {30} _httpiconenhlof_ {_httpimg_/enhlof.gif} _httpiconenhlon_ {_httpimg_/enhlon.gif} _widthenhlx_ {57} _heightenhlx_ {30} ####################################################################### # headers/footers ####################################################################### # header overridden for text pages _textheader_ {_cgihead_ _htmlhead_
_javalinks_
} _textheader_ [v=1] {_cgihead_ _htmlhead_ _javalinks_ } _footer_ {

_navarrows_ _endspacer__htmlfooter_ } ####################################################################### # English language text macros ####################################################################### _textTitlepage_ {_texticonhtitle_} _textCreatorpage_ {_texticonhauth_} _textSubjectpage_ {_texticonhsubj_} _textSeriespage_ {_texticonhser_} _textDatepage_ {_texticonhdate_} _textHowtopage_ {_texticonhhow_} _textOrganizationpage_ {_texticonhorg_} _textBrowsepage_ {_texticonhbrwse_} _texticonhtitle_ {Titles A-Z} _texticonhauth_ {Authors A-Z} _texticonhsubj_ {Subjects} _texticonhser_ {Series} _texticonhdate_ {Dates} _texticonhhow_ {How to} _texticonhorg_ {Organizations} _texticonhbrwse_ {Browse} _texticonopenbookshelf_ {close this section of the library} _texticonclosedbookshelf_ {open this section of the library and view contents} _texticonopenbook_ {close this book} _texticonclosedfolder_ {Open this folder and view contents} _texticonclosedfolder2_ {open sub-section: } _texticonopenfolder_ {close this folder} _texticonopenfolder2_ {close sub-section: } _texticonsmalltext_ {View this section of the text} _texticonsmalltext2_ {view text: } _texticonpointer_ {current section} _texticondetach_ {Open this page in a new window} _texticonhighlight_ {Highlight search terms} _texticonnohighlight_ {Don't highlight search terms} _texticoncontracttoc_ {Collapse table of contents} _texticonexpandtoc_ {Expand table of contents} _texticonexpandtext_ {Display all text} _texticoncontracttext_ {Display text only for currently selected section} _texticonwarning_ {Warning: } _texticoncont_ {continue?} _textltwarning_ {

_iconwarning_Expanding the text here will generate a large amount of data for your browser to display _imagecont_
} ####################################################################### # Maori text macros ####################################################################### _texticondetach_ [l=mi] {Huakina mai he matapihi hou mö tënei körero} _texticonexpandtext_ [l=mi] {Titiro ki ngä kupu katoa o tënei niupepa} _texticoncontracttext_ [l=mi] {Titiro ki ngä kupu o tënei whärangi anake} _texticonopenbookshelf_ [l=mi] {kätia} _texticonclosedbookshelf_ [l=mi] {whakatüwhera mai} _texticonclosedbook_ [l=mi] {whakatüwhera mai} _texticonopenbook_ [l=mi] {kätia} _texticonpointer_ [l=mi] {wähanga e tiro ana}