4 <& /util/import_javascript.mas, classes => [ 'jquery', 'jquery.dataTables', 'CXGN.Effects', 'CXGN.List' ] &>
6 <div class="container-fluid">
8 <& /page/page_title.mas, title=>'Gene annotation and families' &>
13 use CXGN::Page::FormattingHelpers qw / conditional_like_input_html simple_selectbox_html/;
20 <&| /page/info_section.mas, title => 'Search Results', collapsible=>1, collapsed=>0 &>
22 <div class="well well-sm">
24 <div class="panel panel-default">
25 <div class="panel-body">
26 <div id="stock_search_results_div" style="overflow:scroll" >
27 <table id="stock_search_results" width="100%" class="table table-hover table-striped">
54 jQuery(document).ready(function () {
56 var stock_table = jQuery('#stock_search_results').DataTable({
57 'columnDefs': [{ 'width': 50, 'targets': 0 }],
58 // 'fixedColumns': true,
60 'url': '/ajax/search/annotation',
61 'data': {'file' : '/static/documents/annotation.tsv'}