minor changes to prior commit
[openemr.git] / interface / new / new_navigation.php
blobee716dcbf4375751a420487de9446e12dfa31aa4
1 <?php
2 include_once("../globals.php");
3 ?>
5 <html>
6 <head>
7 <?php html_header_show();?>
8 <title><?php xl('Navigation', 'e'); ?></title>
10 <link rel="stylesheet" href="<?php echo $css_header;?>" type="text/css">
12 </head>
13 <body class="body_nav">
15 <div id="nav_topmenu">
16 <form method="post" target="_top" name="find_patient" action="../main/finder/patient_finder.php">
18 <table border="0" cellspacing="0" cellpadding="0" width="100%" height="100%">
19 <tr>
20 <td style="text-align:left;">
21 <input type="textbox" size="10" name="patient">
22 <select name="findBy" size=1>
23 <option value="Last" selected><?php xl('Last Name', 'e');?></option>
24 <option value="ID"><?php xl('ID', 'e');?></option>
25 <option value="SSN"><?php xl('SSN', 'e');?></option>
26 <option value="DOB"><?php xl('DOB', 'e');?></option>
27 </select>
28 <a href="javascript:top.restoreSession();document.find_patient.action='../main/finder/patient_finder.php';document.find_patient.submit();" class=link>&nbsp;<?php xl('Find Patient', 'e');?></a>
29 </td>
31 <td style="text-align:right">
32 <a href="../main/main_screen.php" target="_top" class="logout" onclick="top.restoreSession()"><?php xl('Back', 'e'); ?></a>&nbsp;&nbsp;
33 </td>
35 </tr>
36 </table>
38 </form>
39 </div>
41 </body>
42 </html>