7 <& /util/import_javascript.mas, classes => [ 'jquery', 'jquery.dataTables' ] &>
8 <& /util/import_css.mas, paths => ['/documents/inc/datatables/jquery.dataTables.css'] &>
11 <& /page/page_title.mas, title => "Profile: '$profile_name'" &>
13 <&| /page/info_section.mas, title => 'Details', collapsible=>1, collapsed=>0 &>
14 <div class = "well well-sm">
15 <div class = "panel panel-default">
16 <div class = "panel-body">
17 <div style="overflow:scroll">
18 <table id = "profile_detail_table" class="table table-hover table-striped">
23 <th>Benchmark Variety</th>
39 jQuery(document).ready(function () {
41 jQuery('#profile_detail_table').DataTable( {
42 'ajax': '/ajax/breeders/program/profile_detail/'+ <% $profile_id %>,