Esempio n. 1
0
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 ($mode == 2) {
    die;
}
?>
?>
):
<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>";
}
?>
</div>

<div id='file_sync_link' style='display:none;position:absolute;left:10px;top:10px;cursor:pointer;' onclick='hideElem(this)'></div>
<br>
</div>
Esempio n. 3
0
?>
) 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();
?>
	<?php 
foreach ($imports as $bj) {
    echo investigate::printBatchjob($bj, true);
}
?>
</table>
Esempio n. 4
0
echo $delete_text . "'" . $kshow->getName() . "' [" . $kshow->getId() . "] with band id . " . $kshow->getIndexedCustomData1() . ":";
?>
<br>
<table>
<?php 
echo investigate::printKshowHeader();
echo investigate::printKshow($kshow);
?>
</table>
<br>
and entries:<br>
<table>
<?php 
echo investigate::printEntryHeader();
foreach ($entries as $entry) {
    echo investigate::printEntry($entry);
}
?>
</table>

<br>
<input type="button" name="Delete" value="Delete" onclick="deleteme()">

<script>
function deleteme()
{
<?php 
if ($kshow_count) {
    ?>
 
	text = "kuser '<?php 
Esempio n. 5
0
		<td>Duration</td>		
		<td>Created At</td>
		<td>Updated At</td>
	</tr>

	<tr>
		<td colspan=13>Error converting (<?php 
echo count($error_converting);
?>
)</td>
	</tr>	
	
<?php 
foreach ($error_converting as $entry) {
    echo investigate::printEntry($entry, true);
}
?>
	
	<tr>
		<td colspan=13>Too long... <?php 
echo "(" . count($error_waiting_too_long) . ") started before [{$start_date}] and didn't yet end";
?>
</td>
	</tr>	
<?php 
foreach ($error_waiting_too_long as $entry) {
    echo investigate::printEntry($entry, true);
}
?>
	
</table>