diff options
| author | ziejd2 | 2018-04-25 16:43:19 -0500 |
|---|---|---|
| committer | ziejd2 | 2018-04-25 16:43:19 -0500 |
| commit | 74b673ba4a706085201a5610b938ff98f08f641d (patch) | |
| tree | cb39006ea1a39499e00dbbb0e0097087a4567031 /sourcecodes/bn_file_load_gom.php | |
| parent | a781cb1ff2e7ae6de0f686bd02cd279261485b1e (diff) | |
| download | BNW-74b673ba4a706085201a5610b938ff98f08f641d.tar.gz | |
Bug fixes, code comments, and minor changes
Diffstat (limited to 'sourcecodes/bn_file_load_gom.php')
| -rw-r--r-- | sourcecodes/bn_file_load_gom.php | 22 |
1 files changed, 7 insertions, 15 deletions
diff --git a/sourcecodes/bn_file_load_gom.php b/sourcecodes/bn_file_load_gom.php index 8f14aa7a..21020152 100644 --- a/sourcecodes/bn_file_load_gom.php +++ b/sourcecodes/bn_file_load_gom.php @@ -39,7 +39,7 @@ if(isset($HTTP_POST_VARS["searchkey"])) } -if($searchID!="") +if($searchID=="") { ?> @@ -51,18 +51,6 @@ if($searchID!="") </ul> <?php } -else -{ - -?> -<!-- Site navigation menu --> -<ul class="navbar"> - <li><a href="help.php#file_format" target="_blank">Data formatting guidelines</a> - <li><a href="help.php" target="_blank">Help</a> - <li><a href="home.php">Home</a> -</ul> -<?php -} if(isset($HTTP_POST_VARS["MyUpload"])) @@ -163,11 +151,15 @@ if($searchID!="") $runtime=exe_time($keyval,$parent_number,$k_number); ?> <ul class="navbar2"> + <li><a href="executionprogress.php?My_key=<?php print($keyval);?>">Perform Bayesian network modeling using default settings</a> + <li><a href="create_tiers_gom.php?My_key=<?php print($keyval);?>">Go to structure learning settings and the BNW structural constraint interface</a> <li><a href="javascript:void(0);" NAME="InputCheck" title="InputCheck" onClick=window.open("input_check.php?My_key=<?php print($keyval);?>","Rat//ting","width=950,height=270,0,status=0,");>View uploaded variables and data</a> - <li><a href="executionprogress.php?My_key=<?php print($keyval);?>">Perform Bayesian network modeling using default settings</a> - <li><a href="create_tiers_gom.php?My_key=<?php print($keyval);?>">Go to structure learning settings and the BNW structural constraint interface</a> +</ul> +<ul class="navbar"> +<li><a href="help.php" target="_blank">Help</a> +<li><a href="home.php">Home</a> </ul> <div id="outernew"> <p><h3><?php |
