示例#1
0
    </script>
    <tr>
        <td class="ui-widget-content">Check for the latest <b>Concerto Platform</b> version</td>
        <td id="tdVersionCheckResult" class="ui-state-highlight">...checking the latest version...</td>
        <td id="tdVersionCheckReccomendation"class="ui-widget-content" align="center">-</td>
    </tr>
<?php 
}
?>

<?php 
if ($ok) {
    ?>
    <tr>
        <?php 
    $test = Setup::superadmin_check();
    ?>
        <td class="ui-widget-content"><b>superadmin</b> user test</td>
        <td class="<?php 
    echo $test ? "ui-state-highlight" : "ui-state-error";
    ?>
"><b>superadmin</b> user <b><?php 
    echo $test ? "EXISTS" : "DOESN'T EXISTS";
    ?>
 - <b style="color:<?php 
    echo $test ? "green" : "red";
    ?>
"><?php 
    echo $test ? "PASSED" : "FAILED";
    ?>
</b></td>