-
Notifications
You must be signed in to change notification settings - Fork 3
/
admin.php
157 lines (124 loc) · 4.47 KB
/
admin.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
<?php
include "session.php";
include "connectdb.php";
header("Content-type: text/html; charset=utf-8");
//echo $usertype.$superadmin;
if (($usertype !== 'ADMIN') AND ($superadmin == 0) AND ($admin == 0))
{
?>
<script language=JavaScript src="frames_body_array_<?php echo $LANGUAGE ?>.js" type=text/javascript></script>
<script language=JavaScript src="mmenu.js" type=text/javascript></script>
<?php
echo "<body bgcolor=gray>";
echo "Admin area you can't use this page";
echo "<meta http-equiv=\"refresh\" content=\"4;url=main.php\" />";
exit;
}
?>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Administrator </title>
<style type="text/css">
<!--
body {
margin: 0px 0px;
padding: 0px 0px;
background-color: #d4d4d4;
}
a:link { color: #005CA2; text-decoration: none}
a:visited { color: #005CA2; text-decoration: none}
a:active { color: #0099FF; text-decoration: underline}
a:hover { color: #0099FF; text-decoration: underline}
-->
</style>
<script language=JavaScript src="frames_body_array_<?php echo $LANGUAGE ?>.js" type=text/javascript></script>
<script language=JavaScript src="mmenu.js" type=text/javascript></script>
</head>
<body bgcolor="#d4d4d4" topmargin=0 leftmargin=0>
<div id="header-wrap">
<div id="header-container">
<table border=0 cellspacing=0 cellpedding=0 width=100%>
<tr>
<td BACKGROUND="cornner/hl.gif" border=0 width=20 height=36></td>
<td background="cornner/bg.gif" height=36 width=70%></td>
<td background="cornner/hm1.gif" width=33 align=right></td>
<td background="cornner/hm2.gif">Administrator</td>
<td background="cornner/hm4.gif" width=1></td>
<td background="cornner/hm2.gif"></td>
<td background="cornner/hm3.gif" width=30></td>
</tr>
</table>
</div>
</div>
<br/>
<table border=1 cellspacing="0" bordercolor="black" width=90% bgcolor=#E8E8E8 align=center>
<tr>
<td colspan="3" align="center" valign="top" bgcolor="#79acf3"><h1><strong>Administrator</strong></h1></td>
</tr>
<tr><td width=33% valign="top" bgcolor="#f8d290"><font face="MS Sans Serif">1.) Procedure Code</font> <ul>
<li><a href=procedure-new.php>New</a></li>
<li><a href=procedureshow.php>Edit</a></li>
<li><a href="procedure.php">View</a> <a href=procedure2.php>Test2</a></li>
<li>Delete</li>
</ul>
<font face="MS Sans Serif">2.) Radiology Staff</font>
<ul>
<li><a href=staff_new.php>New</a></li>
<li>Edit</li>
<li><a href=staff_view.php>View</a></li>
<li>Delete</li>
<li><a href=add_df_code.php>Add DF Code</a></li>
<li><a href=staff_right.php>Staff Right</a></li>
</ul>
<font face="MS Sans Serif">3.) Referrer Physician</font>
<ul>
<li><a href=referrer_new.html>New</a></li>
<li>Edit</li>
<li><a href=referrer_view.php>View</a></li>
<li><a href=referrer_delete.php>Delete</a></li>
</ul>
</td>
<td width=33% valign="top" bgcolor="#f8d290">
</ul>
<font face="MS Sans Serif">4.) Department</font>
<ul>
<li><a href=department_view.php>New</a></li>
<li><a href=department_view.php>Edit</a></li>
<li><a href=department_view.php>View</a></li>
<li><a href=department_view.php>Delete</a></li>
</ul>
<p>5.) Admin</p>
<ul>
<li><a href=center.php>Center</a><br />
</li>
<li><a href=mergepatient.php>Merge</a> Patient </li>
<li><a href=dmwl.php>MWL Modality Worklist Config</a></li>
<li><a href=editnews.php>Edit NEWS Page (Main screen)</a></li>
<li><a href=showlog1.php>Show Log</a></li>
<li><a href=re-assign.php>Re-Assign Radiologist</a></li>
<li><a href=prepare.php>Procedure Preparation Form</a></li>
<li><a href=checklock_study.php>Unlocked study</a></li>
</td>
<td width=33% valign="top" bgcolor="#f8d290">
6.) System
<ul>
<li><a href=delalllog.php>Delete All LOG</a> Testing only!!</li>
<li><a href=delallhl7.php>Delete All HL7</a> Testing only!!</li>
<li><a href=delallorder.php>Delete All Order</a> Testing only!!</li>
<li><a href=hl7-resend.php>Resend ORU (Report )</a></li>
<li>Restart Database<a href=restartmysq_linux.php> Linux Server</a> <a href=restartmysql_windows.php> Windows Server</a>
</ul>
<form action="reboot.php" method="post">
System :
<input class="button" name="Submit" value="Reboot" type="submit">
</form>
<br/><br/>
7.) <a href=resetpassword.php>Reset User Password</a>
</td>
</tr></table>
<script language=JavaScript src="frames_body_array_<?php echo $LANGUAGE ?>.js" type=text/javascript></script>
<script language=JavaScript src="mmenu.js" type=text/javascript></script>
</body>
</html>