################################################## # The Global package contains macros that work for all display # screens. If the [c=collection] # is not specified, the macro will work for all collections. ############################################# ############################################## package Global ######################################################### # Global: Page content ################################################# # This is the title image for each collection and it # is defined in the collect.cfg file _imagecollection_ [c=auhist]{_If_("_iconcollection_" ne "", , _imagecollectionv_} _imagecollectionv_ [c=auhist] {_If_(_collectionname_,

_collectionname_

)} ###################################################### # Global: Width macros ###################################################### # width of tabs when displaying tables of contents _tabwidth_ [c=auhist] {} _pagewidth_ [c=auhist] {595} # defaultwidth is the width buttons default to if not included in this list _defaultwidth_ [c=auhist] {} _searchwidth_ [c=auhist] {_widthtsrchx_} _Titlewidth_ [c=auhist] {_widthttitlx_} _Datewidth_ [c=auhist] {_widthtdatex_} _Subjectwidth_ [c=auhist] {_widthtsubjx_} _Fromwidth_ [c=auhist] {_widthtfromx_} _Peoplewidth_ [c=auhist] {_widthtpeopx_} _Organizationwidth_ [c=auhist] {_widthtorgx_} _Languagewidth_ [c=auhist] {_widthtlangx_} _Listwidth_ [c=auhist] {_widthtlistx_} _Creatorwidth_ [c=auhist] {_widthtauthx_} ## All navigation bar buttons for auhist is 74 pixels, for organization is 109 pixels. -AZ 08/24/02 _widthtsrchx_[c=auhist]{74} _widthttitlex_[c=auhist]{74} _widthpeopx_[c=auhist]{74} _widthtdatex_[c=auhist]{74} _widthtsubjx_[c=auhist]{74} _widthfromx_[c=auhist]{74} _widthtorgx_ [c=auhist]{110} ###################################################### # Global: Macros whose value are set from within the server at runtim. These are here only to reference # and to set default values if required. ###################################################### _navigation_ _widthtspace_[c=auhist]{} ###################################################### # Global: Navigation bar images ##################################################### _imagesearch_ [c=auhist] {_If_("_cgiargu_" ne "1",_imagesearch2_,_iconnosearch_)} _imagesearch2_ [c=auhist] {_gsimage_(_httpquery_,_httpicontsrchof_,_httpicontsrchon_,srch,_textimagesearch_)} _imageTitle_ [c=auhist] {_gsimage_(_httpbrowseTitle_,_httpiconttitlof_,_httpiconttitlon_,titles,_textimageTitle_)} _imageSubject_[c=auhist] {_gsimage_(_httpbrowseSubject_,_httpicontsubjof_,_httpicontsubjon_,subjects,_textimageSubject_)} _imagePlace_ [c=auhist] {_gsimage_(_httpbrowsePlace_,_httpicontfromof_,_httpicontfromon_,place,_textimagefrom_)} _imageDate_ [c=auhist] {_gsimage_(_httpbrowseDate_,_httpicontdateof_,_httpicontdateon_,dates,_textimageDate_)} _imagePeople_ [c=auhist] {_gsimage_(_httpbrowsePeople_,_httpicontpeopof_,_httpicontpeopon_,people,_textimagePeople_)} _imageOrganization_ [c=auhist] {_gsimage_(_httpbrowseOrganization_,_httpicontorgof_,_httpicontorgon_,org,_textimageOrganization_)} #_imageCreator_ [c=auhist] {_gsimage_(_httpbrowseCreator_,_httpicontauthof_,_httpicontauthon_,authors,_textimageCreator_)} ################################## # The following macros and images were created by AZ. ########################################## _imagepref_ [c=auhist] {_If_("_cgiargu_" ne "1",_imagepref2_)} _imagepref2_ [c=auhist] {_gsimage_(_httppagepref_,_httpiconcprefof_,_httpiconcprefon_,pref,_textimagepref_)} _imagehelp_ [c=auhist] {_gsimage_(_httppagehelp_,_httpiconchelpof_,_httpiconchelpon_,help,_textimagehelp_)} _imagehome_ [c=auhist] {_If_("_cgiargu_" ne "1",_imagehome2_)} _imagehome2_ [c=auhist] {_gsimage_(_httppagehome_,_httpiconchomeof_,_httpiconchomeon_,homer,_textimagehome_)} _imagefinding_ [c=auhist] {_gsimage_(_httppagefinding_,_httpiconcfindingof_,_httpiconcfindingon_,finding,_textimagefinding_)} _imagecollect_ [c=auhist] {_gsimage_(_httppagecollect_,_httpiconccollectof_,_httpiconccollecton_,collect,_textimagecollect_)} _imageacua_ [c=auhist] {_gsimage_(_httppageacua_,_httpiconcacuaof_,_httpiconcacuaon_,acua,_textimageacua_)} ############################################################# # Global: Side navigating links ######################################################## # This macro controls the display of navigation links on the top right corner. It is created by AZ. _javalinks_ [c=auhist]{_imagehelp_
_imagehome_
_imagecollect_} ########################################################## # Global: http macros ######################################################### _httppagex_ [c=auhist] {_gwcgi_?e=_compressedoptions_&a=p&p=_1_} _httppagehome_[c=auhist] {_httpprefix_/collect/auhist/auhist.shtml} _httppagehelp_ [c=auhist] {_httppagex_(help)} _httppagepref_ [c=auhist] {_httppagex_(preferences)} # httpprefix is the server name. For now it is http://test.aladin.wrlc.org/gsdl/ --AZ 08/20/02 _httppagefinding_ [c=auhist] {} _httppagecollect_ [c=auhist]{http://www.aladin.wrlc.org/dl/} _httppageacua_ [c=auhist] {http://libraries.cua.edu/archives.html} _httpiconmore_ [c=auhist] {_httpprefix_/collect/auhist/images/more.gif} _widthmore_ [c=auhist] {75} _heightmore_ [c=auhist] {20} _httpiconless_ [c=auhist] {_httpprefix_/collect/auhist/images/less.gif} _widthless_ [c=auhist] {100} _heightless_ [c=auhist] {20} _httpiconspacer_ [c=auhist] {_httpprefix_/collect/auhist/images/spacer.gif} _widthspacer_ [c=auhist] {} _heightspacer_ [c=auhist] {} _httpicontabspace_ [c=auhist] {_httpprefix_/collect/auhist/images/tabspace.gif} _widthtabspace_ [c=auhist] {} _heighttabspace_ [c=auhist] {} # This is the space image on the navigation bar genarated from the server. _httpicontspace_ [c=auhist] {_httpprefix_/collect/auhist/images/tspace.gif} _heighttspace_ [c=auhist] {20} _widthtspace_ [c=auhist] {} # the three blue line devider _httpicondivb_ [c=auhist] {_httpprefix_/collect/auhist/images/divb.gif} _widthdivb_ [c=auhist] {_pagewidth_} _heightdivb_ [c=auhist] {17} # Links on the top right corner #_httppageabout_ [c=auhist] {_httppagex_(about)} _httppagehelp_ [c=auhist] {_httppagex_(help)} #_httppagepref_ [c=auhist] {_httppagex_(preferences)} #_httppagedocs_ [c=auhist] {_httppagex_(docs)} _httpclearhistory_ [c=auhist] {_gwcgi_?e=_compressedoptions_&a=dh} _httpcurrentdocument_ [c=auhist] {_gwcgi_?e=_compressedoptions_&cl=_cgiargcl_&d=_cgiargd_} _httpquery_ [c=auhist] {_gwcgi_?e=_compressedoptions_&a=q} _httpBrowse_ [c=auhist] {_gwcgi_?e=_compressedoptions_&a=br} # _httpdoc_ is the same as _httpdocument_ - _httpdocument_ # may occasionally be altered by the server however _httpdocument_ [c=auhist] {_gwcgi_?e=_compressedoptions_&a=d} _httpdoc_ [c=auhist] {_gwcgi_?e=_compressedoptions_&a=d} _httpextlink_ [c=auhist] {_gwcgi_?e=_compressedoptions_&a=extlink} _httpbuild_ [c=auhist] {_gwcgi_?e=_compressedoptions_&a=bc} ######################################################## # Global: icons ######################################################## # Image names start with a "t" is the buttons on the navigation bar generated by the server. --AZ # Image names start with a "c" is the buttons on the top right corner. --AZ # Search _httpicontsrchgr_ [c=auhist] {_httpprefix_/collect/auhist/images/tsrchgr.gif} _httpicontsrchof_ [c=auhist] {_httpprefix_/collect/auhist/images/tsrchof.gif} _httpicontsrchon_ [c=auhist] {_httpprefix_/collect/auhist/images/tsrchon.gif} _widthtsrchx_ [c=auhist] {74} # Titles _httpiconttitlgr_ [c=auhist] {_httpprefix_/collect/auhist/images/ttitlgr.gif} _httpiconttitlof_ [c=auhist] {_httpprefix_/collect/auhist/images/ttitlof.gif} _httpiconttitlon_ [c=auhist] {_httpprefix_/collect/auhist/images/ttitlon.gif} _widthttitlx_[c=auhist] {74} # Subjects _httpicontsubjgr_ [c=auhist] {_httpprefix_/collect/auhist/images/tsubjgr.gif} _httpicontsubjof_ [c=auhist] {_httpprefix_/collect/auhist/images/tsubjof.gif} _httpicontsubjon_ [c=auhist] {_httpprefix_/collect/auhist/images/tsubjon.gif} _widthtsubjx_[c=auhist] {74} # Places (There is no Place icon and classifier. Has to use the From icon.--AZ) _httpicontfromgr_ [c=auhist] {_httpprefix_/collect/auhist/images/tfromgr.gif} _httpicontfromof_ [c=auhist] {_httpprefix_/collect/auhist/images/tfromof.gif} _httpicontfromon_ [c=auhist] {_httpprefix_/collect/auhist/images/tfromon.gif} _widthtfromx_[c=auhist] {74} # People _httpicontpeopgr_ [c=auhist] {_httpprefix_/collect/auhist/images/tpeopgr.gif} _httpicontpeopof_ [c=auhist] {_httpprefix_/collect/auhist/images/tpeopof.gif} _httpicontpeopon_ [c=auhist] {_httpprefix_/collect/auhist/images/tpeopon.gif} _widthtpeopx_ [c=auhist] {74} # Organization _httpicontorggr_ [c=auhist] {_httpprefix_/collect/auhist/images/torggr.gif} _httpicontorgof_ [c=auhist] {_httpprefix_/collect/auhist/images/torgof.gif} _httpicontorgon_ [c=auhist] {_httpprefix_/collect/auhist/images/torgon.gif} _widthtorgx_ [c=auhist] {110} # Date _httpicontdategr_ [c=auhist] {_httpprefix_/collect/auhist/images/tdategr.gif} _httpicontdateof_ [c=auhist] {_httpprefix_/collect/auhist/images/tdateof.gif} _httpicontdateon_ [c=auhist] {_httpprefix_/collect/auhist/images/tdateon.gif} _widthtdatex_[c=auhist] {74} # Preference _httpiconcprefof_ [c=auhist] {_httpprefix_/collect/auhist/images/cprefof.gif} _httpiconcprefon_ [c=auhist] {_httpprefix_/collect/auhist/images/cprefon.gif} # Help _httpiconchelpof_ [c=auhist] {_httpprefix_/collect/auhist/images/chelpof.gif} _httpiconchelpon_ [c=auhist] {_httpprefix_/collect/auhist/images/chelpon.gif} #Home _httpiconchomeof_ [c=auhist] {_httpprefix_/collect/auhist/images/chomeof.gif} _httpiconchomeon_ [c=auhist] {_httpprefix_/collect/auhist/images/chomeon.gif} # Finding aid (Created by AZ) _httpiconcfindingof_ [c=auhist] {_httpprefix_/collect/auhist/images/cfindingof.gif} _httpiconcfindingon_ [c=auhist] {_httpprefix_/collect/auhist/images/cfindingon.gif} # Collections (Created by AZ) _httpiconccollectof_ [c=auhist] {_httpprefix_/collect/auhist/images/ccollectof.gif} _httpiconccollecton_ [c=auhist] {_httpprefix_/collect/auhist/images/ccollecton.gif} # ACUA (Icon to link back to the Institutional Special Collections page. Created by AZ) _httpiconcacuaof_ [c=auhist] {_httpprefix_/collect/auhist/images/cacuaof.gif} _httpiconcacuaon_ [c=auhist] {_httpprefix_/collect/auhist/images/cacuaon.gif} # Don't know what the follwing macros for. --AZ 08/20/02) _iconblankbar_ [c=auhist] {
} _icontext_ [c=auhist] {_texticontext_} _iconblanktext_ [c=auhist] {} # Next and Previous arrow. _iconnext_ [c=auhist] {_texticonnext_} _iconprev_ [c=auhist]{_texticonprev_} ########################################################################## # Global: text macros # from English.dm ########################################################################### _textimagesearch_ [c=auhist] {Search for specific terms} _textimageTitle_ [c=auhist]{Browse alphabetical list of titles} _textimageSubject_ [c=auhist]{Browse by subjects} _textimageCreator_ [c=auhist]{Browse alphabetical list of authors} _textimagePeople_ [c=auhist]{Browse alphabetical list of people} _textimageOrganization_ [c=auhist]{Browse by organizations} _textimageFrom_ [c=auhist]{Browse by place names} _textimageDate_ [c=auhist]{Browse by dates} # The following macros are not used in the auhist collection. AZ 08/20/02 _textimageList_ [c=auhist]{Browse document listing} _textimageSeries_ [c=auhist]{Browse by issue} _textimageHowto_ [c=auhist]{Browse how to categories} _textimageTopic_ [c=auhist]{Browse special topic issues} _textimageBrowse_ [c=auhist]{Browse} _textimageLanguage_ [c=auhist]{Browse by language} _textimageAcronym_ [c=auhist]{Browse acronyms} _textimagePhrase_ [c=auhist]{Browse phrases} _textimageArtist_ [c=auhist]{Browse artists} _textimageSource_ [c=auhist]{Browse by original filename} _texticontabsearchgreen_[c=auhist]{Search} _texticontabtitlegreen_[c=auhist]{Titles A-Z} _texticontabsubjectgreen_[c=auhist]{Subjects} _texticontaborggreen_[c=auhist]{Organizations} _texticontabPeoplegreen_[c=auhist]{People A-Z} _texticontabfromgreen_[c=auhist]{Places} _texticontabdategreen_[c=auhist]{Dates} _texticontabseriesgreen_[c=auhist]{Series} _texticontablistgreen_ [c=auhist]{Listing} _texticontabauthorgreen_[c=auhist]{Authors A-Z} _texticontabtogreen_[c=auhist]{To} _texticontabhowgreen_[c=auhist]{How to} _texticontabtopicgreen_[c=auhist]{Topics} _texticontabbrwsegreen_[c=auhist]{Browse} _texticontabLanguagegreen_[c=auhist]{Language} _texticontabAcronymgreen_[c=auhist]{Acronyms} _texticontabPhrasegreen_[c=auhist]{Phrases} _texticontabArtistgreen_[c=auhist]{Artists} _texticontabSourcegreen_[c=auhist]{Filenames} # If the names of the month are in the curly brackets, the names will be displayed in the Date field. -AZ _textmonth00_[c=auhist]{} _textmonth01_[c=auhist]{} _textmonth02_[c=auhist]{} _textmonth03_[c=auhist]{} _textmonth04_[c=auhist]{} _textmonth05_[c=auhist]{} _textmonth06_[c=auhist]{} _textmonth07_[c=auhist]{} _textmonth08_[c=auhist]{} _textmonth09_[c=auhist]{} _textmonth10_[c=auhist]{} _textmonth11_[c=auhist]{} _textmonth12_[c=auhist]{} _textmonth99_[c=auhist]{Undated} _textimagehome_ [c=auhist] {American University History Photograph and Print Collection} #_textimagefinding_ [c=auhist] {Finding Aid} _textimagecollect_ [c=auhist] {WRLC Special Collections} #_textimageacua_ [c=auhist] {American University Library} #_textimagepref_ [c=auhist] {Set Preferences} _textimagehelp_ [c=auhist] {Help} ######################################################################################### ############################################################################################ # Style controls the display style for all pages. ############################################################################################ ############################################################################################ package Style _htmlhead_[c=auhist] { _pagetitle_ _globalscripts_ _wrlchead_ } # Graphics on the top of each page. Created by AZ 08/20/02 _pagebanner_ [c=auhist] {
_imagecollection_ _imagethispage_ _javalinks_
_pagebannerextra_
} # Footer. Created by AZ 08/20/02 _footer_ [c=auhist]{ _pagefooterextra_

 

