about summary refs log tree commit diff
path: root/sourcecodes/home_upload.php
diff options
context:
space:
mode:
authorziejd22021-02-24 14:36:59 -0600
committerziejd22021-02-24 14:36:59 -0600
commit25b843f6bbacb1937bdb960777b73acbece64115 (patch)
tree88645b9d1d8a0eea19d7229555bf8805571bc8b7 /sourcecodes/home_upload.php
parent33cedf36248f616aa37d1462c69a4a3058a5d92e (diff)
downloadBNW-25b843f6bbacb1937bdb960777b73acbece64115.tar.gz
GENENET8 update
Diffstat (limited to 'sourcecodes/home_upload.php')
-rw-r--r--sourcecodes/home_upload.php11
1 files changed, 3 insertions, 8 deletions
diff --git a/sourcecodes/home_upload.php b/sourcecodes/home_upload.php
index 09af0910..e9d459dc 100644
--- a/sourcecodes/home_upload.php
+++ b/sourcecodes/home_upload.php
@@ -5,9 +5,6 @@ include("header_new.inc");
 
 <!-- Site navigation menu -->
 <ul class="navbar2">
-<li><a href="upload_structure_file.php">Upload data and structure files</a>
-</ul>
-<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>
@@ -16,19 +13,17 @@ include("header_new.inc");
 <div id="outer">
 <!-- Main content -->
 <br>
-<br>
-<h1>Investigate networks with a known structure</h1>
+<h2>Investigate networks with a known structure</h2>
 <br>
 <p align="justify"> 
   BNW can be used to study and make predictions for models with a known structure. To use this feature, click the "Upload data and structure files" button below to upload the file containing the data for each of the variables in the network. Then, upload a file containing the network structure. Guidelines for formatting the data and structure data files can be found <a href="help.php#file_format">here</a>.
 <br>
 <br>
 <FORM METHOD="LINK" ACTION="upload_structure_file.php">
-<INPUT TYPE="submit" VALUE="Upload data and structure files" style="color: #fff; padding: 2px 5px; border: 2px solid; border-color: black black black black; background-color: #33339f; font-family: Georgia, ..., serif; font-size: 18px;
-display: block; height: 30px; width: 300px;">
+<INPUT TYPE="submit" class=button2 VALUE="Upload data and structure files">
 </FORM>
 </p>
 <br>
 </div>
 </body>
-</html>
\ No newline at end of file
+</html>