PlNav.php 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  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,"pl");
  20. $gr=ReturnLeftLevel($loginlevel);
  21. $plr=$empire->fetch1("select pldatatbs,pldeftb from {$dbtbpre}enewspl_set limit 1");
  22. $tr=explode(',',$plr['pldatatbs']);
  23. //今日评论
  24. $pur=$empire->fetch1("select lasttimepl,lastnumpl,lastnumpltb,todaytimeinfo,todaytimepl,todaynumpl,yesterdaynumpl from {$dbtbpre}enewspublic_up limit 1");
  25. ?>
  26. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  27. <html>
  28. <head>
  29. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  30. <title>菜单</title>
  31. <link href="../adminstyle/<?=$loginadminstyleid?>/adminstyle.css" rel="stylesheet" type="text/css">
  32. <SCRIPT lanuage="JScript">
  33. function DisplayImg(ss,imgname,phome)
  34. {
  35. if(imgname=="plimg")
  36. {
  37. img=todisplay(dopl,phome);
  38. document.images.plimg.src=img;
  39. }
  40. else if(imgname=="plotherimg")
  41. {
  42. img=todisplay(doplother,phome);
  43. document.images.plotherimg.src=img;
  44. }
  45. else
  46. {
  47. }
  48. }
  49. function todisplay(ss,phome)
  50. {
  51. if(ss.style.display=="")
  52. {
  53. ss.style.display="none";
  54. theimg="../openpage/images/add.gif";
  55. }
  56. else
  57. {
  58. ss.style.display="";
  59. theimg="../openpage/images/noadd.gif";
  60. }
  61. return theimg;
  62. }
  63. function turnit(ss,img)
  64. {
  65. DisplayImg(ss,img,0);
  66. }
  67. </SCRIPT>
  68. </head>
  69. <body topmargin="0">
  70. <br>
  71. <?php
  72. if($gr['dopl'])
  73. {
  74. ?>
  75. <table width="100%" border="0" align="center" cellpadding="4" cellspacing="1" class="tableborder" id="doplid">
  76. <tr>
  77. <td height="25" class="header"><img src="../openpage/images/noadd.gif" name="plimg" width="20" height="9" border="0"><a href="#ecms" onMouseUp=turnit(dopl,"plimg"); style="CURSOR: hand">管理评论</a></td>
  78. </tr>
  79. <tbody id="dopl">
  80. <?php
  81. $count=count($tr)-1;
  82. for($i=1;$i<$count;$i++)
  83. {
  84. $thistb=$tr[$i];
  85. $restbname="评论表".$thistb;
  86. $pltbname=$dbtbpre.'enewspl_'.$thistb;
  87. if($thistb==$plr['pldeftb'])
  88. {
  89. $restbname='<b>'.$restbname.'</b>';
  90. }
  91. $exp='|'.$thistb.',';
  92. $addnumr=explode($exp,$pur['lastnumpltb']);
  93. $addnumrt=explode('|',$addnumr[1]);
  94. $addnum=(int)$addnumrt[0];
  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="ListAllPl.php?restb=<?=$tr[$i]?><?=$ecms_hashur['ehref']?>" title="+<?=$addnum?>" target="apmain"><?=$restbname?></a></td>
  98. </tr>
  99. <?php
  100. }
  101. ?>
  102. </tbody>
  103. </table>
  104. <br>
  105. <br>
  106. <?php
  107. }
  108. ?>
  109. <?php
  110. if($gr['doplf']||$gr['dopltable']||$gr['dopl']||$gr['dopublic'])
  111. {
  112. ?>
  113. <table width="100%" border="0" align="center" cellpadding="4" cellspacing="1" class="tableborder" id="doplotherid">
  114. <tr>
  115. <td height="25" class="header"><img src="../openpage/images/noadd.gif" name="ztimg" width="20" height="9" border="0"><a href="#ecms" onMouseUp=turnit(doplother,"plotherimg"); style="CURSOR: hand">其他管理</a></td>
  116. </tr>
  117. <tbody id="doplother">
  118. <?php
  119. if($gr['doplf'])
  120. {
  121. ?>
  122. <tr>
  123. <td height="25" bgcolor="#FFFFFF" onMouseOver="this.style.backgroundColor='#EFEFEF'" onMouseOut="this.style.backgroundColor='#FFFFFF'">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="ListPlF.php<?=$ecms_hashur['whehref']?>" target="apmain">自定义评论字段</a></td>
  124. </tr>
  125. <?php
  126. }
  127. ?>
  128. <?php
  129. if($gr['dopl'])
  130. {
  131. ?>
  132. <tr>
  133. <td height="25" bgcolor="#FFFFFF" onMouseOver="this.style.backgroundColor='#EFEFEF'" onMouseOut="this.style.backgroundColor='#FFFFFF'">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="DelMorePl.php<?=$ecms_hashur['whehref']?>" target="apmain">批量删除评论</a></td>
  134. </tr>
  135. <tr>
  136. <td height="25" bgcolor="#FFFFFF" onMouseOver="this.style.backgroundColor='#EFEFEF'" onMouseOut="this.style.backgroundColor='#FFFFFF'">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="plface.php<?=$ecms_hashur['whehref']?>" target="apmain">管理评论表情</a></td>
  137. </tr>
  138. <?php
  139. }
  140. ?>
  141. <?php
  142. if($gr['dopublic'])
  143. {
  144. ?>
  145. <tr>
  146. <td height="25" bgcolor="#FFFFFF" onMouseOver="this.style.backgroundColor='#EFEFEF'" onMouseOut="this.style.backgroundColor='#FFFFFF'">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="SetPl.php<?=$ecms_hashur['whehref']?>" target="apmain">设置评论参数</a></td>
  147. </tr>
  148. <?php
  149. }
  150. ?>
  151. </tbody>
  152. </table>
  153. <?php
  154. }
  155. ?>
  156. <br>
  157. </body>
  158. </html>
  159. <?php
  160. db_close();
  161. $empire=null;
  162. ?>