| Help | Preferences | WRLC Special Collections |
| American University Library | Main |


_endspacer_ _htmlfooter_ } ############################################################################################ # document package is very important because it controls all pages that linked from the navigation bar. -AZ ############################################################################################ ############################################################################################ package document ####################################################### # Document: text macros from English.dm ####################################################### _texticonhtitle_ [c=auhist] {Titles} _texticonhauth_ [c=auhist] {Authors A-Z} _texticonhsubj_ [c=auhist] {Subjects} _texticonhpeople_ [c=auhist] {People A-Z} _texticonhfrom_ [c=auhist] {Places} _texticonhdate_ [c=auhist] {Dates} _texticonhorg_ [c=auhist] {Organizations} # The following macros are not used in the auhist. AZ 08/20/02 _texticonhser_ [c=auhist] {Series} _texticonhhow_ [c=auhist] {How to} _texticonhbrwse_ [c=auhist] {Browse} _texticonhto_ [c=auhist] {To} _texticonhlanguage_ [c=auhist] {Languages} _texticonhacronym_ [c=auhist] {Acronyms} _texticonhphrases_ [c=auhist] {Phrases} _texticonhartist_ [c=auhist] {Artists} _texticonhsrc_ [c=auhist] {Filenames} _textgoto_ [c=auhist] {go to page} _textintro_ [c=auhist] {(introductory text)} ####################################################### # Document: icons from English.dm ####################################################### # image names start with a "h" are the page headings. All page headings must be 132 pixels in width and 106 pixels in height. AZ 08/20/02 # Title header _httpiconhtitle_ [c=auhist] {_httpprefix_/collect/auhist/images/h\_title.gif} _widthhtitle_ [c=auhist] {132} _heighthtitle_[c=auhist] {106} # Subject header _httpiconhsubj_ [c=auhist] {_httpprefix_/collect/auhist/images/h\_subj.gif} _widthhsubj_[c=auhist] {132} _heighthsubj_[c=auhist] {106} # Place header _httpiconhfrom_ [c=auhist] {_httpprefix_/collect/auhist/images/h\_from.gif} _widthhfrom_[c=auhist] {132} _heighthfrom_[c=auhist] {106} # Date header _httpiconhdate_ [c=auhist] {_httpprefix_/collect/auhist/images/h\_date.gif} _widthhdate_[c=auhist] {132} _heighthdate_[c=auhist] {106} # Peopl header _httpiconhpeople_ [c=auhist] {_httpprefix_/collect/auhist/images/h\_people.gif} _widthhpeople_ [c=auhist] {132} _heighthpeople_ [c=auhist] {106} # Organization header _httpiconhorg_ [c=auhist] {_httpprefix_/collect/auhist/images/h\_org.gif} _widthhorg_ [c=auhist] {132} _heighthorg_ [c=auhist] {106} # This is a new header created for the record display page by AZ. A "If" command to display this image. AZ 08/20/02 # Description header _httpiconhdesc_ [c=auhist] {_httpprefix_/collect/auhist/images/h\_desc.gif} _widthhdesc_ [c=auhist] {132} _heighthdesc_ [c=auhist] {106} ########################################################## # Document: Header and footer #################################################### # This macro specifies that if there is no image for this page that could be generated by the server, display the Description image. Created by AZ. _imagethispage_ [c=auhist] {_If_("_iconthispage_" ne "", ,_iconthispage_)} # Prev and Next arrows _httpprevarrow_ [c=auhist] {_httpprefix_/collect/auhist/images/less.gif} _httpnextarrow_ [c=auhist] {_httpprefix_/collect/auhist/images/more.gif} # Do not know what these two macros for. AZ 08/20/02 _pagetitle_ [c=auhist] {} _phindclassifier_ [c=auhist] {} _header_ [c=auhist] {_cgihead__htmlhead__pagebanner_} _cgihead_ [c=auhist] {} _content_ [c=auhist] {
_endspacer_ _htmlfooter_ } ####################################################################### # Document: navigation arrows # ####################################################################### _navarrows_ [c=auhist]{
_navigationbar_
} _textheader_ [c=auhist] {_cgihead__htmlhead__pagebanner_} # ALADIN blue header _footer_ [c=auhist]{

