Changeset 11989


Ignore:
Timestamp:
2006-06-30T16:09:55+12:00 (18 years ago)
Author:
kjdon
Message:

ct, qt and qto are set by the server, so will always be set. can just check qt arg to see what kind of search form there is

File:
1 edited

Legend:

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

    r11820 r11989  
    2222_optnavigationbar_
    2323
     24<p>
    2425<div class="document">
    25 _If_("_cgiargct_" eq "0",
    26      _If_("_cgiargu_" ne "1",_aboutqueryform_)     
    27     )
    28 _If_("_cgiargct__cgiargqto_" eq "11",
    29     _If_("_cgiargu_" ne "1",_aboutqueryform_)
    30     )
    31 _If_("_cgiargct__cgiargqto_" eq "21",
    32     _If_("_cgiargu_" ne "1",_aboutqueryform_)
    33     )
    34 
    35 _If_("_cgiargct__cgiargqto__cgiargqt_" eq "130",
    36     _If_("_cgiargu_" ne "1",_aboutqueryform_)
    37     )
    38 _If_("_cgiargct__cgiargqto__cgiargqt_" eq "230",
    39     _If_("_cgiargu_" ne "1",_aboutqueryform_)
    40     )
     26_If_("_cgiargqt_" ne "1",
     27     _If_("_cgiargu_" ne "1",_aboutqueryform_)
     28    )         
    4129_If_(_Global:collectionextra_,<p>_textabout_)
    4230_textsubcollections_
     
    5038}
    5139
     40
    5241# _aboutqueryform_ is reset to "" in the server if the collection isn't
    53 # searchable
     42# searchable or if the search form is a fielded form (and therefore too
     43# big to fit)
    5444_aboutqueryform_ {
    5545<div class="queryform">
Note: See TracChangeset for help on using the changeset viewer.