# this file must be UTF-8 encoded
# This macro file contains the definitions required for making the
# navigation bar presentation controlled by the CSS file.
#######################################################################
# GLOBAL MACROS
#######################################################################
package Global
#######################################################################
# global navigation links
#######################################################################
# _globallinks_ {_If_("_cgiargu_" ne "1",_homelink_) _helplink_ _preflink_}
_globallinks_ {_If_("_cgiargu_" ne "1",_homelink_) _preflink_}
_homelink_ {_navtaborig_(_httppagehome_,_linktextHOME_,_textdescrhome_)}
_helplink_ {_navtaborig_(_httppagehelp_,_linktextHELP_,_textdescrhelp_)}
_preflink_ {_navtaborig_(_httppagepref_,_linktextPREFERENCES_,_textdescrpref_)}
# The following is useful if collection specific macro. Override
# _optnavigationbar_ to be empty if you don't want the navigation bar to
# appear in the standard place, and then specify _navigationbar_ elsewhere
# in a collection specific macro file(s) to be where you do want it.
_optnavigationbar_{
_navigationbar_
}
_starthighlight_ {}
_endhighlight_ {}
# parameters are:
# 1. the url to go to when clicked
# 2. the name of the tab
# 3. alt/title explanatory text
# 4. optional "selected" or not if it is the current tab
_navtaborig_ {_2_,class="navlink" href="_1_" title="_3_">_2_)}
# parameters are
# 1. The url to go to when clicked
# 2. The metadata name - this gets used to determine the title and alt text
# 3. optional "selected" if it is the current tab
_navtab_ {_navlinktitle_(_2_),class="navlink" href="_1_" title="_navlinkalt_(_2_)">_navlinktitle_(_2_))}
#######################################################################
# navigation bar images
#
#######################################################################
# the spacer image - the width of this is calculated and set from server
_navbarspacer_ {}
_navbarspacer_[v=1] {
}
# cgiargu means "static page", so no search link should be shown
_navtabsearch_ {_If_("_cgiargu_" ne "1",_navtab_(_httpquery_,Search,_1_))}
package about
_imagethispage_ {_titleabout_}
package query
_imagethispage_ {_labelSearch_}
package Style
_imagescript_ {}
#_bannertitle_ {_If_(_imagethispage_,_imagethispage_
)}
_bannertitle_ {_If_(_imagethispage_,_imagethispage_
)}
#i
package home
_preflink_ {_navtab_(_home:httppagehomepref_,_linktextPREFERENCES_,_textdescrpref_)}