_pagefooterextra_

 

| Help | Preferences | WRLC Special Collections |
| American University Library | Main |


_prevarrow_ _nextarrow_
} _prevarrow_ [c=auhist] {_If_(_httpprevarrow_,_iconprev_)} _nextarrow_ [c=auhist] {_If_(_httpnextarrow_,_iconnext_)} ####################################################################### # Document: the goto form ####################################################################### _gotoform_ [c=auhist]{
} _textnumpages_ [c=auhist] { (_1_ _pages_)} _parentarrow_ [c=auhist] {} #################################################################################### ############################################################################################ ## The query package controls all page displays for the Search page and Search result pages. ## Tried to put the How to Search contents here and it worked for the Search page ## but it also displayed on all search result pages. AZ ########################################################################################## ############################################################################################ ############################################################################################ package query ################################################################## # Query: icons from English.dm ############################################################### # Search header _httpiconhsearch_ [c=auhist] {_httpprefix_/collect/auhist/images/h\_search.gif} _widthhsearch_ [c=auhist] {132} _heighthsearch_ [c=auhist] {106} # Results _httpiconqryresb_ [c=auhist] {_httpprefix_/collect/auhist/images/qryresb.gif} _widthqryresb_ [c=auhist] {_pagewidth_} _heightqryresb_ [c=auhist] {17} # History _httpiconsrchhistb_[c=auhist] {_httpprefix_/collect/auhist/images/schhistb.gif} _widthsrchhistb_ [c=auhist] {_pagewidth_} _heightsrchhistb_ [c=auhist] {17} # Display _httpicondisplay_[c=auhist] {_httpprefix_/collect/auhist/images/display.gif} _widthdisplay_ [c=auhist] {_pagewidth_} _heightdisplay_ [c=auhist] {} # Do not know what these macros for. AZ _httpiconmstdsqrof_ [c=auhist] {_httpprefix_/collect/auhist/images/mstdsof.gif} _httpiconmstdsqron_ [c=auhist] {_httpprefix_/collect/auhist/images/mstdson.gif} ################################################################## # Query: page content ################################################################# _header_ [c=auhist] {_cgihead__htmlhead__pagebanner_} # ALADIN blue header _content_ [c=auhist] {
} _maxdocoption_ [c=auhist]{ } _hitsperpageoption_ [c=auhist] { } ######################################### # Pref: java links ####################################### _javalinks_ [c=auhist]{_imagehelp_
_imagehome_
_imagecollect_} ########################################################## # Pref: icons ########################################################## # Preferences _httpiconhpref_ [c=auhist] {_httpprefix_/collect/auhist/images/h\_pref.gif} _widthhpref_ [c=auhist] {132} _heighthpref_ [c=auhist] {106} ######################################################### # Pref: page content ################################################ _pagetitle_ [c=auhist] {_collectionname_: _textpreferences_} _imagethispage_ [c=auhist] {_iconthispage_} _header_ [c=auhist] {_cgihead__htmlhead__pagebanner_} # ALADIN blue header _content_ [c=auhist] {
_navigationbar_
_If_(_cgiargct_,_selectqueryform_,_queryform_)
_If_(_searchhistorylist_,
_iconsearchhistorybar_

_searchhistorylist_ ) _If_(_cgiargq_,
_iconqueryresultsbar_

_freqmsg_ _textpostprocess_
_resultline_ ,
_iconblankbar_
)
} # we want to put the links to previous/next pages of results # in the footer _pagefooterextra_ [c=auhist]{
_If_(_prevfirst_,_iconprev__textmatches__prevfirst_ - _prevlast_) _If_(_nextfirst_,_textmatches__nextfirst_ - _nextlast__iconnext_)
} ############################################################################################ ############################################################################################ ############################################################################################ ############################################################################################ package preferences _stemoption_ [c=auhist]{
_textwordends_ _textstem_
_textnostem_
} ############################################################################################ ############################################################################################ ############################################################################################ ############################################################################################ package help # Help _httpiconhhelp_ [c=auhist] {_httpprefix_/collect/auhist/images/h\_help.gif} _widthhhelp_ [c=auhist] {132} _heighthhelp_[c=auhist] {106} ############################################################# # Help: text macros from English.dm ########################################################## _textHelp_ [c=auhist] {Help} _textSearchshort_ [c=auhist] {search for particular words} _textDateshort_ [c=auhist] {access photographs by date} _textSubjectshort_ [c=auhist] {access photographs by subject} _textPeopleshort_ [c=auhist]{access photographs by personal name} _textOrganizationshort_ [c=auhist]{access photographs by organization} _textFromshort_ [c=auhist]{access photographs by place name} _textTitleshort_ [c=auhist]{access photographs by title} _textCreatorshort_ [c=auhist]{access photographs by creator} # The following macros are not used in auhist. AZ _textHowtoshort_ [c=auhist]{access photographs by how to listing} _textTopicshort_ [c=auhist]{access photographs by topic} _textLanguageshort_ [c=auhist] {access photographs by language} _textAcronymshort_ [c=auhist]{access photographs by acronym occurance} _textPhraseshort_ [c=auhist]{browse phrases occurring in photographs} _textArtistshort_ [c=auhist]{access photographs by artist} _textSourceshort_ [c=auhist]{access photographs by filename} _textdefaultshorttext_ [c=auhist]{undefined classification} _textSeriesshort_ [c=auhist]{access publications by series} _textToshort_ [c=auhist] {access photographs by To field} _textBrowseshort_ [c=auhist]{browse photographs} # Macros for the How to Search _textSearchlong_ [c=auhist]{

