Beispiel #1
0
	</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();
    ?>
	<br />
	<br />
	<strong>Start Time:</strong> <?php 
    echo $exportJob->getStartTime();
    ?>
<br />