コード例 #1
0
ファイル: index.php プロジェクト: Abuamany/concerto-platform
    ?>
        </td>
        <?php 
    $ok = $ok && $test;
    ?>
    </tr>
<?php 
}
?>

<?php 
if ($ok) {
    ?>
    <tr>
        <?php 
    $test = Setup::rscript_check(Ini::$rscript_path);
    ?>
        <td class="ui-widget-content"><b>Rscript</b> file path must be set.</td>
        <td class="<?php 
    echo $test ? "ui-state-highlight" : "ui-state-error";
    ?>
">your <b>Rscript</b> file path: <b><?php 
    echo Ini::$rscript_path;
    ?>
</b> <b><?php 
    echo $test ? "EXISTS" : "DOESN'T EXISTS";
    ?>
 - <b style="color:<?php 
    echo $test ? "green" : "red";
    ?>
"><?php