Exemplo n.º 1
0
if (!(isset($subaction) && $subaction == 'syntax_errors')) {
    die("Cannot run this script directly");
}
?>
<html>
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
        <title>LimeExpressionManager:  Show Log of Syntax Errors</title>
    </head>
    <body>
        <?php 
require_once "../../../config-defaults.php";
require_once "../../../config.php";
require_once "../../../common.php";
include_once '../LimeExpressionManager.php';
$errors = LimeExpressionManager::GetSyntaxErrors();
?>
        <table class='showsyntaxerrors' border='1'">
            <thead>
                <tr>
                    <th>time</th>
                    <th>sid</th>
                    <th>gid</th>
                    <th>qid</th>
                    <th>gseq</th>
                    <th>qseq</th>
                    <th>Type</th>
                    <th>Source Expression</th>
                    <th>Syntax Highlighted</th>
                </tr>
            </thead>