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 if (acl_check('patients','demo','',array('write','addonly') )) {
40 <td align
="center" nowrap
>
41  
;<a
class="menu" target
=_top href
="../new/new_patient.php" onclick
="top.restoreSession()">
42 <?php
xl('New','e'); ?
> 
;<?php
xl('Patient','e'); ?
></a
> 
;
46 <td align
="center" nowrap
>
47  
;<a href
="../usergroup/user_info.php" target
="Main" class="menu" onclick
="top.restoreSession()">
48 <?php
xl('Password','e'); ?
></a
> 
;
51 <td align
="center" nowrap
>
52  
;<a href
="../super/edit_globals.php?mode=user" target
="Main" class="menu" onclick
="top.restoreSession()">
53 <?php
xl('Settings','e'); ?
></a
> 
;
56 <?php
if (acl_check('admin', 'calendar') ||
acl_check('admin', 'database') ||
57 acl_check('admin', 'forms') ||
acl_check('admin', 'practice') ||
58 acl_check('admin', 'users') ||
acl_check('admin', 'acl')) { ?
>
59 <td align
="center" nowrap
>
60  
;<a
class="menu" target
=_top href
="../usergroup/usergroup.php" onclick
="top.restoreSession()">
61 <?php
xl('Admin','e'); ?
></a
> 
;
65 <td align
="center" nowrap
>
66  
;<a href
="../reports/appointments_report.php" target
="_new" class="menu"> <?php
xl('Appts','e'); ?
></a
> 
; 
;
68 <td align
="center" nowrap
>
69  
;<a href
="../reports/index.php" target
="Main" class="menu" onclick
="top.restoreSession()">
70 <?php
xl('Reports','e'); ?
></a
> 
;
73 <td align
="center" nowrap
>
74  
;<a href
="onotes/office_comments.php" target
="Main" class="menu" onclick
="top.restoreSession()">
75 <?php
xl('Notes','e'); ?
></a
> 
;
78 <td align
="center" nowrap
>
79  
;<a href
="../usergroup/addrbook_list.php" target
="Main" class="menu" onclick
="top.restoreSession()">
80 <?php
xl('AB','e'); ?
></a
> 
;
84 if ( (acl_check('patients','demo','',array('write','addonly') )) &&
85 is_readable("$webserver_root/custom/import.php")) {
87 <td align
="center" nowrap
>
88  
;<a href
="<?php echo $web_root; ?>/custom/import.php" target
="Main" class="menu"
89 onclick
="top.restoreSession()"><?php
xl('Import','e'); ?
></a
> 
;
94 if ($GLOBALS['enable_hylafax'] ||
$GLOBALS['enable_scanner']) {
96 if ($GLOBALS['enable_hylafax']) {
97 // Count the number of faxes in the recvq:
99 exec("faxstat -r -l -h " . $GLOBALS['hylafax_server'], $statlines);
100 foreach ($statlines as $line) {
101 if (substr($line, 0, 1) == '-') ++
$faxcount;
104 $faxcount = $faxcount ?
"($faxcount)" : "";
106 <td align
="center" nowrap
>
107  
;<a href
="../fax/faxq.php" target
="Main" class="menu" onclick
="top.restoreSession()">
108 <?php
echo xl('Docs') . $faxcount; ?
></a
> 
;
112 <?php
if (acl_check('acct', 'rep') ||
acl_check('acct', 'eob') ||
acl_check('acct', 'bill')) { ?
>
113 <td align
="center" nowrap
>
114  
;<a href
="../billing/billing_report.php" target
="Main" class="menu" onclick
="top.restoreSession()">
115 <?php
xl('Billing','e'); ?
></a
> 
;
120 <td align
="center" nowrap
>
121  
;<a href
="main.php" target
="Main" class="menu" onclick
="top.restoreSession()">
122 <?php
xl('Home','e'); ?
></a
> 
;
126 <td align
="center" nowrap
>
127  
;<a href
="../logout.php" target
="_top" class="menu" onclick
="top.restoreSession()">
128 <?php
xl('Logout','e'); ?
></a
> 
; 
;
131 <td align
="center" nowrap
>
132  
;<a href
="http://open-emr.org/wiki/index.php/OpenEMR_4.2.2_Users_Guide" target
="_blank" class="menu">
133 <?php
xl('Manual','e'); ?
></a
> 
; 
;