repo.or.cz
/
sgn.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #4327 from solgenomics/topic/reduce_pheno_dl_query_length
[sgn.git]
/
mason
/
gbrowse
/
search_box.mas
blob
10589aeacf453c3210f798f9bf7b74bc8b690069
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>