if a variable is displayed, show trait properties section, otherwise do not.
[sgn.git] / mason / search / forms / expr_template_tab.mas
blobc36d868271695767d7062c9015edf98c1a8f578b
3 <%doc>
5 </%doc>
7 <%args>
8 $q
9 </%args>
11 <%perl>
13 $q ||= CXGN::Searches::GemTemplate->new()->new_query();
15 </%perl>
17 <table class="search_form_title"><tr><td>
18       <span class="search_form_title">Expression search by template</span>
19     </td>
20   </tr>
21 </table>
23 <form action="/search/gem_template_search.pl" method="get">
24   <div class="indentedcontent">
26 <% $q->to_html()  %>
27                           </div>
28 </form>