12 Desc: sub array_search
14 Ret : array tab format
16 Defines the format of the array tab using html, perl and perl dbi. Specifies
17 information fields available for searching microarrays. Prints the debug
18 checkbox when debug parameter is set to one.
24 <form name="bulkform" action="/tools/bulk/download" method="post" enctype="multipart/form-data">
26 <table summary="" cellpadding="10" width="100%"><tr><td valign="top" bgcolor="#EEEEEE" width="320">
31 Enter a list of identifiers or upload a file containing one identifier:<br />
32 <table summary="" width="100%"><tr><td>
33 <textarea name="ids" rows="5" cols="20"></textarea>
37 <pre style="border: 1px solid gray; width: 10em; height: 5em">
45 And/or upload list file: <br /><input type="file" name="file" />
49 </td><td valign="top" bgcolor="#EEEEEE" width="320">
55 % if ( $debug eq "1" ) {
56 % print qq|<input type="checkbox" checked="checked" name="debug" /> print debug statements<br /><br />\n|;
59 <input type="hidden" name="idType" value="microarray" />
60 <input type="reset" />
61 <input type="submit" value="Submit" /><br />