コード例 #1
0
ファイル: index.php プロジェクト: scovit/nust-helico
function show_admin_options()
{
    clus_head();
    show_menu();
    echo <<<EOF
<h1>Administration tools</h1>
<a href="">Users</a> (show-update-delete users, login as user)<br />
<a href="tables.php">Genomes and Datasets</a>
EOF;
    clus_tail();
}
コード例 #2
0
ファイル: analize.php プロジェクト: scovit/nust-helico
<?php

require "../include/clusterizator.php";
require "include/menu.php";
require "include/explore-work.php";
requirejs("include/explore-analize.js");
requirecss("include/explore.css");
clus_head();
show_menu();
get_explore_info();
?>

Click on the data set that you want to analyze<br /><br />
<div id="analizecontent">
</div>