Ejemplo n.º 1
0
if ($mode != 2) {
    ?>
Source entries [ONLY type=1 meaning mediaclips , <b>NOT</b> roughcuts or background, With status=2 meaning READY, (<b>NOT</b> being imported or converted)]</span><?php 
}
if ($mode == 2) {
    ?>
New entries </span><?php 
}
?>
<table border='1px' style='padding:0;margin:0;font-family:arial;font-size: 11px'>
<?php 
if (count($entries) > 0) {
    ?>
  
<?php 
    echo investigate::printEntryHeader();
    foreach ($entries as $entry) {
        $text = null;
        if ($mode != 2) {
            $text = "Assigned to " . @$entry_kusers[$entry->getId()];
        }
        echo investigate::printEntry($entry, false, $source_kshow, $text);
    }
    ?>
	 
<?php 
}
?>
</table>

</div>
<?php 
if (!$entry) {
    echo $result;
    return;
}
?>
Entry:
<br>
<span style='color:red'><?php 
echo $error;
?>
</span>
<br>
<table border=1 cellspacing=0	>
	<?php 
echo investigate::printEntryHeader() . " " . investigate::printEntry($entry);
?>
</table>



<br>
Link to download: <br>
www: <a href='<?php 
echo str_replace("cdn", "www", $entry->dataUrl);
?>
'><?php 
echo str_replace("cdn", "www", $entry->dataUrl);
?>
</a><br>
cdn: <a href='<?php