graphical filtering of accession search
[sgn.git] / mason / search / forms / expr_platform.mas
blob65a3ecaea911391cdc61c4668ab4afe30152a6e7
3 <%doc>
5 =head2 expr_platform_search_form
7   Desc: canned html for the SGN expr_platform search form
8   Args: CXGN::Page object
9   Ret : string of HTML that will make an expr_platform search form
11 =cut
12 </%doc>
14 <%args>
15 $q => undef
16 </%args>
18 <%perl>
19 $q ||= CXGN::Searches::GemPlatform->new()->new_query();
20 </%perl>
22   <table class="search_form_title"><tr><td>
23     <span class="search_form_title">Expression search by platform</span>
24   </td>
25   </tr>
26   </table>
28 <form action="/search/gem_platform_search.pl" method="get">
29   <div class="indentedcontent">
30       <% $q->to_html() %>
31   </div>
32 </form>