add an option for specifying names/count of linkage groups.
[sgn.git] / mason / bulk.mas
blobf30d220bf38dda9769e1c0ef93f53bed35836abd
1 <%args>
2     $bulk_js_menu
3 </%args>
4 <% $bulk_js_menu %>
5 <form name="bulk_feature" action="/bulk/feature/submit/" method="post" enctype="multipart/form-data">
6 <table summary="" cellpadding="10" width="100%"><tr><td valign="top" bgcolor="#EEEEEE" width="320">
7 Enter a list of feature identifier or upload a file containing one identifer separated by whitespace (returns, spaces or tabs):<br />
8 <table summary="" width="100%" cellpadding="0"><tr><td>
9 <textarea name="ids" rows="10" cols="30"></textarea>
10 </td>
11 <td>
12 <i>Example:</i>
13 <pre style="border: 1px solid gray; padding: 5px">
14 SGN-E398616
15 C06HBa0229B01.1
16 AP009262
17 Solyc01g005080.2.1
18 </pre>
19 </td></tr></table>
20 <br />
21 <br />
23 And/or upload list file: <br /><input type="file" name="feature_file" />
24 <br />
25 <br />
27 </td>
28 </tr></table>
30 <input type="submit" value="Submit" /><br />
31 </form>