2 include_once("../globals.php");
3 include_once("../../library/acl.inc");
7 <title
>Navigation
</title
>
9 <link rel
="stylesheet" href
="<?php echo $css_header;?>" type
="text/css">
12 <body
class="body_nav">
14 <form border
=0 method
=post target
="_top" name
="find_patient" action
="<?php echo $rootdir?>/main/finder/patient_finder.php">
16 <div id
="nav_topmenu">
17 <table border
="0" cellspacing
="0" cellpadding
="0" width
="100%" height
="100%">
19 <td width
="10%" nowrap
>
20 <?php
///<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
="Last" selected
><?php
xl ('Name','e'); ?
></option
>
24 <option value
="Phone"><?php
xl ('Phone','e'); ?
></option
>
25 <option value
="ID"><?php
xl ('ID','e'); ?
></option
>
26 <option value
="SSN"><?php
xl ('SSN','e'); ?
></option
>
27 <option value
="DOB"><?php
xl ('DOB','e'); ?
></option
>
31 <td width
="5%" nowrap
>
32 <a href
="javascript:top.restoreSession();document.find_patient.action='<?php echo $rootdir?>/main/finder/patient_finder.php';document.find_patient.submit();"
33 class='link'> 
;<?php
xl('Find','e'); ?
> 
;<?php
xl('Patient','e'); ?
></a
>
38 $npauth = acl_check('patients', 'demo');
39 if ($npauth == 'write' ||
$npauth == 'addonly') {
41 <td align
="center" nowrap
>
42  
;<a
class="menu" target
=_top href
="../new/new_patient.php" onclick
="top.restoreSession()">
43 <?php
xl('New','e'); ?
> 
;<?php
xl('Patient','e'); ?
></a
> 
;
47 <td align
="center" nowrap
>
48  
;<a href
="../usergroup/user_info.php" target
="Main" class="menu" onclick
="top.restoreSession()">
49 <?php
xl('Password','e'); ?
></a
> 
;
52 <?php
if (acl_check('admin', 'calendar') ||
acl_check('admin', 'database') ||
53 acl_check('admin', 'forms') ||
acl_check('admin', 'practice') ||
54 acl_check('admin', 'users') ||
acl_check('admin', 'acl')) { ?
>
55 <td align
="center" nowrap
>
56  
;<a
class="menu" target
=_top href
="../usergroup/usergroup.php" onclick
="top.restoreSession()">
57 <?php
xl('Admin','e'); ?
></a
> 
;
61 <td align
="center" nowrap
>
62  
;<a href
="../reports/appointments_report.php" target
="_new" class="menu"> <?php
xl('Appts','e'); ?
></a
> 
; 
;
64 <td align
="center" nowrap
>
65  
;<a href
="../reports/index.php" target
="Main" class="menu" onclick
="top.restoreSession()">
66 <?php
xl('Reports','e'); ?
></a
> 
;
69 <td align
="center" nowrap
>
70  
;<a href
="onotes/office_comments.php" target
="Main" class="menu" onclick
="top.restoreSession()">
71 <?php
xl('Notes','e'); ?
></a
> 
;
74 <td align
="center" nowrap
>
75  
;<a href
="../usergroup/addrbook_list.php" target
="Main" class="menu" onclick
="top.restoreSession()">
76 <?php
xl('AB','e'); ?
></a
> 
;
80 $tmp = acl_check('patients', 'demo');
81 if (($tmp == 'write' ||
$tmp == 'addonly') &&
82 is_readable("$webserver_root/custom/import.php")) {
84 <td align
="center" nowrap
>
85  
;<a href
="<?php echo $web_root; ?>/custom/import.php" target
="Main" class="menu"
86 onclick
="top.restoreSession()"><?php
xl('Import','e'); ?
></a
> 
;
91 if ($GLOBALS['enable_hylafax'] ||
$GLOBALS['enable_scanner']) {
93 if ($GLOBALS['enable_hylafax']) {
94 // Count the number of faxes in the recvq:
96 exec("faxstat -r -l -h " . $GLOBALS['hylafax_server'], $statlines);
97 foreach ($statlines as $line) {
98 if (substr($line, 0, 1) == '-') ++
$faxcount;
101 $faxcount = $faxcount ?
"($faxcount)" : "";
103 <td align
="center" nowrap
>
104  
;<a href
="../fax/faxq.php" target
="Main" class="menu" onclick
="top.restoreSession()">
105 <?php
echo xl('Docs') . $faxcount; ?
></a
> 
;
109 <?php
if (acl_check('acct', 'rep') ||
acl_check('acct', 'eob') ||
acl_check('acct', 'bill')) { ?
>
110 <td align
="center" nowrap
>
111  
;<a href
="../billing/billing_report.php" target
="Main" class="menu" onclick
="top.restoreSession()">
112 <?php
xl('Billing','e'); ?
></a
> 
;
116 <?php
if ($GLOBALS['athletic_team']) { ?
>
118 <td align
="center" nowrap
>
119  
;<a href
="../reports/players_report.php?embed=1" target
="Main" class="menu" onclick
="top.restoreSession()">
120 <?php
xl('Roster','e'); ?
></a
> 
;
122 <td align
="center" nowrap
>
123  
;<a href
="main.php" target
="Main" class="menu" onclick
="top.restoreSession()">
124 <?php
xl('Calendar','e'); ?
></a
> 
;
129 <td align
="center" nowrap
>
130  
;<a href
="main.php" target
="Main" class="menu" onclick
="top.restoreSession()">
131 <?php
xl('Home','e'); ?
></a
> 
;
136 <td align
="center" nowrap
>
137  
;<a href
="../logout.php?auth=logout" target
="_top" class="menu" onclick
="top.restoreSession()">
138 <?php
xl('Logout','e'); ?
></a
> 
; 
;
141 <td align
="center" nowrap
>
142  
;<a href
="../../Documentation/User_Guide/" target
="_blank" class="menu" onclick
="top.restoreSession()">
143 <?php
xl('Help','e'); ?
></a
> 
; 
;