| <!DOCTYPE html> | <!DOCTYPE html> | ||||
| <html lang="en"> | <html lang="en"> | ||||
| <head> | <head> | ||||
| <meta charset="utf-8"> | |||||
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |||||
| <link rel="stylesheet" type="text/css" href="css/style.css"> | |||||
| <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous"> | |||||
| <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script> | |||||
| </head> | </head> | ||||
| <body> | <body> | ||||
| <div class="container-fluid"> | |||||
| <?php | <?php | ||||
| foreach ($random_abstracts as $record_array): | foreach ($random_abstracts as $record_array): | ||||
| <?php | <?php | ||||
| endforeach; | endforeach; | ||||
| ?> | ?> | ||||
| </div> | |||||
| </body> | </body> | ||||
| </html> | </html> |
| <!DOCTYPE html> | <!DOCTYPE html> | ||||
| <html lang="en"> | <html lang="en"> | ||||
| <head> | <head> | ||||
| <meta charset="utf-8"> | |||||
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |||||
| <link rel="stylesheet" type="text/css" href="css/style.css"> | <link rel="stylesheet" type="text/css" href="css/style.css"> | ||||
| <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous"> | |||||
| <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script> | |||||
| <script> | <script> | ||||
| function resizeIframe(obj) { | function resizeIframe(obj) { | ||||
| obj.style.height = obj.contentWindow.document.documentElement.scrollHeight + 'px'; | obj.style.height = obj.contentWindow.document.documentElement.scrollHeight + 'px'; | ||||
| </script> | </script> | ||||
| </head> | </head> | ||||
| <body> | <body> | ||||
| <div class="box"> | |||||
| <iframe src="./random.php" frameborder="0" scrolling="no" onload="resizeIframe(this)" align="left"> </iframe> | |||||
| </div> | |||||
| <div class="container-fluid"> | |||||
| <div class="row"> | |||||
| <div class="col text-center"> | |||||
| <iframe src="./random.php" frameborder="0" scrolling="no" onload="resizeIframe(this)"> </iframe> | |||||
| </div> | |||||
| <div class="box"> | |||||
| <iframe src="./random.php" frameborder="0" scrolling="no" onload="resizeIframe(this)" align="right"></iframe> | |||||
| <div class="col text-center"> | |||||
| <iframe src="./random.php" frameborder="0" scrolling="no" onload="resizeIframe(this)"></iframe> | |||||
| </div> | |||||
| </div> | |||||
| </div> | </div> | ||||
| </body> | </body> | ||||
| </html> | </html> |
| ?> | ?> | ||||
| <!DOCTYPE html> | |||||
| <html lang="en"> | |||||
| <head> | |||||
| <meta charset="utf-8"> | |||||
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |||||
| <link rel="stylesheet" type="text/css" href="css/style.css"> | |||||
| <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous"> | |||||
| <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script> | |||||
| </head> | |||||
| <body> | |||||
| <div class="container"> | |||||
| <?php | <?php | ||||
| $search_results = solr_search_id($_GET["id"]); | $search_results = solr_search_id($_GET["id"]); | ||||
| <?php | <?php | ||||
| endforeach; | endforeach; | ||||
| ?> | ?> | ||||
| </div> | |||||
| </body> | |||||
| </html> |
| <!DOCTYPE html> | <!DOCTYPE html> | ||||
| <html lang="en"> | <html lang="en"> | ||||
| <head> | <head> | ||||
| <meta charset="utf-8"> | |||||
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |||||
| <link rel="stylesheet" type="text/css" href="css/style.css"> | <link rel="stylesheet" type="text/css" href="css/style.css"> | ||||
| <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous"> | |||||
| <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script> | |||||
| </head> | </head> | ||||
| <body> | <body> | ||||
| <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> | |||||
| <div class="container-fluid p-5 my-5 border"> | |||||
| <div class="row justify-content-center p-3"> | |||||
| <div class="col-sm-6" | |||||
| <form action="search.php" method="POST"> | |||||
| <input type="text" name="search" placeholder="search for a patent record"> | |||||
| <input type="submit" value="search"> | |||||
| </form> | |||||
| </div> | |||||
| </div> | |||||
| <div class="centre"> | |||||
| <a href="./random.php">show a random record</a> | |||||
| </div> | |||||
| <div class="row p-3"> | |||||
| <div class="col"> | |||||
| <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="col"> | |||||
| <a href="./compare.php">compare two random records</a> | |||||
| </div> | |||||
| </div> | |||||
| <div class="centre"> | |||||
| <a href="./titles.php">ten random titles</a> | |||||
| </div> | |||||
| <div class="row p-3"> | |||||
| <div class="col"> | |||||
| <a href="./titles.php">ten random titles</a> | |||||
| </div> | |||||
| <div class="centre"> | |||||
| <a href="./abstracts.php">ten random abstracts</a> | |||||
| </div> | |||||
| <div class="col"> | |||||
| <a href="./abstracts.php">ten random abstracts</a> | |||||
| </div> | |||||
| </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="row p-3"> | |||||
| <div class="col"> | |||||
| <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 class="col"> | |||||
| <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> | |||||
| </div> | |||||
| </div> | </div> | ||||
| </body> | </body> |
| <!DOCTYPE html> | <!DOCTYPE html> | ||||
| <html lang="en"> | <html lang="en"> | ||||
| <head> | <head> | ||||
| <meta charset="utf-8"> | |||||
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |||||
| <link rel="stylesheet" type="text/css" href="css/style.css"> | |||||
| <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous"> | |||||
| <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script> | |||||
| </head> | </head> | ||||
| <body> | <body> | ||||
| <div class="container-fluid"> | |||||
| Application ID: | Application ID: | ||||
| <?php | <?php | ||||
| <?php | <?php | ||||
| endif; | endif; | ||||
| ?> | ?> | ||||
| </div> | |||||
| </body> | </body> | ||||
| </html> | </html> |
| ?> | ?> | ||||
| <!DOCTYPE html> | |||||
| <html lang="en"> | |||||
| <head> | |||||
| <meta charset="utf-8"> | |||||
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |||||
| <link rel="stylesheet" type="text/css" href="css/style.css"> | |||||
| <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous"> | |||||
| <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script> | |||||
| </head> | |||||
| <body> | |||||
| <div class="container"> | |||||
| <?php | <?php | ||||
| $search_results = solr_search($_POST["search"]); | $search_results = solr_search($_POST["search"]); | ||||
| <?php | <?php | ||||
| endforeach; | endforeach; | ||||
| ?> | ?> | ||||
| </div> | |||||
| </body> | |||||
| </html> |
| <!DOCTYPE html> | <!DOCTYPE html> | ||||
| <html lang="en"> | <html lang="en"> | ||||
| <head> | <head> | ||||
| <meta charset="utf-8"> | |||||
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |||||
| <link rel="stylesheet" type="text/css" href="css/style.css"> | |||||
| <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous"> | |||||
| <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script> | |||||
| </head> | </head> | ||||
| <body> | <body> | ||||
| <div class="container-fluid"> | |||||
| <?php | <?php | ||||
| foreach ($random_titles as $record_array): | foreach ($random_titles as $record_array): | ||||
| <?php | <?php | ||||
| endforeach; | endforeach; | ||||
| ?> | ?> | ||||
| </div> | |||||
| </body> | </body> | ||||
| </html> | </html> |