| <!-- |
| * Copyright (c) 2023 Boeing |
| * |
| * This program and the accompanying materials are made |
| * available under the terms of the Eclipse Public License 2.0 |
| * which is available at https://www.eclipse.org/legal/epl-2.0/ |
| * |
| * SPDX-License-Identifier: EPL-2.0 |
| * |
| * Contributors: |
| * Boeing - initial API and implementation |
| --> |
| <!DOCTYPE html> |
| <html lang="en"> |
| <head> |
| <meta charset="UTF-8"></meta> |
| <meta http-equiv="X-UA-Compatible" content="IE=edge"></meta> |
| <meta name="viewport" content="width=device-width, initial-scale=1"></meta> |
| |
| <link rel="stylesheet" type="text/css" href="/ajax/libs/bootstrap/3.3.2/css/bootstrap.min.css"></link> |
| |
| <title>ATS - Search</title> |
| |
| <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> |
| <!--[if lt IE 9]> |
| <script src="/ajax/libs/html5shiv/3.7.2/html5shiv.min.js"></script> |
| <script src="/ajax/libs/respond/1.4.2/respond.min.js"></script> |
| <![endif]--> |
| </head> |
| <body> |
| |
| <div class="container"> |
| <div><h2>ATS - Search by Id</h2><div> |
| |
| <form id="oseeAppForm" class="well"> |
| <input type="button" id="searchButton" value="Search" class="btn btn-primary" required/> |
| <input type="text" id="searchId" style="width:800px;" placeholder="enter id" onkeypress="return checkForReturn(event)"/> |
| </form> |
| </div> |
| |
| <script src="/ats/lib/search.js"></script> |
| </body> |
| </html> |