</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();
    echo investigate::printFileSync($fsl);
    echo "</table>";
    echo "</div>";
}
예제 #2
0
<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">
<?php 
echo investigate::printBatchjobHeader();
?>