diff options
Diffstat (limited to 'sourcecodes/executionprogress.php')
| -rw-r--r-- | sourcecodes/executionprogress.php | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/sourcecodes/executionprogress.php b/sourcecodes/executionprogress.php index 6bdec524..7c5d3163 100644 --- a/sourcecodes/executionprogress.php +++ b/sourcecodes/executionprogress.php @@ -6,7 +6,9 @@ include("runtime_check.php"); include("input_validate.php"); $keyval=valid_keyval($_GET["My_key"]); -$dir="./data/"; +//$dir="./data/"; +//$dir="/tmp/bnw/"; +$dir="/var/lib/genenet/bnw/"; //number of parents $pfile=$dir.$keyval."parent.txt"; @@ -26,13 +28,13 @@ $runtime=exe_time($keyval,$parent_number,$k_number); ?> -<div> +<div id='execute_div'> +<br> <p><h3><?php print("Network ID: $keyval<br/>"); print("Estimated run time: $runtime seconds"); ?> -<br><br></h3> -<br> +<br></h3> <table align="center"><tr><td><b></br></br></br>Computing ....</b> <div style="font-size:20pt;padding:6px;border:solid black 4px"> <span id="progress1"> </span> |
