pageleft.php 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. <?php
  2. define('EmpireCMSAdmin','1');
  3. require("../../class/connect.php");
  4. require("../../class/db_sql.php");
  5. require("../../class/functions.php");
  6. require("../../data/dbcache/class.php");
  7. $link=db_connect();
  8. $empire=new mysqlquery();
  9. $editor=1;
  10. //验证用户
  11. $lur=is_login();
  12. $logininid=$lur['userid'];
  13. $loginin=$lur['username'];
  14. $loginrnd=$lur['rnd'];
  15. $loginlevel=$lur['groupid'];
  16. $loginadminstyleid=$lur['adminstyleid'];
  17. //ehash
  18. $ecms_hashur=hReturnEcmsHashStrAll();
  19. ?>
  20. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  21. <html>
  22. <head>
  23. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  24. <title>菜单</title>
  25. <link href="../adminstyle/<?=$loginadminstyleid?>/adminstyle.css" rel="stylesheet" type="text/css">
  26. <SCRIPT lanuage="JScript">
  27. function DisplayImg(ss,imgname,phome)
  28. {
  29. if(imgname=="listddimg")
  30. {
  31. img=todisplay(dolistdd,phome);
  32. document.images.listddimg.src=img;
  33. }
  34. else if(imgname=="addsaleimg")
  35. {
  36. img=todisplay(doaddsale,phome);
  37. document.images.addsaleimg.src=img;
  38. }
  39. else if(imgname=="paysendimg")
  40. {
  41. img=todisplay(dopaysend,phome);
  42. document.images.paysendimg.src=img;
  43. }
  44. else if(imgname=="setshopimg")
  45. {
  46. img=todisplay(dosetshop,phome);
  47. document.images.setshopimg.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. <table width="100%" border="0" align="center" cellpadding="4" cellspacing="1" class="tableborder" id="dolistddid">
  76. <tr>
  77. <td height="25" class="header"><img src="../openpage/images/noadd.gif" name="listddimg" width="20" height="9" border="0"><a href="#ecms" onMouseUp=turnit(dolistdd,"listddimg"); style="CURSOR: hand">管理订单</a></td>
  78. </tr>
  79. <tbody id="dolistdd">
  80. <tr>
  81. <td height="25" bgcolor="#FFFFFF" onMouseOver="this.style.backgroundColor='#EFEFEF'" onMouseOut="this.style.backgroundColor='#FFFFFF'">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="ListDd.php<?=$ecms_hashur['whehref']?>" target="apmain">所有订单</a></td>
  82. </tr>
  83. <tr>
  84. <td height="25" bgcolor="#FFFFFF" onMouseOver="this.style.backgroundColor='#EFEFEF'" onMouseOut="this.style.backgroundColor='#FFFFFF'">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="ListDd.php?sear=1&outproduct=9<?=$ecms_hashur['ehref']?>" target="apmain">未发货订单</a></td>
  85. </tr>
  86. <tr>
  87. <td height="25" bgcolor="#FFFFFF" onMouseOver="this.style.backgroundColor='#EFEFEF'" onMouseOut="this.style.backgroundColor='#FFFFFF'">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="ListDd.php?sear=1&outproduct=2<?=$ecms_hashur['ehref']?>" target="apmain">备货中的订单</a></td>
  88. </tr>
  89. <tr>
  90. <td height="25" bgcolor="#FFFFFF" onMouseOver="this.style.backgroundColor='#EFEFEF'" onMouseOut="this.style.backgroundColor='#FFFFFF'">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="ListDd.php?sear=1&outproduct=1<?=$ecms_hashur['ehref']?>" target="apmain">已发货的订单</a></td>
  91. </tr>
  92. <tr>
  93. <td height="25" bgcolor="#FFFFFF" onMouseOver="this.style.backgroundColor='#EFEFEF'" onMouseOut="this.style.backgroundColor='#FFFFFF'">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="ListDd.php?sear=1&checked=3<?=$ecms_hashur['ehref']?>" target="apmain">退货的订单</a></td>
  94. </tr>
  95. </tbody>
  96. </table>
  97. <br>
  98. <table width="100%" border="0" align="center" cellpadding="4" cellspacing="1" class="tableborder" id="doaddsaleid">
  99. <tr>
  100. <td height="25" class="header"><img src="../openpage/images/noadd.gif" name="addsaleimg" width="20" height="9" border="0"><a href="#ecms" onMouseUp=turnit(doaddsale,"addsaleimg"); style="CURSOR: hand">管理促销</a></td>
  101. </tr>
  102. <tbody id="doaddsale">
  103. <tr>
  104. <td height="25" bgcolor="#FFFFFF" onMouseOver="this.style.backgroundColor='#EFEFEF'" onMouseOut="this.style.backgroundColor='#FFFFFF'">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="ListPrecode.php<?=$ecms_hashur['whehref']?>" target="apmain">优惠码</a></td>
  105. </tr>
  106. </tbody>
  107. </table>
  108. <br>
  109. <table width="100%" border="0" align="center" cellpadding="4" cellspacing="1" class="tableborder" id="dopaysendid">
  110. <tr>
  111. <td height="25" class="header"><img src="../openpage/images/noadd.gif" name="paysendimg" width="20" height="9" border="0"><a href="#ecms" onMouseUp=turnit(dopaysend,"paysendimg"); style="CURSOR: hand">支付与配送</a></td>
  112. </tr>
  113. <tbody id="dopaysend">
  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="ListPayfs.php<?=$ecms_hashur['whehref']?>" 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="ListPs.php<?=$ecms_hashur['whehref']?>" target="apmain">管理配送方式</a></td>
  119. </tr>
  120. </tbody>
  121. </table>
  122. <br>
  123. <table width="100%" border="0" align="center" cellpadding="4" cellspacing="1" class="tableborder" id="dosetshopid">
  124. <tr>
  125. <td height="25" class="header"><img src="../openpage/images/noadd.gif" name="setshopimg" width="20" height="9" border="0"><a href="#ecms" onMouseUp=turnit(dosetshop,"setshopimg"); style="CURSOR: hand">商城参数设置</a></td>
  126. </tr>
  127. <tbody id="dosetshop">
  128. <tr>
  129. <td height="25" bgcolor="#FFFFFF" onMouseOver="this.style.backgroundColor='#EFEFEF'" onMouseOut="this.style.backgroundColor='#FFFFFF'">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="SetShopSys.php<?=$ecms_hashur['whehref']?>" target="apmain">商城参数设置</a></td>
  130. </tr>
  131. </tbody>
  132. </table>
  133. <br>
  134. </body>
  135. </html>
  136. <?php
  137. db_close();
  138. $empire=null;
  139. ?>