FileNav.php 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175
  1. <?php
  2. define('EmpireCMSAdmin','1');
  3. require("../../class/connect.php");
  4. require("../../class/db_sql.php");
  5. require("../../class/functions.php");
  6. $link=db_connect();
  7. $empire=new mysqlquery();
  8. $editor=1;
  9. //验证用户
  10. $lur=is_login();
  11. $logininid=$lur['userid'];
  12. $loginin=$lur['username'];
  13. $loginrnd=$lur['rnd'];
  14. $loginlevel=$lur['groupid'];
  15. $loginadminstyleid=$lur['adminstyleid'];
  16. //ehash
  17. $ecms_hashur=hReturnEcmsHashStrAll();
  18. //验证权限
  19. //CheckLevel($logininid,$loginin,$classid,"file");
  20. $gr=ReturnLeftLevel($loginlevel);
  21. $url="<a href=ListFile.php?type=9".$ecms_hashur['ehref'].">管理附件</a>";
  22. $filer=$empire->fetch1("select filedatatbs,filedeftb from {$dbtbpre}enewspublic limit 1");
  23. $tr=explode(',',$filer['filedatatbs']);
  24. ?>
  25. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  26. <html>
  27. <head>
  28. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  29. <title>菜单</title>
  30. <link href="../adminstyle/<?=$loginadminstyleid?>/adminstyle.css" rel="stylesheet" type="text/css">
  31. <SCRIPT lanuage="JScript">
  32. function DisplayImg(ss,imgname,phome)
  33. {
  34. if(imgname=="infofileimg")
  35. {
  36. img=todisplay(doinfofile,phome);
  37. document.images.infofileimg.src=img;
  38. }
  39. else if(imgname=="otherfileimg")
  40. {
  41. img=todisplay(dootherfile,phome);
  42. document.images.otherfileimg.src=img;
  43. }
  44. else if(imgname=="fotherimg")
  45. {
  46. img=todisplay(dofother,phome);
  47. document.images.fotherimg.src=img;
  48. }
  49. else
  50. {
  51. }
  52. }
  53. function todisplay(ss,phome)
  54. {
  55. if(ss.style.display=="")
  56. {
  57. ss.style.display="none";
  58. theimg="../openpage/images/add.gif";
  59. }
  60. else
  61. {
  62. ss.style.display="";
  63. theimg="../openpage/images/noadd.gif";
  64. }
  65. return theimg;
  66. }
  67. function turnit(ss,img)
  68. {
  69. DisplayImg(ss,img,0);
  70. }
  71. </SCRIPT>
  72. </head>
  73. <body topmargin="0">
  74. <br>
  75. <?php
  76. if($gr['dofile'])
  77. {
  78. ?>
  79. <table width="100%" border="0" align="center" cellpadding="4" cellspacing="1" class="tableborder" id="doinfofileid">
  80. <tr>
  81. <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>
  82. </tr>
  83. <tbody id="doinfofile">
  84. <?php
  85. $count=count($tr)-1;
  86. for($i=1;$i<$count;$i++)
  87. {
  88. $thistb=$tr[$i];
  89. $fstbname="信息附件表".$thistb;
  90. $filetbname=$dbtbpre.'enewsfile_'.$thistb;
  91. if($thistb==$filer['filedeftb'])
  92. {
  93. $fstbname='<b>'.$fstbname.'</b>';
  94. }
  95. ?>
  96. <tr>
  97. <td height="25" bgcolor="#FFFFFF" onMouseOver="this.style.backgroundColor='#EFEFEF'" onMouseOut="this.style.backgroundColor='#FFFFFF'">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="ListFile.php?type=9&fstb=<?=$tr[$i]?><?=$ecms_hashur['ehref']?>" target="apmain"><?=$fstbname?></a></td>
  98. </tr>
  99. <?php
  100. }
  101. ?>
  102. </tbody>
  103. </table>
  104. <br>
  105. <br>
  106. <table width="100%" border="0" align="center" cellpadding="4" cellspacing="1" class="tableborder" id="dootherfileid">
  107. <tr>
  108. <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>
  109. </tr>
  110. <tbody id="dootherfile">
  111. <tr>
  112. <td height="25" bgcolor="#FFFFFF" onMouseOver="this.style.backgroundColor='#EFEFEF'" onMouseOut="this.style.backgroundColor='#FFFFFF'">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="ListFile.php?type=9&modtype=5<?=$ecms_hashur['ehref']?>" target="apmain">公共附件</a></td>
  113. </tr>
  114. <tr>
  115. <td height="25" bgcolor="#FFFFFF" onMouseOver="this.style.backgroundColor='#EFEFEF'" onMouseOut="this.style.backgroundColor='#FFFFFF'">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="ListFile.php?type=9&modtype=1<?=$ecms_hashur['ehref']?>" target="apmain">栏目附件</a></td>
  116. </tr>
  117. <tr>
  118. <td height="25" bgcolor="#FFFFFF" onMouseOver="this.style.backgroundColor='#EFEFEF'" onMouseOut="this.style.backgroundColor='#FFFFFF'">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="ListFile.php?type=9&modtype=2<?=$ecms_hashur['ehref']?>" target="apmain">专题附件</a></td>
  119. </tr>
  120. <tr>
  121. <td height="25" bgcolor="#FFFFFF" onMouseOver="this.style.backgroundColor='#EFEFEF'" onMouseOut="this.style.backgroundColor='#FFFFFF'">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="ListFile.php?type=9&modtype=6<?=$ecms_hashur['ehref']?>" target="apmain">会员附件</a></td>
  122. </tr>
  123. <tr>
  124. <td height="25" bgcolor="#FFFFFF" onMouseOver="this.style.backgroundColor='#EFEFEF'" onMouseOut="this.style.backgroundColor='#FFFFFF'">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="ListFile.php?type=9&modtype=7<?=$ecms_hashur['ehref']?>" target="apmain">碎片附件</a></td>
  125. </tr>
  126. <tr>
  127. <td height="25" bgcolor="#FFFFFF" onMouseOver="this.style.backgroundColor='#EFEFEF'" onMouseOut="this.style.backgroundColor='#FFFFFF'">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="ListFile.php?type=9&modtype=4<?=$ecms_hashur['ehref']?>" target="apmain">反馈附件</a></td>
  128. </tr>
  129. <tr>
  130. <td height="25" bgcolor="#FFFFFF" onMouseOver="this.style.backgroundColor='#EFEFEF'" onMouseOut="this.style.backgroundColor='#FFFFFF'">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="ListFile.php?type=9&modtype=3<?=$ecms_hashur['ehref']?>" target="apmain">广告附件</a></td>
  131. </tr>
  132. </tbody>
  133. </table>
  134. <br>
  135. <br>
  136. <?php
  137. }
  138. ?>
  139. <?php
  140. if($gr['dofile']||$gr['dofiletable'])
  141. {
  142. ?>
  143. <table width="100%" border="0" align="center" cellpadding="4" cellspacing="1" class="tableborder" id="dofotherid">
  144. <tr>
  145. <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>
  146. </tr>
  147. <tbody id="dofother">
  148. <?php
  149. if($gr['dofile'])
  150. {
  151. ?>
  152. <tr>
  153. <td height="25" bgcolor="#FFFFFF" onMouseOver="this.style.backgroundColor='#EFEFEF'" onMouseOut="this.style.backgroundColor='#FFFFFF'">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="FilePath.php<?=$ecms_hashur['whehref']?>" target="apmain">目录式管理附件</a></td>
  154. </tr>
  155. <tr>
  156. <td height="25" bgcolor="#FFFFFF" onMouseOver="this.style.backgroundColor='#EFEFEF'" onMouseOut="this.style.backgroundColor='#FFFFFF'">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="TranMoreFile.php<?=$ecms_hashur['whehref']?>" target="apmain">上传多附件</a></td>
  157. </tr>
  158. <?php
  159. }
  160. ?>
  161. </tbody>
  162. </table>
  163. <?php
  164. }
  165. ?>
  166. <br>
  167. </body>
  168. </html>
  169. <?php
  170. db_close();
  171. $empire=null;
  172. ?>