evidence_with param is already a dbxref
[sgn.git] / mason / bulk_gene.mas
blobfb7b9d674cbc9ff13167f018be4b739c75e27f01
1 <%args>
2     $bulk_js_menu
3     $prefill_ids => ''
4 </%args>
5 <% $bulk_js_menu %>
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">
11 <% $prefill_ids |h %>
12 </textarea>
13 </td>
14 <td>
15 <i>Example:</i>
16 <pre style="border: 1px solid gray; padding: 5px">
17 Solyc01g005080.2
18 AT1G56650.1
19 PGSC0003DMG400012540
20 Os02g0289500
21 </pre>
22 </td></tr></table>
23 <br />
24 <br />
26 And/or upload list file: <br /><input type="file" name="gene_file" />
27 <br />
28 <br />
30 </td>
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 />
38 </div>
39 </td></tr></table>
41 <input type="submit" value="Submit" /><br />
42 </form>