$tr_style = "background-color:{$color}; margin: 10px 1 6px; ";
    echo investigate::printBatchjob($bj, false, $tr_style);
}
?>
</table>


<br>
Old Conversions (<?php 
echo count($conversions);
?>
):
<br>
<table border=1 cellspacing=0 >
	<?php 
echo investigate::printConversionHeader($entry->id, $entry->mediaType == 1 && $entry->status >= 1);
?>
	<?php 
foreach ($conversions as $conversion) {
    echo investigate::printConversion($conversion, $entry->id, false, $entry->type == 1);
}
?>
</table>

<div style='display:none'>
	
<?php 
foreach ($file_sync_links as $fsl) {
    echo "<div id='file_sync_link_id_{$fsl->getId()}'>";
    echo "<table border=1  cellspacing=0>";
    echo investigate::printFileSyncHeader();
Example #2
0
<a href="/index.php/system/login?exit=true">logout</a> Time on Machine: <?php 
echo date("Y-m-d H:i:s.", time());
?>
<br>

Entry dashboard
<br>
Last (<?php 
echo $conversion_count;
?>
) conversions:
<br>
<table border=1 cellspacing=0 	style="font-family:verdana; font-size:12px">
	<?php 
echo investigate::printConversionHeader();
?>
	<?php 
foreach ($conversions as $conversion) {
    echo investigate::printConversion($conversion, true);
}
?>
</table>

<br>
Last (<?php 
echo $import_count;
?>
) imports:
<br>
<table border=1 cellspacing=0
	style="font-family:verdana; font-size:12px">