Changeset 12876


Ignore:
Timestamp:
2006-09-27T17:26:31+12:00 (18 years ago)
Author:
kjdon
Message:

some changes to help. some thanks to suggestions made by John Rose. Also made the stem,case,accent prefs help under the control of ss, ks, afs args

File:
1 edited

Legend:

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

    r12782 r12876  
    4343<h3 align=left>_texthelpscopetitle_</h3>
    4444_texthelpscope_
    45 _optionalformsearchhelp_
    4645<div class="divbar">&nbsp;</div>
    4746<a name="advanced-search"></a>
    48 <h3 align=left>_texthelpadvancedsearchtitle_</h3>
     47<h3 align=left>_texthelpadvancedsearchtitle_(_selectindexer_)</h3>
    4948_texthelpadvancedsearch_
    5049<p>_texthelpadvancedsearchextra_
     50_optionalformsearchhelp_
    5151_optdatesearchhelp_
    5252<div class="divbar">&nbsp;</div>
     
    8484  <li><a href="\#query-type">_texthelpquerytypetitle_</a>
    8585  <li><a href="\#scope-of-queries">_texthelpscopetitle_</a>
     86  <li><a href="\#advanced-search">_texthelpadvancedsearchtitle_(_selectindexer_)</a>
    8687  _optionalformsearchhelpcontents_
    87   <li><a href="\#advanced-search">_texthelpadvancedsearchtitle_</a>
     88  _optdatesearchhelpcontents_
    8889</ul>
    89   _optdatesearchhelpcontents_
    9090  <li><a href="\#preferences">_textchangeprefs_</a>
    9191<ul>
     
    137137}
    138138
     139_selectindexer_ {
     140_If_("_cgiargct_" eq "0",MG)
     141_If_("_cgiargct_" eq "1",MGPP)
     142_If_("_cgiargct_" eq "2",Lucene)
     143}
     144
    139145_selectextrahelpsearching_ {
    140146_If_("_cgiargct_" eq "1",_texthelpmgppsearching_)
     
    179185}
    180186
     187_selectwordmodificationprefs_ {
     188_If_("_cgiargks_" eq "1", <p>_textcasefoldprefs_)
     189_If_("_cgiargss_" eq "1", <p>_textstemprefs_)
     190_If_("_cgiargafs_" eq "1", <p>_textaccentfoldprefs_)
     191}
     192
     193_selectstemoptionsprefs_ {
     194_If_("_cgiargct_" eq "1",_textstemoptionsprefs_)
     195}
     196
Note: See TracChangeset for help on using the changeset viewer.