fixed bug in setting pid
[openemr.git] / interface / main / main_navigation.php
blobaca024dd4977784ea461e45552dcd1aecdca8a00
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="<?echo $rootdir?>/main/finder/patient_finder.php">
15 <?//<form border=0>?>
17 <table border="0" cellspacing="0" cellpadding="0" width="100%" height="100%">
18 <tr>
19 <td width="10%" nowrap>
20 <?//<a href="javascript:document.find_patient.action='finder/patient_finder_keyboard.php';document.find_patient.submit();" class=link>Find Patient:</a>?>
21 <input type="entry" size="10" name="patient" />
22 <select name="findBy" size=1>
23 <option value="ID">ID</option>
24 <option value="Last" selected>Last Name</option>
25 <option value="SSN">SSN</option>
26 <option value="DOB">DOB</option>
27 </select>
28 </td>
30 <td width="5%" nowrap>
31 <a href="javascript:document.find_patient.action='<?echo $rootdir?>/main/finder/patient_finder.php';document.find_patient.submit();" class=link>&nbsp;Find&nbsp;Patient</a>
32 </td>
34 <td align="center" nowrap>
35 &nbsp;&nbsp;&nbsp;<a class="menu" target=_top href="../new/new_patient.php">New&nbsp;Patient</a>&nbsp;
36 </td>
38 <td align="center" nowrap>
39 &nbsp;<a href="../usergroup/user_info.php" target="Main" class="menu">Change&nbsp;Password</a>&nbsp;
40 </td>
42 <td align="center" nowrap>
43 <? if ($userauthorized) {
45 &nbsp;<a class=menu target=_top href="../usergroup/usergroup.php">Administration</a>&nbsp;
49 </td>
50 <td align="center" nowrap>
51 &nbsp;<a href="../reports/index.php" target="Main" class="menu">Reports</a>&nbsp;
52 </td>
54 <td align="center" nowrap>
55 &nbsp;<a href="onotes/office_comments.php" target="Main" class="menu">Notes</a>&nbsp;
56 </td>
58 <td align="center" nowrap>
59 &nbsp;<a href="../billing/billing_report.php" target="Main" class="menu">Billing</a>&nbsp;
60 </td>
61 <td nowrap>
63 &nbsp;<a href="main.php" target="Main" class="menu">Home</a>&nbsp;
64 </td>
65 <td align="center" nowrap>
66 &nbsp;<a href="../logout.php?auth=logout" target="_top" class="menu">Logout</a>&nbsp;&nbsp;
67 </td>
68 </tr>
69 </table>
71 </form>
73 </body>
74 </html>