Beispiel #1
0
            echo $exportJob->getStatusChangeTime();
            ?>
			<?php 
        }
    }
    ?>
	<br />
	<strong>Current Status:</strong> <span id="jobstatus"><?php 
    echo $exportJob->getStatus();
    ?>
</span><br />
	<br />
	<strong>Job Supplemental:</strong>
	<ul>
	<?php 
    $config = unserialize($exportJob->getConfig());
    $engineClass = $config->getEngineClass();
    $engine = new $engineClass($exportJob);
    $engine->showJobSupplemental();
    ?>
	<br />
	<?php 
    $config = unserialize($exportJob->getConfig());
    if ($config->getVar("overwrite_main")) {
        ?>
<strong>Exporting Main Configuration</strong><br /><?php 
    }
    if ($config->getVar("overwrite_resources")) {
        ?>
<strong>Exporting Resources</strong><br /><?php 
    }