Beispiel #1
0
    ?>
		</select>

	</fieldset>
	</p>
	<div id="engine_config">
	Choose an Engine to use for your Import Job from Above.
	</div>

	<input id="export_submit" style="display:none;" type="submit" value="Begin Export" />
	<?php 
    print_window_footer();
} else {
    ?>
	<?php 
    $stats = $exportJob->getStats();
    if ($stats) {
        $stats = unserialize($stats);
    }
    print_window_header("Job Details", "100%");
    ?>
	<strong>Job Name:</strong> <?php 
    echo $exportJob->getName();
    ?>
<br />
	<strong>Job Id:</strong> <?php 
    echo $exportJob->getId();
    ?>
<br />
	<?php 
    echo $exportJob->getDescription();