same brapi germplasm-search for get and post
[sgn.git] / mason / util / import_extjs.mas
blob74d00ebd3bc02facc1579690d5de90194fe47059
1 <%perl>
2     push @{ $c->stash->{head_pre_html} },
3         qq|<link rel="stylesheet" type="text/css" href="/static/ext-4.0/resources/css/ext-all-scoped.css"/>|;
5     push @{ $c->stash->{add_head_html} },
6         qq|<script type="text/javascript" src="/static/ext-4.0/bootstrap.js"></script>|;
8 </%perl>
9 <script type="text/javascript">
10   Ext.scopeResetCSS = true;
11 </script>