FileNav.php
6.52 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
<?php
define('EmpireCMSAdmin','1');
require("../../class/connect.php");
require("../../class/db_sql.php");
require("../../class/functions.php");
$link=db_connect();
$empire=new mysqlquery();
$editor=1;
//驗證用戶
$lur=is_login();
$logininid=$lur['userid'];
$loginin=$lur['username'];
$loginrnd=$lur['rnd'];
$loginlevel=$lur['groupid'];
$loginadminstyleid=$lur['adminstyleid'];
//ehash
$ecms_hashur=hReturnEcmsHashStrAll();
//驗證權限
//CheckLevel($logininid,$loginin,$classid,"file");
$gr=ReturnLeftLevel($loginlevel);
$url="<a href=ListFile.php?type=9".$ecms_hashur['ehref'].">管理附件</a>";
$filer=$empire->fetch1("select filedatatbs,filedeftb from {$dbtbpre}enewspublic limit 1");
$tr=explode(',',$filer['filedatatbs']);
?>
<!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="../adminstyle/<?=$loginadminstyleid?>/adminstyle.css" rel="stylesheet" type="text/css">
<SCRIPT lanuage="JScript">
function DisplayImg(ss,imgname,phome)
{
if(imgname=="infofileimg")
{
img=todisplay(doinfofile,phome);
document.images.infofileimg.src=img;
}
else if(imgname=="otherfileimg")
{
img=todisplay(dootherfile,phome);
document.images.otherfileimg.src=img;
}
else if(imgname=="fotherimg")
{
img=todisplay(dofother,phome);
document.images.fotherimg.src=img;
}
else
{
}
}
function todisplay(ss,phome)
{
if(ss.style.display=="")
{
ss.style.display="none";
theimg="../openpage/images/add.gif";
}
else
{
ss.style.display="";
theimg="../openpage/images/noadd.gif";
}
return theimg;
}
function turnit(ss,img)
{
DisplayImg(ss,img,0);
}
</SCRIPT>
</head>
<body topmargin="0">
<br>
<?php
if($gr['dofile'])
{
?>
<table width="100%" border="0" align="center" cellpadding="4" cellspacing="1" class="tableborder" id="doinfofileid">
<tr>
<td height="25" class="header"><img src="../openpage/images/noadd.gif" name="infofileimg" width="20" height="9" border="0"><a href="#ecms" onMouseUp=turnit(doinfofile,"infofileimg"); style="CURSOR: hand">管理信息附件</a></td>
</tr>
<tbody id="doinfofile">
<?php
$count=count($tr)-1;
for($i=1;$i<$count;$i++)
{
$thistb=$tr[$i];
$fstbname="信息附件表".$thistb;
$filetbname=$dbtbpre.'enewsfile_'.$thistb;
if($thistb==$filer['filedeftb'])
{
$fstbname='<b>'.$fstbname.'</b>';
}
?>
<tr>
<td height="25" bgcolor="#FFFFFF" onMouseOver="this.style.backgroundColor='#EFEFEF'" onMouseOut="this.style.backgroundColor='#FFFFFF'"> <a href="ListFile.php?type=9&fstb=<?=$tr[$i]?><?=$ecms_hashur['ehref']?>" target="apmain"><?=$fstbname?></a></td>
</tr>
<?php
}
?>
</tbody>
</table>
<br>
<br>
<table width="100%" border="0" align="center" cellpadding="4" cellspacing="1" class="tableborder" id="dootherfileid">
<tr>
<td height="25" class="header"><img src="../openpage/images/noadd.gif" name="otherfileimg" width="20" height="9" border="0"><a href="#ecms" onMouseUp=turnit(dootherfile,"otherfileimg"); style="CURSOR: hand">管理其他附件</a></td>
</tr>
<tbody id="dootherfile">
<tr>
<td height="25" bgcolor="#FFFFFF" onMouseOver="this.style.backgroundColor='#EFEFEF'" onMouseOut="this.style.backgroundColor='#FFFFFF'"> <a href="ListFile.php?type=9&modtype=5<?=$ecms_hashur['ehref']?>" target="apmain">公共附件</a></td>
</tr>
<tr>
<td height="25" bgcolor="#FFFFFF" onMouseOver="this.style.backgroundColor='#EFEFEF'" onMouseOut="this.style.backgroundColor='#FFFFFF'"> <a href="ListFile.php?type=9&modtype=1<?=$ecms_hashur['ehref']?>" target="apmain">欄目附件</a></td>
</tr>
<tr>
<td height="25" bgcolor="#FFFFFF" onMouseOver="this.style.backgroundColor='#EFEFEF'" onMouseOut="this.style.backgroundColor='#FFFFFF'"> <a href="ListFile.php?type=9&modtype=2<?=$ecms_hashur['ehref']?>" target="apmain">專題附件</a></td>
</tr>
<tr>
<td height="25" bgcolor="#FFFFFF" onMouseOver="this.style.backgroundColor='#EFEFEF'" onMouseOut="this.style.backgroundColor='#FFFFFF'"> <a href="ListFile.php?type=9&modtype=6<?=$ecms_hashur['ehref']?>" target="apmain">會員附件</a></td>
</tr>
<tr>
<td height="25" bgcolor="#FFFFFF" onMouseOver="this.style.backgroundColor='#EFEFEF'" onMouseOut="this.style.backgroundColor='#FFFFFF'"> <a href="ListFile.php?type=9&modtype=7<?=$ecms_hashur['ehref']?>" target="apmain">碎片附件</a></td>
</tr>
<tr>
<td height="25" bgcolor="#FFFFFF" onMouseOver="this.style.backgroundColor='#EFEFEF'" onMouseOut="this.style.backgroundColor='#FFFFFF'"> <a href="ListFile.php?type=9&modtype=4<?=$ecms_hashur['ehref']?>" target="apmain">反饋附件</a></td>
</tr>
<tr>
<td height="25" bgcolor="#FFFFFF" onMouseOver="this.style.backgroundColor='#EFEFEF'" onMouseOut="this.style.backgroundColor='#FFFFFF'"> <a href="ListFile.php?type=9&modtype=3<?=$ecms_hashur['ehref']?>" target="apmain">廣告附件</a></td>
</tr>
</tbody>
</table>
<br>
<br>
<?php
}
?>
<?php
if($gr['dofile']||$gr['dofiletable'])
{
?>
<table width="100%" border="0" align="center" cellpadding="4" cellspacing="1" class="tableborder" id="dofotherid">
<tr>
<td height="25" class="header"><img src="../openpage/images/noadd.gif" name="fotherimg" width="20" height="9" border="0"><a href="#ecms" onMouseUp=turnit(dofother,"fotherimg"); style="CURSOR: hand">其他管理</a></td>
</tr>
<tbody id="dofother">
<?php
if($gr['dofile'])
{
?>
<tr>
<td height="25" bgcolor="#FFFFFF" onMouseOver="this.style.backgroundColor='#EFEFEF'" onMouseOut="this.style.backgroundColor='#FFFFFF'"> <a href="FilePath.php<?=$ecms_hashur['whehref']?>" target="apmain">目錄式管理附件</a></td>
</tr>
<tr>
<td height="25" bgcolor="#FFFFFF" onMouseOver="this.style.backgroundColor='#EFEFEF'" onMouseOut="this.style.backgroundColor='#FFFFFF'"> <a href="TranMoreFile.php<?=$ecms_hashur['whehref']?>" target="apmain">上傳多附件</a></td>
</tr>
<?php
}
?>
</tbody>
</table>
<?php
}
?>
<br>
</body>
</html>
<?php
db_close();
$empire=null;
?>