classdata.php
19.2 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
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
<?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="prcinfo" class="menu1" onclick="chengstate('cinfo')">
<a onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">信息相關管理</a>
</td>
</tr>
<tr id="itemcinfo" style="display:none">
<td class="list">
<table border='0' cellspacing='0' cellpadding='0'>
<tr>
<td class="file">
<a href="../../ListAllInfo.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理信息</a>
</td>
</tr>
<tr>
<td class="file">
<a href="../../ListAllInfo.php?ecmscheck=1<?=$ecms_hashur['ehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">審核信息</a>
</td>
</tr>
<tr>
<td class="file">
<a href="../../workflow/ListWfInfo.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">簽發信息</a>
</td>
</tr>
<?
if($r[dopl])
{
?>
<tr>
<td class="file">
<a href="../../openpage/AdminPage.php?leftfile=<?=urlencode('../pl/PlNav.php'.$ecms_hashur['whehref'])?>&mainfile=<?=urlencode('../pl/PlMain.php'.$ecms_hashur['whehref'])?>&title=<?=urlencode('管理評論')?><?=$ecms_hashur['ehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理評論</a>
</td>
</tr>
<?
}
?>
<tr>
<td class="file">
<a href="../../sp/UpdateSp.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">更新碎片</a>
</td>
</tr>
<tr>
<td class="file">
<a href="../../special/UpdateZt.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">更新專題</a>
</td>
</tr>
<tr>
<td class="file">
<a href="../../info/InfoMain.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">數據統計</a>
</td>
</tr>
<tr>
<td class="file1">
<a href="../../infotop.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">排行統計</a>
</td>
</tr>
</table>
</td>
</tr>
<?
if($r[doclass]||$r[dosetmclass]||$r[doclassf])
{
?>
<tr>
<td id="prclassdata" class="menu1" onclick="chengstate('classdata')">
<a onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">欄目管理</a>
</td>
</tr>
<tr id="itemclassdata" style="display:none">
<td class="list">
<table border='0' cellspacing='0' cellpadding='0'>
<?
if($r[doclass])
{
?>
<tr>
<td class="file">
<a href="../../ListClass.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理欄目</a>
</td>
</tr>
<tr>
<td class="file">
<a href="../../ListPageClass.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理欄目(分頁)</a>
</td>
</tr>
<?
}
if($r[doclassf])
{
?>
<tr>
<td class="file">
<a href="../../info/ListClassF.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">欄目自定義字段</a>
</td>
</tr>
<?
}
if($r[dosetmclass])
{
?>
<tr>
<td class="file1">
<a href="../../SetMoreClass.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">批量設置欄目屬性</a>
</td>
</tr>
<?
}
?>
</table>
</td>
</tr>
<?
}
?>
<?
if($r[dozt]||$r[doztf])
{
?>
<tr>
<td id="przt" class="menu1" onclick="chengstate('zt')">
<a onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">專題管理</a>
</td>
</tr>
<tr id="itemzt" style="display:none">
<td class="list">
<table border='0' cellspacing='0' cellpadding='0'>
<?php
if($r[dozt])
{
?>
<tr>
<td class="file">
<a href="../../special/ListZtClass.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理專題分類</a>
</td>
</tr>
<tr>
<td class="file">
<a href="../../special/ListZt.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理專題</a>
</td>
</tr>
<?php
}
if($r[doztf])
{
?>
<tr>
<td class="file1">
<a href="../../special/ListZtF.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">專題自定義字段</a>
</td>
</tr>
<?php
}
?>
</table>
</td>
</tr>
<?
}
?>
<?
if($r[doinfotype])
{
?>
<tr>
<td id="prinfotype" class="menu1" onclick="chengstate('infotype')">
<a onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">標題分類管理</a>
</td>
</tr>
<tr id="iteminfotype" style="display:none">
<td class="list">
<table border='0' cellspacing='0' cellpadding='0'>
<tr>
<td class="file">
<a href="../../info/AddInfoType.php?enews=AddInfoType<?=$ecms_hashur['ehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">增加標題分類</a>
</td>
</tr>
<tr>
<td class="file1">
<a href="../../info/InfoType.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理標題分類</a>
</td>
</tr>
</table>
</td>
</tr>
<?
}
?>
<?
if($r[dosp])
{
?>
<tr>
<td id="prsp" class="menu1" onclick="chengstate('sp')">
<a onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">碎片管理</a>
</td>
</tr>
<tr id="itemsp" style="display:none">
<td class="list">
<table border='0' cellspacing='0' cellpadding='0'>
<tr>
<td class="file">
<a href="../../sp/ListSpClass.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理碎片分類</a>
</td>
</tr>
<tr>
<td class="file1">
<a href="../../sp/ListSp.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理碎片</a>
</td>
</tr>
</table>
</td>
</tr>
<?
}
?>
<?
if($r[douserpage])
{
?>
<tr>
<td id="pruserpage" class="menu1" onclick="chengstate('userpage')">
<a onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">自定義頁面</a>
</td>
</tr>
<tr id="itemuserpage" style="display:none">
<td class="list">
<table border='0' cellspacing='0' cellpadding='0'>
<tr>
<td class="file">
<a href="../../template/PageClass.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理自定義頁面分類</a>
</td>
</tr>
<tr>
<td class="file">
<a href="../../template/AddPage.php?enews=AddUserpage<?=$ecms_hashur['ehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">增加自定義頁面</a>
</td>
</tr>
<tr>
<td class="file">
<a href="../../template/ListPage.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理自定義頁面</a>
</td>
</tr>
</table>
</td>
</tr>
<?
}
?>
<?
if($r[douserlist])
{
?>
<tr>
<td id="pruserlist" class="menu1" onclick="chengstate('userlist')">
<a onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">自定義列表</a>
</td>
</tr>
<tr id="itemuserlist" style="display:none">
<td class="list">
<table border='0' cellspacing='0' cellpadding='0'>
<tr>
<td class="file">
<a href="../../other/UserlistClass.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理自定義列表分類</a>
</td>
</tr>
<tr>
<td class="file">
<a href="../../other/AddUserlist.php?enews=AddUserlist<?=$ecms_hashur['ehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">增加自定義列表</a>
</td>
</tr>
<tr>
<td class="file1">
<a href="../../other/ListUserlist.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理自定義列表</a>
</td>
</tr>
</table>
</td>
</tr>
<?
}
?>
<?
if($r[douserjs])
{
?>
<tr>
<td id="pruserjs" class="menu1" onclick="chengstate('userjs')">
<a onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">自定義JS</a>
</td>
</tr>
<tr id="itemuserjs" style="display:none">
<td class="list">
<table border='0' cellspacing='0' cellpadding='0'>
<tr>
<td class="file">
<a href="../../other/UserjsClass.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理自定義JS分類</a>
</td>
</tr>
<tr>
<td class="file">
<a href="../../other/AddUserjs.php?enews=AddUserjs<?=$ecms_hashur['ehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">增加自定義JS</a>
</td>
</tr>
<tr>
<td class="file1">
<a href="../../other/ListUserjs.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理自定義JS</a>
</td>
</tr>
</table>
</td>
</tr>
<?
}
?>
<?
if($r[dotags])
{
?>
<tr>
<td id="prtags" class="menu1" onclick="chengstate('tags')">
<a onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">TAGS管理</a>
</td>
</tr>
<tr id="itemtags" style="display:none">
<td class="list">
<table border='0' cellspacing='0' cellpadding='0'>
<tr>
<td class="file">
<a href="../../tags/SetTags.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">設置TAGS參數</a>
</td>
</tr>
<tr>
<td class="file">
<a href="../../tags/TagsClass.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理TAGS分類</a>
</td>
</tr>
<tr>
<td class="file1">
<a href="../../tags/ListTags.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理TAGS</a>
</td>
</tr>
</table>
</td>
</tr>
<?
}
?>
<?
if($r[dofile])
{
?>
<tr>
<td id="prfile" class="menu1" onclick="chengstate('file')">
<a onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">附件管理</a>
</td>
</tr>
<tr id="itemfile" style="display:none">
<td class="list">
<table border='0' cellspacing='0' cellpadding='0'>
<tr>
<td class="file1">
<a href="../../openpage/AdminPage.php?leftfile=<?=urlencode('../file/FileNav.php'.$ecms_hashur['whehref'])?>&title=<?=urlencode('管理附件')?><?=$ecms_hashur['ehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理附件</a>
</td>
</tr>
</table>
</td>
</tr>
<?
}
?>
<?
if($r[docj])
{
?>
<tr>
<td id="prcj" class="menu1" onclick="chengstate('cj')">
<a onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">採集管理</a>
</td>
</tr>
<tr id="itemcj" style="display:none">
<td class="list">
<table border='0' cellspacing='0' cellpadding='0'>
<tr>
<td class="file">
<a href="../../AddInfoC.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">增加採集節點</a>
</td>
</tr>
<tr>
<td class="file">
<a href="../../ListInfoClass.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理採集節點</a>
</td>
</tr>
<tr>
<td class="file1">
<a href="../../ListPageInfoClass.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理採集節點(分頁)</a>
</td>
</tr>
</table>
</td>
</tr>
<?
}
?>
<?
if($r[dosearchall])
{
?>
<tr>
<td id="prsearchall" class="menu1" onclick="chengstate('searchall')">
<a onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">全站全文搜索</a>
</td>
</tr>
<tr id="itemsearchall" style="display:none">
<td class="list">
<table border='0' cellspacing='0' cellpadding='0'>
<tr>
<td class="file">
<a href="../../searchall/SetSearchAll.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">全站搜索設置</a>
</td>
</tr>
<tr>
<td class="file">
<a href="../../searchall/ListSearchLoadTb.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理搜索數據源</a>
</td>
</tr>
<tr>
<td class="file1">
<a href="../../searchall/ClearSearchAll.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">清理搜索數據</a>
</td>
</tr>
</table>
</td>
</tr>
<?
}
?>
<?
if($r[dowap])
{
?>
<tr>
<td id="prwap" class="menu1" onclick="chengstate('wap')">
<a onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">WAP管理</a>
</td>
</tr>
<tr id="itemwap" style="display:none">
<td class="list">
<table border='0' cellspacing='0' cellpadding='0'>
<tr>
<td class="file">
<a href="../../other/SetWap.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">WAP設置</a>
</td>
</tr>
<tr>
<td class="file1">
<a href="../../other/WapStyle.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理WAP模板</a>
</td>
</tr>
</table>
</td>
</tr>
<?
}
?>
<?
if($r[domovenews]||$r[doinfodoc]||$r[dodelinfodata]||$r[dorepnewstext]||$r[dototaldata]||$r[dosearchkey]||$r[dovotemod])
{
?>
<tr>
<td id="prcother" class="menu3" onclick="chengstate('cother')">
<a onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">其他相關</a>
</td>
</tr>
<tr id="itemcother" style="display:none">
<td class="list1">
<table border='0' cellspacing='0' cellpadding='0'>
<?
if($r[dototaldata])
{
?>
<tr>
<td class="file">
<a href="../../TotalData.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/UserTotal.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">用戶發佈統計</a>
</td>
</tr>
<?
}
if($r[dosearchkey])
{
?>
<tr>
<td class="file">
<a href="../../SearchKey.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理搜索關鍵字</a>
</td>
</tr>
<?
}
if($r[dorepnewstext])
{
?>
<tr>
<td class="file">
<a href="../../db/RepNewstext.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">批量替換字段值</a>
</td>
</tr>
<?
}
if($r[domovenews])
{
?>
<tr>
<td class="file">
<a href="../../MoveClassNews.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">批量轉移信息</a>
</td>
</tr>
<?
}
if($r[doinfodoc])
{
?>
<tr>
<td class="file">
<a href="../../InfoDoc.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">信息批量歸檔</a>
</td>
</tr>
<?
}
if($r[dodelinfodata])
{
?>
<tr>
<td class="file">
<a href="../../db/DelData.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">批量刪除信息</a>
</td>
</tr>
<?
}
if($r[dovotemod])
{
?>
<tr>
<td class="file1">
<a href="../../other/ListVoteMod.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理預設投票</a>
</td>
</tr>
<?
}
?>
</table>
</td>
</tr>
<?
}
?>
</table>
</body>
</html>