Beispiel #1
0
	</head>
	<body>
		<?php 
$displayLeftMenu = false;
include $serverRoot . '/header.php';
echo '<div class="navpath">';
echo '<a href="../../index.php">Home</a> &gt;&gt; ';
echo '<a href="../misc/collprofiles.php?collid=' . $collid . '&emode=1">Collection Control Panel</a> &gt;&gt; ';
echo '<a href="index.php?collid=' . $collid . '&tabindex=' . $tabIndex . '"><b>Specimen Processor</b></a> &gt;&gt; ';
echo '<b>Processing Handler</b>';
echo '</div>';
?>
		<!-- This is inner text! -->
		<div id="innertext">
			<h2><?php 
echo $specManager->getCollectionName();
?>
</h2>
			<?php 
if ($isEditor) {
    $specManager->setProjVariables($spprid);
    if ($action == 'Process Images') {
        if ($specManager->getProjectType() == 'iplant') {
            $imageProcessor = new ImageProcessor();
            echo '<ul>';
            $imageProcessor->setLogMode(3);
            $imageProcessor->setCollid($collid);
            $imageProcessor->setSpprid($spprid);
            $imageProcessor->processIPlantImages($specManager->getSpecKeyPattern(), $specManager->getLastRunDate());
            echo '</ul>';
        } else {