Changeset 13081


Ignore:
Timestamp:
2006-10-11T11:04:49+13:00 (18 years ago)
Author:
kjdon
Message:

added globallinks - if we are on the help page with no collection specified, then pref goes to homepref, otherwise goes to preferences page. Hid the advanced search help stuff if there is no collection specified

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/macros/help.dm

    r12876 r13081  
    22
    33package help
     4
     5# preflink may change depending on whether a collection is set or not
     6_globallinks_ {_homelink_ _choosepreflink_}
     7_choosepreflink_ {_If_(_cgiargc_,_preflink_,_home:preflink_)}
    48
    59_imagethispage_ {_textHelp_}
     
    4347<h3 align=left>_texthelpscopetitle_</h3>
    4448_texthelpscope_
     49_If_(_cgiargc_,
    4550<div class="divbar">&nbsp;</div>
    4651<a name="advanced-search"></a>
     
    4954<p>_texthelpadvancedsearchextra_
    5055_optionalformsearchhelp_
    51 _optdatesearchhelp_
     56_optdatesearchhelp_)
    5257<div class="divbar">&nbsp;</div>
    5358<a name="preferences"></a>
     
    8489  <li><a href="\#query-type">_texthelpquerytypetitle_</a>
    8590  <li><a href="\#scope-of-queries">_texthelpscopetitle_</a>
    86   <li><a href="\#advanced-search">_texthelpadvancedsearchtitle_(_selectindexer_)</a>
     91  _If_(_cgiargc_,<li><a href="\#advanced-search">_texthelpadvancedsearchtitle_(_selectindexer_)</a>
    8792  _optionalformsearchhelpcontents_
    88   _optdatesearchhelpcontents_
     93  _optdatesearchhelpcontents_)
    8994</ul>
    9095  <li><a href="\#preferences">_textchangeprefs_</a>
Note: See TracChangeset for help on using the changeset viewer.