usercp.php
8.93 KB
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
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
<?php
if(!defined('InEmpireCMS'))
{
exit();
}
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>菜單</title>
<link href="../../../data/menu/menu.css" rel="stylesheet" type="text/css">
<script src="../../../data/menu/menu.js" type="text/javascript"></script>
<SCRIPT lanuage="JScript">
function tourl(url){
parent.main.location.href=url;
}
</SCRIPT>
</head>
<body onLoad="initialize()">
<table border='0' cellspacing='0' cellpadding='0'>
<tr height=20>
<td id="home"><img src="../../../data/images/homepage.gif" border=0></td>
<td><b>用戶面板</b></td>
</tr>
</table>
<table border='0' cellspacing='0' cellpadding='0'>
<tr>
<td id="pruser" class="menu1" onclick="chengstate('user')">
<a onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">用戶管理</a>
</td>
</tr>
<tr id="itemuser" style="display:none">
<td class="list">
<table border='0' cellspacing='0' cellpadding='0'>
<tr>
<td class="file">
<a href="../../user/EditPassword.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">修改個人資料</a>
</td>
</tr>
<?
if($r[dogroup])
{
?>
<tr>
<td class="file">
<a href="../../user/ListGroup.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理用戶組</a>
</td>
</tr>
<?
}
if($r[douserclass])
{
?>
<tr>
<td class="file">
<a href="../../user/UserClass.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理部門</a>
</td>
</tr>
<?
}
if($r[douser])
{
?>
<tr>
<td class="file">
<a href="../../user/ListUser.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理用戶</a>
</td>
</tr>
<?
}
if($r[dolog])
{
?>
<tr>
<td class="file">
<a href="../../user/ListLog.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理登陸日誌</a>
</td>
</tr>
<tr>
<td class="file">
<a href="../../user/ListDolog.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理操作日誌</a>
</td>
</tr>
<?
}
if($r[doadminstyle])
{
?>
<tr>
<td class="file1">
<a href="../../template/AdminStyle.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理後颱風格</a>
</td>
</tr>
<?
}
?>
</table>
</td>
</tr>
<?
if($r[domember]||$r[domemberf])
{
?>
<tr>
<td id="prmember" class="menu1" onclick="chengstate('member')">
<a onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">會員管理</a>
</td>
</tr>
<tr id="itemmember" style="display:none">
<td class="list">
<table border='0' cellspacing='0' cellpadding='0'>
<?
if($r[domember])
{
?>
<tr>
<td class="file">
<a href="../../member/ListMemberGroup.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理會員組</a>
</td>
</tr>
<tr>
<td class="file">
<a href="../../member/ListMember.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理會員</a>
</td>
</tr>
<tr>
<td class="file">
<a href="../../member/ClearMember.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">批量清理會員</a>
</td>
</tr>
<?
}
if($r[domemberf])
{
?>
<tr>
<td class="file">
<a href="../../member/ListMemberF.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理會員字段</a>
</td>
</tr>
<tr>
<td class="file1">
<a href="../../member/ListMemberForm.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理會員表單</a>
</td>
</tr>
<?
}
?>
</table>
</td>
</tr>
<?
}
?>
<?
if($r[dospacestyle]||$r[dospacedata])
{
?>
<tr>
<td id="prmemberspace" class="menu1" onclick="chengstate('memberspace')">
<a onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">會員空間管理</a>
</td>
</tr>
<tr id="itemmemberspace" style="display:none">
<td class="list">
<table border='0' cellspacing='0' cellpadding='0'>
<?
if($r[dospacestyle])
{
?>
<tr>
<td class="file">
<a href="../../member/ListSpaceStyle.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理空間模板</a>
</td>
</tr>
<?
}
if($r[dospacedata])
{
?>
<tr>
<td class="file">
<a href="../../member/MemberGbook.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理空間留言</a>
</td>
</tr>
<tr>
<td class="file1">
<a href="../../member/MemberFeedback.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理空間反饋</a>
</td>
</tr>
<?
}
?>
</table>
</td>
</tr>
<?
}
?>
<?
if($r[domemberconnect])
{
?>
<tr>
<td id="prmemberconnect" class="menu1" onclick="chengstate('memberconnect')">
<a onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">外部接口</a>
</td>
</tr>
<tr id="itemmemberconnect" style="display:none">
<td class="list">
<table border='0' cellspacing='0' cellpadding='0'>
<tr>
<td class="file1">
<a href="../../member/MemberConnect.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理外部登錄接口</a>
</td>
</tr>
</table>
</td>
</tr>
<?
}
?>
<?
if($r[docard]||$r[dosendemail]||$r[domsg]||$r[dobuygroup])
{
?>
<tr>
<td id="prmother" class="menu3" onclick="chengstate('mother')">
<a onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">其他功能</a>
</td>
</tr>
<tr id="itemmother" style="display:none">
<td class="list1">
<table border='0' cellspacing='0' cellpadding='0'>
<?
if($r[dobuygroup])
{
?>
<tr>
<td class="file">
<a href="../../member/ListBuyGroup.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理充值類型</a>
</td>
</tr>
<?
}
if($r[docard])
{
?>
<tr>
<td class="file">
<a href="../../member/ListCard.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理點卡</a>
</td>
</tr>
<tr>
<td class="file">
<a href="../../member/GetFen.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">批量贈送點數</a>
</td>
</tr>
<?
}
if($r[dosendemail])
{
?>
<tr>
<td class="file">
<a href="../../member/SendEmail.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">批量發送郵件</a>
</td>
</tr>
<?
}
if($r[domsg])
{
?>
<tr>
<td class="file">
<a href="../../member/SendMsg.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">批量發送短消息</a>
</td>
</tr>
<tr>
<td class="file1">
<a href="../../member/DelMoreMsg.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">批量刪除短消息</a>
</td>
</tr>
<?
}
?>
</table>
</td>
</tr>
<?
}
?>
</table>
</body>
</html>