You can search for particular words that appear in the text from the "search" page. This can be reached by pressing the Search button. } _textTitlelong_ [c=auhist]{

You can access photographs by title by pressing the Titles button. This brings up a list of photographs in alphabetic order. } _textlong_ [c=auhist] {

You can access photographs by organizations by pressing the organizations button. This brings up a list of organizations. } _textHowtolong_ [c=auhist] {

You can access photographs by how to listing by pressing the how to button. This brings up a list of how to strings. } _textCreatorlong_ [c=auhist] {

You can access publications by author by pressing the authors a-z button. This brings up a list of books, sorted by author name. } _textTopiclong_ [c=auhist] {

You can access publications by topic by pressing the topic button. This brings up a list of topics to browse. } _textSubjectlong_ [c=auhist]{

You can access photographs by subject by pressing the Subjects button. This brings up a list of subjects, represented by bookshelves. } _textTolong_ [c=auhist] {

You can access publications by To field by pressing the to button. This brings up a list of addressees. } _textFromlong_ [c=auhist] {

You can access photographs by Places by pressing the Places button. This brings up a list of place names. } _textSerieslong_ [c=auhist] {

You can access publications by series by pressing the series button. This brings up a list of those series which are currently in the collection. } _textDatelong_ [c=auhist]{

You can access photographs by date by pressing the Dates button. This brings up a list of all the issues, sorted chronologically. } _textBrowselong_ [c=auhist] {

You can browse publications by pressing the browse button. } _textPeoplelong_ [c=auhist] {

You can access photographs by personal names by pressing the People button. This brings up a list of entries, sorted by surname. } _textLanguagelong_ [c=auhist] {

You can access publications by language by pressing the languages button. This brings up a list of entries, sorted by language. } _textAcronymlong_ [c=auhist] {

You can access publications by acronym occurance by pressing the acronyms button. This brings up a list of the acronyms, and the places that they occur. } _textPhraselong_ [c=auhist] {

You can browse phrases occurring in publications by pressing the phrases button. This uses the phind phrase browser. } _textArtistlong_ [c=auhist] {

You can access publications by artist by pressing the artists button. This brings up a list of entries, sorted by artist name. } _textSourcelong_ [c=auhist] {

You can access publications by filename by pressing the filenames button. This brings up a list of entries, sorted by original filename. } _textdefaultlongtext_ [c=auhist] {

Click on the unknown button to browse publications (listing is sorted by an unknown field). } _texthelptopics_ [c=auhist] {

Topics

} _texthelppreferences_ [c=auhist] {

_textchangeprefs_

When you click the preferences button at the top of the page you will be able to change some features of the interface to suit your own requirements.

_iconblankbar_

Search preferences

Two pairs of buttons control the kind of text matching in the searches that you make. The first set (labeled "case differences") controls whether upper and lower case must match. The second ("word endings") controls whether to ignore word endings or not. It is possible to get a large query box, so that you can easily do paragraph-sized searching. It is surprisingly quick to search for large amounts of text.

For example, if the buttons ignore case differences and ignore word endings are selected, the query

will be treated the same as

because the uppercase letter in "African" will be transformed to lowercase, and the suffixes "n" and "ing" will be removed from "African" and "building" respectively (also, "s" would be removed from "builds").

You can switch to an "advanced" query mode which allows you to combine terms using AND (&), OR (|), and NOT (!). This allows you to specify more precise queries. You can turn the search history feature, which shows you your last few queries. This makes it easy to repeat slightly modified versions of previous queries. Finally, you can control the number of hits returned, and the number presented on each screenful. } ######################################################### # Help: Page content ########################################################## _imagethispage_ [c=auhist] {_iconthispage_} _iconthispage_ [c=auhist] {_textHelp_} # don't want collection icon on help page as much of the text is not collection specific _imagecollection_ [c=auhist]{_If_("_iconcollection_" ne "", , _imagecollectionv_} _imagecollectionv_ [c=auhist] {_If_(_collectionname_,

