Changeset 11766


Ignore:
Timestamp:
2006-05-03T16:06:58+12:00 (18 years ago)
Author:
kjdon
Message:

added some advanced search help

File:
1 edited

Legend:

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

    r11361 r11766  
    3737<h3>_texthelpquerytermstitle_</h3>
    3838_texthelpqueryterms_
     39_selectextrahelpsearching_
    3940<div class="divbar">&nbsp;</div>
    4041<a name="query-type"></a>
     
    4546<h3 align=left>_texthelpscopetitle_</h3>
    4647_texthelpscope_
     48<div class="divbar">&nbsp;</div>
     49<a name="advanced-search"></a>
     50<h3 align=left>_texthelpadvancedsearchtitle_</h3>
     51_texthelpadvancedsearch_
    4752_optdatesearchhelp_
    4853<div class="divbar">&nbsp;</div>
     
    8085  <li><a href="\#query-type">_texthelpquerytypetitle_</a>
    8186  <li><a href="\#scope-of-queries">_texthelpscopetitle_</a>
     87  <li><a href="\#advanced-search">_texthelpadvancedsearchtitle_</a>
    8288</ul>
    8389  _optdatesearchhelpcontents_
     
    130136_texthelpdateresults_
    131137}
     138
     139_selectextrahelpsearching_ {
     140_If_("_cgiargct_" eq "1",_texthelpmgppsearching_)
     141_If_("_cgiargct_" eq "2",_texthelplucenesearching_)
     142
     143}
     144
     145_selectadvancedsearch_ {
     146_If_("_cgiargct_" eq "0",_texthelpadvsearchmg_)
     147_If_("_cgiargct_" eq "1",_texthelpadvsearchmgpp_)
     148_If_("_cgiargct_" eq "2",_texthelpadvsearchlucene_)
     149}
Note: See TracChangeset for help on using the changeset viewer.