Changeset 9668


Ignore:
Timestamp:
2005-04-14T10:42:40+12:00 (19 years ago)
Author:
kjdon
Message:

added n arg (language subcoll) to teh getstdargs function

File:
1 edited

Legend:

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

    r8151 r9668  
    148148    _If_(_gselection_,_getgarg_)   
    149149    _If_(_jselection_,_getjarg_)
     150    _If_(_nselection_,_getnarg_)
    150151
    151152    value = document.QueryForm.t.options[document.QueryForm.t.selectedIndex].value;
     
    170171}
    171172
     173_getnarg_{
     174    value = document.QueryForm.n.options[document.QueryForm.n.selectedIndex].value;
     175    if (value != "_cgiargn_") stdarg += "&n="+value;
     176}
    172177
    173178_formfunctions_{
Note: See TracChangeset for help on using the changeset viewer.