title, 'node/'.$node->nid); } ?>
job)) { if (isset($node->job->progress)) { ?>
Job Name loader_name;?>
Submitted By
Job Creation Date created, 'custom', "F j, Y, g:i a"); ?>
Last Updated changed, 'custom', "F j, Y, g:i a"); ?>
Template Name template->name; ?>
Data File file;?>
Job Status job_status;?>
Job Progress job->progress . '% (' . l('view job', 'admin/tripal/tripal_jobs/view/' . $node->job_id) . ')';?>
inserted_records)) { print '

Loading Summary

'; $rows = array(); $total = 0; foreach ($node->inserted_records as $r) { $row = array(); $row[] = $r->table_inserted_into; $row[] = $r->num_inserted; $rows[] = $row; $total = $total + $r->num_inserted; } $rows[] = array('TOTAL',''.$total.''); print theme('table',array('header'=>array('Chado Table', 'Number of Records Inserted'), 'rows'=>$rows)); } ?>
template->template_id); ?>