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