diff options
| author | ziejd2 | 2021-02-24 14:36:59 -0600 |
|---|---|---|
| committer | ziejd2 | 2021-02-24 14:36:59 -0600 |
| commit | 25b843f6bbacb1937bdb960777b73acbece64115 (patch) | |
| tree | 88645b9d1d8a0eea19d7229555bf8805571bc8b7 /sourcecodes/enter_netID.php | |
| parent | 33cedf36248f616aa37d1462c69a4a3058a5d92e (diff) | |
| download | BNW-25b843f6bbacb1937bdb960777b73acbece64115.tar.gz | |
GENENET8 update
Diffstat (limited to 'sourcecodes/enter_netID.php')
| -rw-r--r-- | sourcecodes/enter_netID.php | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/sourcecodes/enter_netID.php b/sourcecodes/enter_netID.php index f90f78db..219ea966 100644 --- a/sourcecodes/enter_netID.php +++ b/sourcecodes/enter_netID.php @@ -36,26 +36,22 @@ function test_input($data) { <!-- Site navigation menu --> -<ul class="navbar"> +<ul class="navbar2"> <li><a href="help.php" target="_blank">Help</a> <li><a href="home.php">Home</a> </ul> <div id="outer"> <!-- Main content --> -<br> -<br> -<h1>Enter network ID from previously used network</h1> -<br> +<h2>Enter network ID from previously used network</h2> <p align="justify"> - Networks that have previously been generated in BNW can be accessed by entering the network ID in the input box below. The network ID is currently a three character string that can be found on the left hand menu of any network page. Network files are periodically deleted from BNW so it is possible that older networks may no longer be active. +<br> Networks that have previously been generated in BNW can be accessed by entering the network ID in the input box below. The network ID is currently a three character string that can be found on the left hand menu of any network page. Network files are periodically deleted from BNW so it is possible that older networks may no longer be active. <br> <br> <p><span class="error"></span></p> <FORM METHOD="post" ACTION="<?php echo htmlspecialchars($_SERVER["PHP_SELF"]);?>"> Network ID:<INPUT TYPE="text" name="netID" value="<?php echo $netID;?>" style="padding: 2px 5px; border: 2px solid; border-color: black black black black; font-family: Georgia, ..., serif; font-size: 18px; -display: block; height: 30px; width: 100px;"><span class="error"> <?php echo $netIDErr;?></span> -<br><input type="submit" name="submit" value="Submit" style="display: block; height: 30px; width:100px; font-family: Georgia, ..., serif; font-size: 16px;"> +display: block; height: 30px; width: 100px;"><span class="error"> <?php echo $netIDErr;?></span><input class="button2" type="submit" name="submit" value="Submit"> </FORM> </p> <br> @@ -66,7 +62,7 @@ if ($netIDErr=="1") $keyval=$netID; ?> <script> - window.open("layout.php?My_key=<?php print($keyval);?>",'_self',false); + window.open("layout_svg_no.php?My_key=<?php print($keyval);?>",'_self',false); </script> <?php } |
