<!DOCTYPE html>
<html>
<head>
<title>Search Page</title>
<link rel="icon" type="image/png" href="favicon.png">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
</head>
<body>
<center>
<p><b>VA Vista Documentation Search</b></p>
<form method="get" action="https://www.google.com/search" name="form1" id="form1" target="_blank">
<table summary="Divisions">
<tbody>
<tr>
<td>Search:</td>
<td><input name="as_q" type="text"></td>
</tr>
<tr>
<td> </td>
<td>
<?php $fn = $_GET['fn']; $fn = htmlspecialchars($fn); ?>
<select name="as_sitesearch" size="6">
<option <?php if ($fn === "A") { echo "selected=\"selected\" "; } ?>value="https://www.hardhats.org/">Hardhats</option>
<option <?php if ($fn === "") { echo "selected=\"selected\" "; } if ($fn === "B") { echo "selected=\"selected\" "; } ?>value="https://www.va.gov/vdl">Full VDL</option>
<option <?php if ($fn === "C") { echo "selected=\"selected\" "; } ?>value="https://www.va.gov/vdl/documents/Clinical/">Clinical</option>
<option <?php if ($fn === "D") { echo "selected=\"selected\" "; } ?>value="https://www.va.gov/vdl/documents/Infrastructure/">Infrastructure</option>
<option <?php if ($fn === "E") { echo "selected=\"selected\" "; } ?>value="https://www.va.gov/vdl/documents/Financial_Admin/">Financial-Adm.</option>
<option <?php if ($fn === "F") { echo "selected=\"selected\" "; } ?>value="https://worldvista.org/">WorldVista</option></select>
</td>
</tr>
<tr>
<td> </td>
<td><input value="Search" name="Search" type="submit"></td>
</tr>
</tbody>
</table>
</form>
</center>
</body>
</html>