usercp.php 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341
  1. <?php
  2. if(!defined('InEmpireCMS'))
  3. {
  4. exit();
  5. }
  6. ?>
  7. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  8. <html>
  9. <head>
  10. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  11. <title>菜单</title>
  12. <link href="../../../data/menu/menu.css" rel="stylesheet" type="text/css">
  13. <script src="../../../data/menu/menu.js" type="text/javascript"></script>
  14. <SCRIPT lanuage="JScript">
  15. function tourl(url){
  16. parent.main.location.href=url;
  17. }
  18. </SCRIPT>
  19. </head>
  20. <body onLoad="initialize()">
  21. <table border='0' cellspacing='0' cellpadding='0'>
  22. <tr height=20>
  23. <td id="home"><img src="../../../data/images/homepage.gif" border=0></td>
  24. <td><b>用户面板</b></td>
  25. </tr>
  26. </table>
  27. <table border='0' cellspacing='0' cellpadding='0'>
  28. <tr>
  29. <td id="pruser" class="menu1" onclick="chengstate('user')">
  30. <a onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">用户管理</a>
  31. </td>
  32. </tr>
  33. <tr id="itemuser" style="display:none">
  34. <td class="list">
  35. <table border='0' cellspacing='0' cellpadding='0'>
  36. <tr>
  37. <td class="file">
  38. <a href="../../user/EditPassword.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">修改个人资料</a>
  39. </td>
  40. </tr>
  41. <?
  42. if($r[dogroup])
  43. {
  44. ?>
  45. <tr>
  46. <td class="file">
  47. <a href="../../user/ListGroup.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理用户组</a>
  48. </td>
  49. </tr>
  50. <?
  51. }
  52. if($r[douserclass])
  53. {
  54. ?>
  55. <tr>
  56. <td class="file">
  57. <a href="../../user/UserClass.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理部门</a>
  58. </td>
  59. </tr>
  60. <?
  61. }
  62. if($r[douser])
  63. {
  64. ?>
  65. <tr>
  66. <td class="file">
  67. <a href="../../user/ListUser.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理用户</a>
  68. </td>
  69. </tr>
  70. <?
  71. }
  72. if($r[dolog])
  73. {
  74. ?>
  75. <tr>
  76. <td class="file">
  77. <a href="../../user/ListLog.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理登陆日志</a>
  78. </td>
  79. </tr>
  80. <tr>
  81. <td class="file">
  82. <a href="../../user/ListDolog.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理操作日志</a>
  83. </td>
  84. </tr>
  85. <?
  86. }
  87. if($r[doadminstyle])
  88. {
  89. ?>
  90. <tr>
  91. <td class="file1">
  92. <a href="../../template/AdminStyle.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理后台风格</a>
  93. </td>
  94. </tr>
  95. <?
  96. }
  97. ?>
  98. </table>
  99. </td>
  100. </tr>
  101. <?
  102. if($r[domember]||$r[domemberf])
  103. {
  104. ?>
  105. <tr>
  106. <td id="prmember" class="menu1" onclick="chengstate('member')">
  107. <a onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">会员管理</a>
  108. </td>
  109. </tr>
  110. <tr id="itemmember" style="display:none">
  111. <td class="list">
  112. <table border='0' cellspacing='0' cellpadding='0'>
  113. <?
  114. if($r[domember])
  115. {
  116. ?>
  117. <tr>
  118. <td class="file">
  119. <a href="../../member/ListMember.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理会员</a>
  120. </td>
  121. </tr>
  122. <tr>
  123. <td class="file">
  124. <a href="../../member/ListMemberMore.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理会员(详细)</a>
  125. </td>
  126. </tr>
  127. <tr>
  128. <td class="file">
  129. <a href="../../member/ClearMember.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">批量清理会员</a>
  130. </td>
  131. </tr>
  132. <?
  133. }
  134. if($r['domembergroup'])
  135. {
  136. ?>
  137. <tr>
  138. <td class="file">
  139. <a href="../../member/ListMemberGroup.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">会员组</a>
  140. </td>
  141. </tr>
  142. <?php
  143. }
  144. if($r['doingroup'])
  145. {
  146. ?>
  147. <tr>
  148. <td class="file">
  149. <a href="../../member/ListInGroup.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">会员内部组</a>
  150. </td>
  151. </tr>
  152. <?php
  153. }
  154. if($r['doviewgroup'])
  155. {
  156. ?>
  157. <tr>
  158. <td class="file">
  159. <a href="../../member/ListViewGroup.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">会员访问组</a>
  160. </td>
  161. </tr>
  162. <?php
  163. }
  164. if($r['domadmingroup'])
  165. {
  166. ?>
  167. <tr>
  168. <td class="file">
  169. <a href="../../member/ListMAdminGroup.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">会员管理组</a>
  170. </td>
  171. </tr>
  172. <?php
  173. }
  174. if($r[domemberf])
  175. {
  176. ?>
  177. <tr>
  178. <td class="file">
  179. <a href="../../member/ListMemberF.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理会员字段</a>
  180. </td>
  181. </tr>
  182. <tr>
  183. <td class="file1">
  184. <a href="../../member/ListMemberForm.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理会员表单</a>
  185. </td>
  186. </tr>
  187. <?
  188. }
  189. ?>
  190. </table>
  191. </td>
  192. </tr>
  193. <?
  194. }
  195. ?>
  196. <?
  197. if($r[dospacestyle]||$r[dospacedata])
  198. {
  199. ?>
  200. <tr>
  201. <td id="prmemberspace" class="menu1" onclick="chengstate('memberspace')">
  202. <a onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">会员空间管理</a>
  203. </td>
  204. </tr>
  205. <tr id="itemmemberspace" style="display:none">
  206. <td class="list">
  207. <table border='0' cellspacing='0' cellpadding='0'>
  208. <?
  209. if($r[dospacestyle])
  210. {
  211. ?>
  212. <tr>
  213. <td class="file">
  214. <a href="../../member/ListSpaceStyle.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理空间模板</a>
  215. </td>
  216. </tr>
  217. <?
  218. }
  219. if($r[dospacedata])
  220. {
  221. ?>
  222. <tr>
  223. <td class="file">
  224. <a href="../../member/MemberGbook.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理空间留言</a>
  225. </td>
  226. </tr>
  227. <tr>
  228. <td class="file1">
  229. <a href="../../member/MemberFeedback.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理空间反馈</a>
  230. </td>
  231. </tr>
  232. <?
  233. }
  234. ?>
  235. </table>
  236. </td>
  237. </tr>
  238. <?
  239. }
  240. ?>
  241. <?
  242. if($r[domemberconnect])
  243. {
  244. ?>
  245. <tr>
  246. <td id="prmemberconnect" class="menu1" onclick="chengstate('memberconnect')">
  247. <a onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">外部接口</a>
  248. </td>
  249. </tr>
  250. <tr id="itemmemberconnect" style="display:none">
  251. <td class="list">
  252. <table border='0' cellspacing='0' cellpadding='0'>
  253. <tr>
  254. <td class="file1">
  255. <a href="../../member/MemberConnect.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理外部登录接口</a>
  256. </td>
  257. </tr>
  258. </table>
  259. </td>
  260. </tr>
  261. <?
  262. }
  263. ?>
  264. <?
  265. if($r[docard]||$r[dosendemail]||$r[domsg]||$r[dobuygroup])
  266. {
  267. ?>
  268. <tr>
  269. <td id="prmother" class="menu3" onclick="chengstate('mother')">
  270. <a onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">其他功能</a>
  271. </td>
  272. </tr>
  273. <tr id="itemmother" style="display:none">
  274. <td class="list1">
  275. <table border='0' cellspacing='0' cellpadding='0'>
  276. <?
  277. if($r[dobuygroup])
  278. {
  279. ?>
  280. <tr>
  281. <td class="file">
  282. <a href="../../member/ListBuyGroup.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理充值类型</a>
  283. </td>
  284. </tr>
  285. <?
  286. }
  287. if($r[docard])
  288. {
  289. ?>
  290. <tr>
  291. <td class="file">
  292. <a href="../../member/ListCard.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">管理点卡</a>
  293. </td>
  294. </tr>
  295. <tr>
  296. <td class="file">
  297. <a href="../../member/GetFen.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">批量赠送点数</a>
  298. </td>
  299. </tr>
  300. <?
  301. }
  302. if($r[dosendemail])
  303. {
  304. ?>
  305. <tr>
  306. <td class="file">
  307. <a href="../../member/SendEmail.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">批量发送邮件</a>
  308. </td>
  309. </tr>
  310. <?
  311. }
  312. if($r[domsg])
  313. {
  314. ?>
  315. <tr>
  316. <td class="file">
  317. <a href="../../member/SendMsg.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">批量发送短消息</a>
  318. </td>
  319. </tr>
  320. <tr>
  321. <td class="file1">
  322. <a href="../../member/DelMoreMsg.php<?=$ecms_hashur['whehref']?>" target="main" onmouseout="this.style.fontWeight=''" onmouseover="this.style.fontWeight='bold'">批量删除短消息</a>
  323. </td>
  324. </tr>
  325. <?
  326. }
  327. ?>
  328. </table>
  329. </td>
  330. </tr>
  331. <?
  332. }
  333. ?>
  334. </table>
  335. </body>
  336. </html>