2 include_once("../globals.php");
3 include_once("../../library/acl.inc");
7 <title
>Navigation
</title
>
9 <link rel
=stylesheet href
="<?echo $css_header;?>" type
="text/css">
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">
17 <table border
="0" cellspacing
="0" cellpadding
="0" width
="100%" height
="100%">
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
>Name
</option
>
25 <option value
="SSN">SSN
</option
>
26 <option value
="DOB">DOB
</option
>
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
> 
;Find
 
;Patient
</a
>
36 $npauth = acl_check('patients', 'demo');
37 if ($npauth == 'write' ||
$npauth == 'addonly') {
39 <td align
="center" nowrap
>
40  
;<a
class="menu" target
=_top href
="../new/new_patient.php">New 
;Patient
</a
> 
;
44 <td align
="center" nowrap
>
45  
;<a href
="../usergroup/user_info.php" target
="Main" class="menu">Password
</a
> 
;
48 <?
if (acl_check('admin', 'calendar') ||
acl_check('admin', 'database') ||
49 acl_check('admin', 'forms') ||
acl_check('admin', 'practice') ||
50 acl_check('admin', 'users')) { ?
>
51 <td align
="center" nowrap
>
52  
;<a
class=menu target
=_top href
="../usergroup/usergroup.php">Administration
</a
> 
;
56 <td align
="center" nowrap
>
57  
;<a href
="../reports/index.php" target
="Main" class="menu">Reports
</a
> 
;
60 <td align
="center" nowrap
>
61  
;<a href
="onotes/office_comments.php" target
="Main" class="menu">Notes
</a
> 
;
64 <?
if (acl_check('acct', 'rep') ||
acl_check('acct', 'eob') ||
acl_check('acct', 'bill')) { ?
>
65 <td align
="center" nowrap
>
66  
;<a href
="../billing/billing_report.php" target
="Main" class="menu">Billing
</a
> 
;
70 <?
if ($GLOBALS['athletic_team']) { ?
>
71 <td align
="center" nowrap
>
72  
;<a href
="../reports/players_report.php?embed=1" target
="Main" class="menu">Roster
</a
> 
;
74 <td align
="center" nowrap
>
75  
;<a href
="main.php" target
="Main" class="menu">Calendar
</a
> 
;
78 <td align
="center" nowrap
>
79  
;<a href
="main.php" target
="Main" class="menu">Home
</a
> 
;
83 <td align
="center" nowrap
>
84  
;<a href
="../logout.php?auth=logout" target
="_top" class="menu">Logout
</a
> 
; 
;