Merge pull request #4327 from solgenomics/topic/reduce_pheno_dl_query_length
[sgn.git] / mason / gbrowse / search_box.mas
blob10589aeacf453c3210f798f9bf7b74bc8b690069
1 <%args>
2   $gb_root
3 </%args>
4 <%  CGI::start_form( -style => 'display: inline', -action => $gb_root )
5      .CGI::textfield( -name => 'name', -value => 'search (e.g. SGN-M7588 or lycopene cyclase)', -onfocus => "this.value = ''", -size => 50)
6      .CGI::submit('Search','Search')
7     .CGI::end_form()
8 %>
9 <%once>
10   use CGI ();
11 </%once>