add mason components for displaying bulk data.
[sgn.git] / mason / bulk.mas
blob0fa3eae7699d92ca9c6a516b59e1b77a92766401
1 <%args>
2     $bulk_js_menu
3     $prefill_ids => ''
4 </%args>
5 <% $bulk_js_menu %>
6 <form name="bulk_feature" action="/bulk/feature/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 feature 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 SGN-E398616
18 C06HBa0229B01.1
19 AP009262
20 Solyc01g005080.2.1
21 </pre>
22 </td></tr></table>
23 <br />
24 <br />
26 And/or upload list file: <br /><input type="file" name="feature_file" />
27 <br />
28 <br />
30 </td>
31 <td valign="top" bgcolor="#EEEEEE" width="320">
33 <b>Download feature information</b>:<br />
34 <div style="padding-left: 1em">
35     <input type="checkbox" name="feature_sequence" onchange="this.checked='checked'" checked="checked" /> feature sequence <br />
36 </div>
37 </td>
38 </tr></table>
40 <input type="submit" value="Submit" /><br />
41 </form>