Cosmetic fix for the search site
This commit is contained in:
@@ -7,7 +7,7 @@ body {
|
|||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<h2><font color="white">Who would you like to search for</h2>
|
<h2><font color="white">Search by</h2>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
$name = $fname = $lname = "";
|
$name = $fname = $lname = "";
|
||||||
@@ -43,6 +43,7 @@ Username: <br><input type="text" name="username"><br>
|
|||||||
<input type="submit">
|
<input type="submit">
|
||||||
</form>
|
</form>
|
||||||
<br>
|
<br>
|
||||||
|
<h2>Or</h2>
|
||||||
<form action="nameSearch.php" method="post">
|
<form action="nameSearch.php" method="post">
|
||||||
First Name: <input type="text" name="fname"><br>
|
First Name: <input type="text" name="fname"><br>
|
||||||
Last Name: <input type="text" name="lname"><br>
|
Last Name: <input type="text" name="lname"><br>
|
||||||
|
|||||||
Reference in New Issue
Block a user