Inserted missing semi-colons. Worked without them, but they should be there.
[openemr.git] / interface / usergroup / usergroup_navigation.php
blob00aa3301da364d8ecb7b1cf92f92a080835e0eca
1 <?php
2 include_once("../globals.php");
3 include_once("../../library/acl.inc");
4 ?>
5 <html>
6 <head>
7 <title><? xl('Navigation','e'); ?></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>
19 <? if (acl_check('admin', 'users')) { ?>
20 <td valign="middle" nowrap>
21 &nbsp;&nbsp;<a class=menu target=Main href="usergroup_admin.php"
22 onclick="top.restoreSession()"
23 title="Add or Edit Users, Groups and Facilities"><? xl('Users & Groups','e'); ?></a>&nbsp;
24 </td>
25 <? } ?>
27 <? if (acl_check('admin', 'forms')) { ?>
28 <td valign="middle" nowrap>
29 &nbsp;<a class=menu target=Main href="../forms_admin/forms_admin.php"
30 onclick="top.restoreSession()"
31 title="Activate New Forms"><? xl('Forms','e'); ?></a>&nbsp;
32 </td>
33 <? } ?>
35 <? if (acl_check('admin', 'practice')) { ?>
36 <td valign="middle" nowrap>
37 &nbsp;<a class=menu target=Main href="<?=$GLOBALS['webroot']?>/controller.php?practice_settings"
38 onclick="top.restoreSession()"
39 title="Practice Settings"><?xl('Practice','e');?></a>&nbsp;
40 </td>
41 <? } ?>
43 <? if (acl_check('admin', 'acl') && isset($phpgacl_location)) { ?>
44 <td valign="middle" nowrap>
45 &nbsp;<a class=menu target=Main href="adminacl.php"
46 onclick="top.restoreSession()"
47 title="Access Control List Administration"><?xl('ACL','e');?></a>&nbsp;
48 </td>
49 <? } ?>
51 <? if (acl_check('admin', 'calendar')) { ?>
52 <td valign="middle" nowrap>
53 &nbsp;<a class=menu target=Main href="../main/calendar/index.php?module=PostCalendar&type=admin&func=modifyconfig"
54 onclick="top.restoreSession()"
55 title="Calendar Settings"><? xl('Calendar','e'); ?></a>&nbsp;
56 </td>
57 <? } ?>
59 <? if (acl_check('admin', 'database')) { ?>
60 <td valign="middle" nowrap>
61 &nbsp;<a class=menu target=Main href="../main/myadmin/index.php"
62 onclick="top.restoreSession()"
63 title="Database Reporting"><? xl('Database','e'); ?></a>&nbsp;
64 </td>
65 <? } ?>
67 <? if (acl_check('admin', 'batchcom')) { ?>
68 <td valign="middle" nowrap>
69 &nbsp;<a class=menu target=Main href="../batchcom/batchcom.php"
70 onclick="top.restoreSession()"
71 title="Batch Communication and Export"><?xl('BatchCom','e');?></a>&nbsp;
72 </td>
73 <? } ?>
75 <? if ($GLOBALS['inhouse_pharmacy'] && acl_check('admin', 'drugs')) { ?>
76 <td valign="middle" nowrap>
77 &nbsp;<a class=menu target=Main href="../drugs/drug_inventory.php"
78 onclick="top.restoreSession()"
79 title="Drug Inventory Management"><?xl('Drugs','e');?></a>&nbsp;
80 </td>
81 <? } ?>
83 <? if (acl_check('admin', 'language')) { ?>
84 <td valign="middle" nowrap>
85 &nbsp;<a class=menu target=Main href="../language/language.php"
86 onclick="top.restoreSession()"
87 title="Language Management"><? xl('Language','e'); ?></a>&nbsp;
88 </td>
89 <? } ?>
91 <? if (acl_check('admin', 'super')) { ?>
92 <td valign="middle" nowrap>
93 &nbsp;<a class="menu" target=Main href="../super/edit_list.php"
94 onclick="top.restoreSession()"
95 title="Selection List Management"><? xl('Lists','e'); ?></a>&nbsp;
96 </td>
97 <td valign="middle" nowrap>
98 &nbsp;<a class="menu" target=Main href="../super/edit_layout.php"
99 onclick="top.restoreSession()"
100 title="Form Layout Management"><? xl('Layouts','e'); ?></a>&nbsp;
101 </td>
102 <? } ?>
104 <? if (acl_check('admin', 'users')) { ?>
105 <td valign="middle" nowrap>
106 &nbsp;<a class=menu target=Main href="<?echo $rootdir?>/logview/logview.php"
107 onclick="top.restoreSession()"
108 title="View Logs"><? xl('Logs','e'); ?></a>&nbsp;
109 </td>
110 <? } ?>
112 <?php if (! $GLOBALS['concurrent_layout']) { ?>
113 <td valign="middle" align="right" nowrap>
114 &nbsp;<a class=menu href="../main/main_screen.php" target="_top" class="menu"
115 onclick="top.restoreSession()"
116 title=<? xl('Exit from Administration','e'); ?>><?xl('Back','e');?></a>&nbsp;&nbsp;
117 </td>
118 <?php } ?>
120 </tr>
121 </table>
123 </form>
125 </body>
126 </html>