Merge pull request #4106 from solgenomics/topic/wishlist
[sgn.git] / mason / tools / bulk / tabs / gene_tab.mas
blobb3b8c191162368552c41786b74f10314a2c8e564
2 <%args>
3     $bulk_js_menu => ''
4     $prefill_ids => ''
5 </%args>
7 <% $bulk_js_menu %>
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">
14 <% $prefill_ids |h %>
15 </textarea>
16 </td>
17 <td>
18 <i>Example:</i>
19 <pre style="border: 1px solid gray; padding: 5px">
20 Solyc01g005080.2
21 AT1G56650.1
22 PGSC0003DMG400012540
23 Os02g0289500
24 </pre>
25 </td></tr></table>
26 <br />
27 <br />
29 And/or upload list file: <br /><input type="file" name="gene_file" />
30 <br />
31 <br />
33 </td>
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 />
41 </div>
42 </td></tr></table>
44 <input type="submit" value="Submit" /><br />
45 </form>