6 <form id="converter_form" action="/tools/bulk/download" method="post" enctype="multipart/form-data">
9 <table summary="" cellpadding="10" width="100%"><tr><td valign="top" bgcolor="#EEEEEE" width="320">
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>
19 <pre style="border: 1px solid gray; width: 10em; height: 5em">
28 And/or upload list file: <br /><input type="file" name="file" />
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 />
46 <input type="reset" />
47 <input type="submit" value="Submit" /><br />