# this file must be UTF-8 encoded ####################################################################### # PAGE STYLES ####################################################################### package Style # to use this style system output # _header_ # all your page content, then # _footer_ # use the page parameter 'style' to choose the appropriate style # Current values: "html" and "xhtml" _compliance_ {html} # the style system uses # _pagetitle_ - what gets displayed at the top of the browser window # _pagescriptextra_ - any extra javascript you want included in the header # _pagebannerextra_ - anything extra you want displayed in the page banner # _pagefooterextra_ - anything extra you want displayed in the footer # defaults for the above macros _pagetitle_ {_collectionname_} _pagescriptextra_ {} _pagebannerextra_ {} _pagefooterextra_ {
}
# _bannertitle_ is defined in nav_css/ns4.dm, and is either text or
# a banner image
_pagebanner_ {
}
_pagebanner_[v=1] {
_globallinks_ _pagebannerextra_
} # note we no longer close off one of the startspacer tables here!! _footer_ { _pagefooterextra_ _endspacer_ _htmlfooter_ } # v=1 footer: not using startspacer in the header, so dont put it in the footer _footer_ [v=1]{ _pagefooterextra_ _htmlfooter_ } # close off anything opened by startspacer _endspacer_ {