9 <form name="bulk_gene" action="/bulk/gene/submit/" method="post" enctype="multipart/form-data">
10 <table summary="" cellpadding="10" width="100%"><tr><td valign="top" bgcolor="#EEEEEE" width="320">
11 Enter a list of gene identifier or upload a file containing one identifer separated by whitespace (returns, spaces or tabs):<br />
12 <table summary="" width="100%" cellpadding="0"><tr><td>
13 <textarea name="ids" rows="10" cols="30">
19 <pre style="border: 1px solid gray; padding: 5px">
29 And/or upload list file: <br /><input type="file" name="gene_file" />
34 <td valign="top" bgcolor="#EEEEEE" width="320">
36 <b>Download gene information</b>:<br />
37 <div style="padding-left: 1em">
38 <input type="radio" name="gene_type" value="cdna" checked="checked" />cDNA sequence <br />
39 <input type="radio" name="gene_type" value="cds" checked="unchecked" />CDS sequence <br />
40 <input type="radio" name="gene_type" value="protein" checked="unchecked" />Protein sequence <br />
44 <input type="submit" value="Submit" /><br />