Merge pull request #2754 from solgenomics/topic/fix_homepage_add_accessions_dialog
[sgn.git] / mason / tools / bulk / tabs / converter_tab.mas
blob948bfb7535261a2adeeee5fccae89da626e8394b
2 <%args>
4 </%args>
6 <form id="converter_form" action="/tools/bulk/download" method="post" enctype="multipart/form-data">
8 <br />
9 <table summary="" cellpadding="10" width="100%"><tr><td valign="top" bgcolor="#EEEEEE" width="320">
11 <br />
12 Enter a list of identifiers (SGN unigene ids or TOM1 array ids) or upload a file containing one identifer separated by whitespace (returns, spaces or tabs):<br />
14 <table summary="" width="100%" cellpadding="0"><tr><td>
15 <textarea name="ids" rows="5" cols="20"></textarea>
16 </td>
17 <td>
18 <i>Example:</i>
19 <pre style="border: 1px solid gray; width: 10em; height: 5em">
20 SGN-U562661
21 SGN-U562662
22 SGN-U562663
23 </pre>
24 </td></tr></table>
25 <br />
26 <br />
28 And/or upload list file: <br /><input type="file" name="file" />
29 <br />
30 <br />
32 </td><td valign="top" bgcolor="#EEEEEE" width="320">
34       <input type="hidden" name="idType" value="converter" />
36       <input type="radio" name="converter_type" value="unigene_solyc_converter" checked="1" /> Convert unigene ids to tomato genome ids<br />
37       <input type="radio" name="converter_type" value="unigene_version_converter" /> Convert to newest version<br />
39 <br />
40 <br />
41 <br />
42 <br />
43 <br />
44 <br />
45 </td></tr></table>
46         <input type="reset" />&nbsp;&nbsp;
47 <input type="submit" value="Submit" /><br />
50 </form>