Beispiel #1
0
    if ($_POST['dropColumns'] == "y") {
        $template->removeColumns = true;
    }
    if ($_POST['dropIndexes'] == "y") {
        $template->removeIndexes = true;
    }
    $template->run();
    $height = '600px';
    $width = '500px';
    if ($_POST['showAll'] == "y") {
        $height = '1100px';
        $width = '900px';
    }
    echo "<div style=\"width: {$width}; height: {$height}; top: 330px; left: 15px; position: absolute; background-color: #CCCCCC;\">";
    echo "<span style=\"top: 10px; left: 20px;  text-align: left; font-size: 15px; font-family: sans-serif; position: absolute; background-color: #CCCCCC;\">";
    echo "Done! <br>";
    $template->showChangeSummary();
    $template->showSQLerrors();
    $template->showWarnings();
    if ($_POST['showAll'] == "y") {
        echo "<h4>Full Output:</h4>";
        $template->showContent();
    }
    echo "</span>";
    echo "</div>";
}
?>

</body>
</html>