|
|
@@ -12,16 +12,42 @@ |
|
|
|
<!DOCTYPE html> |
|
|
|
<html lang="en"> |
|
|
|
<head> |
|
|
|
<link rel="stylesheet" type="text/css" href="css/style.css"> |
|
|
|
</head> |
|
|
|
<body> |
|
|
|
|
|
|
|
<form action="search.php" method="POST"> |
|
|
|
<input type="text" name="search" placeholder="search for a patent record"> |
|
|
|
<input type="submit" value="search"> |
|
|
|
</form> |
|
|
|
<div class="centre"> |
|
|
|
<form action="search.php" method="POST"> |
|
|
|
<input type="text" name="search" placeholder="search for a patent record"> |
|
|
|
<input type="submit" value="search"> |
|
|
|
</form> |
|
|
|
</div> |
|
|
|
|
|
|
|
<a href="./random.php">show a random record</a> |
|
|
|
<a href="./compare.php">compare two random records</a> |
|
|
|
<div class="centre"> |
|
|
|
<a href="./random.php">show a random record</a> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="centre"> |
|
|
|
<a href="./compare.php">compare two random records</a> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="centre"> |
|
|
|
<form action="search.php" method="POST"> |
|
|
|
<input type="hidden" name="search" value="leak"> |
|
|
|
<button type="submit" class="btn-link"> |
|
|
|
example search: 'leak' |
|
|
|
</button> |
|
|
|
</form> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="centre"> |
|
|
|
<form action="search.php" method="POST"> |
|
|
|
<input type="hidden" name="search" value="secret"> |
|
|
|
<button type="submit" class="btn-link"> |
|
|
|
example search: 'secret' |
|
|
|
</button> |
|
|
|
</form> |
|
|
|
</div> |
|
|
|
|
|
|
|
</body> |
|
|
|
</html> |