require admin/users permissions to view logs
[openemr.git] / interface / new / new_navigation.php
blob55311fc8fbd277f189cc5979c4fe21bbbf46768e
1 <?
2 include_once("../globals.php");
3 ?>
5 <html>
6 <head>
7 <title>Navigation</title>
9 <link rel=stylesheet href="<?echo $css_header;?>" type="text/css">
11 </head>
12 <body <?echo $nav_bg_line;?> topmargin=0 rightmargin=4 leftmargin=2 marginheight=0 bottommargin=0 link=#000000 vlink=#000000 alink=#000000>
14 <form border=0 method=post target="_top" name="find_patient" action="../main/finder/patient_finder.php">
16 <table border="0" cellspacing="0" cellpadding="0" width="100%" height="100%">
17 <tr>
18 <td valign="middle" width="10%" nowrap>
19 <?//<a href="javascript:document.find_patient.action='../main/finder/patient_finder_keyboard.php';document.find_patient.submit();" class=link>Find Patient:</a>?>
20 <input type=entry size=10 name=patient>
21 <select name="findBy" size=1>
22 <option value="Last" selected>Last Name</option>
23 <option value="ID">ID</option>
24 <option value="SSN">SSN</option>
25 <option value="DOB">DOB</option>
26 </select>
27 </td>
29 <td valign="middle" nowrap>
30 <a href="javascript:document.find_patient.action='../main/finder/patient_finder.php';document.find_patient.submit();" class=link>&nbsp;Find&nbsp;Patient</a>
31 </td>
33 <td valign="middle" align="right" nowrap>
34 <?//<a href="../logout.php?auth=logout" target="_top" class="logout">Logout</a>?>
35 <a href="../main/main_screen.php" target="_top" class="logout">Back</a>&nbsp;&nbsp;
36 </td>
37 </tr>
38 </table>
40 </form>
42 </body>
43 </html>