Ejemplo 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;
}
?>
Ejemplo n.º 2
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 
<?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 
Ejemplo n.º 4
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>