Changeset 11768


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

changed the mgpp and lucene plain search text bits

File:
1 edited

Legend:

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

    r11209 r11768  
    531531
    532532<div class="document">
    533 
    534533<div class="queryform">
    535534_If_(_cgiargct_,_selectqueryform_,_queryform_)
     
    697696</select>}
    698697
    699 _textselect_ {_If_(_cgiargb_,_textadvancedsearch_,_textsimplesearch_)}
     698_textselect_ {_If_(_cgiargb_,_chooseadvancedsearch_,_textsimplesearch_)}
     699_chooseadvancedsearch_ {_If_(_cgiargct_,_If_(_cgiargct_ eq "2",_textadvancedlucenesearch_,_textadvancedmgppsearch_),_textadvancedsearch_}
    700700_textformselect_ {_If_(_cgiargqf_,_textformadvancedsearch_,_textformsimplesearch_)}
    701701# mg uses hselection for index, mgpp uses fqfselection
     
    723723}
    724724
    725 _formquerytypeselection_ {
     725_formquerytypesimpleselection_ {
    726726<select name="t">
    727 <option value="1"_If_(_cgiargt_, selected)>_If_(_cgiargqf_,_textranked_,_textsome_)
    728 <option value="0"_If_(_cgiargt_,, selected)>_If_(_cgiargqf_,_textnatural_,_textall_)
     727<option value="1"_If_(_cgiargt_, selected)>_textsome_
     728<option value="0"_If_(_cgiargt_,, selected)>_textall_
    729729</select>
    730730}
    731731
    732 
     732_formquerytypeadvancedselection_ {
     733<select name="t">
     734<option value="1"_If_(_cgiargt_, selected)>_textranked_
     735<option value="0"_If_(_cgiargt_,, selected)>_textnatural_
     736</select>
     737}
     738
     739
Note: See TracChangeset for help on using the changeset viewer.