# this file must be UTF-8 encoded package query ####################################################################### # Macros whose values are set from within the server at runtime. These # are here only for reference and to set default values if required. ####################################################################### _quotedquery_ {} _freqmsg_ {} _resultline_ {} _thisfirst_ {} _thislast_ {} _nextfirst_ {} _nextlast_ {} _prevfirst_ {} _prevlast_ {} _searchhistorylist_ {} _imagethispage_ {_labelSearch_} ####################################################################### # icons ####################################################################### _queryresultsbar_ {
} # _iconnext_ and _iconprev_ are overridden in this package as we # don't want alt text here _iconnext_{} _iconnext_ [v=1] {} _iconprev_{} _iconprev_ [v=1] {} ####################################################################### # page content ####################################################################### _pagetitle_ {_If_(_cgiargq_,_textquerytitle_,_textnoquerytitle_)} _content_ { _optnavigationbar_ _queryform_ _If_(_searchhistorylist_,} _queryform_ {
} _textselect_ {_If_(_cgiargb_,_textadvancedsearch_,_textsimplesearch_)} # we want to put the links to previous/next pages of results # in the footer _pagefooterextra_ {_If_(_prevfirst_,_iconprev__textmatches__prevfirst_ - _prevlast_) | _If_(_nextfirst_,_textmatches__nextfirst_ - _nextlast__iconnext_) |