_collectionname_

)} _textnumbrowseoptions_ [c=auhist] {_If_("_numbrowseoptions_" != "1",

_texttanumbrowseoptions_)} _simplehelp_ [c=auhist] { _textnumbrowseoptions_ _textbrowseoptions_ } _header_ [c=auhist] {_cgihead__htmlhead__pagebanner_} # ALADIN blue header _content_ [c=auhist] {

_navigationbar_


_If_(_prefschanged_,

_prefschanged_
)


_If_("_cgiargct_" eq "1",_mgppsearchprefs_,_mgsearchprefs_)
} ############################################################################################ ############################################################################################ ############################################################################################ ############################################################################################ # The About page is not used for the final public pages. It is only linked to the View button from the DCDot entry page. AZ 08/20/02 package about ######################################################## # About: icons ###################################################### _imagethispage_ [c=auhist] {} # don't want link to 'about' page _imagecollection_ [c=auhist] {_If_("_iconcollection_" ne "", ,

_collectionname_

)} ## "about" ## green_title ## h_about ## _httpiconhabout_ [c=auhist] {_httpprefix_/collect/auhist/images/h\_about.gif} _widthhabout_ [c=auhist] {132} _heighthabout_ [c=auhist] {106} _header_ [c=auhist] {_cgihead__htmlhead__pagebanner_} # ALADIN blue header _pagetitle_ [c=auhist] {_collectionname_} _content_ [c=auhist] {
_navigationbar_
_texthelptopics_

_iconblankbar_

_textsimplehelpheading_

_simplehelp_

_iconblankbar_ _texthelpsearching_

_iconblankbar_ _texthelppreferences_

_iconblankbar_

} ########################################################################################## ###################################################################
_navigationbar_
_If_("_cgiargu_" ne "1",_query:queryform_

_iconblankbar_) _If_(_Global:collectionextra_,

_textabout_) _textsubcollections_

_help:textsimplehelpheading_

_help:simplehelp_