7 <& /util/import_javascript.mas, classes => [ 'jquery', 'jquery.dataTables' ] &>
8 <& /util/import_css.mas, paths => ['/documents/inc/datatables/jquery.dataTables.css'] &>
10 <div style="overflow:scroll">
11 <table class="table table-hover table-bordered" id="project_inactive_tracking_identifiers_table">
14 <th>Tracking Identifier</th>
16 % if ($activity_type eq 'transformation') {
17 <th>Transformation ID</th>
18 % } elsif ($activity_type eq 'tissue_culture') {
21 <th>Transformation ID</th>
22 % foreach my $column_header(@$field_headers){
23 <th><%$column_header%></th>
32 jQuery(document).ready(function(){
34 var project_id = "<%$trial_id%>";
36 jQuery('#project_inactive_tracking_identifiers_table').DataTable({
38 'ajax': '/ajax/tracking_activity/project_inactive_identifiers/'+project_id,