According to Elsa Chan:
> I want to change the drop down menu for match_method to radio buttons
> instead. What files do I have to make the changes in?
You can change this in your search.html form. The problem is that in the
followup search forms in header.html (or wrapper.html), nomatch.html and
syntax.html, it uses a template variable that is set automatically by
htsearch to be a select list (i.e. a drop down menu). There's no way,
without changing the C++ code in htsearch/Display.cc, to change these
select lists to radio buttons. You have the option, in the followup
search forms, not to use the template variables that htsearch generates,
and instead use hard-coded radio buttons there too, just as in your
initial search form, but then user selections won't get propagated to
the followup forms.
--
Gilles R. Detillieux E-mail: <[EMAIL PROTECTED]>
Spinal Cord Research Centre WWW: http://www.scrc.umanitoba.ca/~grdetil
Dept. Physiology, U. of Manitoba Phone: (204)789-3766
Winnipeg, MB R3E 3J7 (Canada) Fax: (204)789-3930
------------------------------------
To unsubscribe from the htdig3-dev mailing list, send a message to
[EMAIL PROTECTED]
You will receive a message to confirm this.