error message return if image processing fails
[sgn.git] / mason / search / features.mas
bloba9fa48b42b4009ad611444d9a7e0b10d38268d79
1 <%args>
2   $maximum_export_size
3 </%args>
5 <& /util/import_extjs.mas &>
6 <& /util/import_javascript.mas, classes => 'SGN.Search.Feature' &>
8 <div class="page_introduction">
9    Search for many types of genomic sequences and annotations.
10 </div>
12 <style type="text/css">
13   #search_form       { margin: 1em auto; width: 452px; }
14   #search_form label { font-weight: bold; padding: 0.3em }
15   a.fs_export { float: right; padding: 3px }
16 </style>
18 <&| /page/info_section.mas, title => 'Matching features' &>
19    <div id="search_grid" style="margin: 1em auto 1em auto; width: 700px"> </div>
20 </&>
22 <&| /page/info_section.mas, title => 'Filter by' &>
23     <div id="search_form"></div>
24 </&>
26 <script type="text/javascript">
28     SGN.Search.Feature.set_up_feature_search( {
29         maximum_export_size: <% $maximum_export_size %>
30     });
32 </script>