cp_1.php 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  1. <?php
  2. if(!defined('InEmpireCMS'))
  3. {
  4. exit();
  5. }
  6. ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  7. <html xmlns="http://www.w3.org/1999/xhtml">
  8. <head>
  9. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  10. <title><?=defined('empirecms')?$public_diyr[pagetitle]:'用户控制面板'?> - Powered by EmpireCMS</title>
  11. <meta name="keywords" content="<?=defined('empirecms')?$public_diyr[pagetitle]:'用户控制面板'?>" />
  12. <meta name="description" content="<?=defined('empirecms')?$public_diyr[pagetitle]:'用户控制面板'?>" />
  13. <link href="/skin/default/css/style.css" rel="stylesheet" type="text/css" />
  14. <script type="text/javascript" src="/skin/default/js/tabs.js"></script>
  15. </head>
  16. <body class="listpage">
  17. <!-- 页头 -->
  18. <table width="100%" border="0" cellspacing="0" cellpadding="0" class="top">
  19. <tr>
  20. <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
  21. <tr>
  22. <td width="63%">
  23. <!-- 登录 -->
  24. <script>
  25. document.write('<script src="/e/member/login/loginjs.php?t='+Math.random()+'"><'+'/script>');
  26. </script>
  27. </td>
  28. <td align="right">
  29. <a onclick="window.external.addFavorite(location.href,document.title)" href="#ecms">加入收藏</a> | <a onclick="this.style.behavior='url(#default#homepage)';this.setHomePage('/')" href="#ecms">设为首页</a> | <a href="/e/member/cp/">会员中心</a> | <a href="/e/DoInfo/">我要投稿</a> | <a href="/e/web/?type=rss2" target="_blank">RSS<img src="/skin/default/images/rss.gif" border="0" hspace="2" /></a>
  30. </td>
  31. </tr>
  32. </table></td>
  33. </tr>
  34. </table>
  35. <table width="100%" border="0" cellpadding="0" cellspacing="10">
  36. <tr valign="middle">
  37. <td width="240" align="center"><a href="/"><img src="/skin/default/images/logo.gif" width="200" height="65" border="0" /></a></td>
  38. <td align="center"><a href="http://www.phome.net/OpenSource/" target="_blank"><img src="/skin/default/images/opensource.gif" width="100%" height="70" border="0" /></a></td>
  39. </tr>
  40. </table>
  41. <!-- 导航tab选项卡 -->
  42. <table width="920" border="0" align="center" cellpadding="0" cellspacing="0" class="nav">
  43. <tr>
  44. <td class="nav_global"><ul>
  45. <li class="curr" id="tabnav_btn_0" onmouseover="tabit(this)"><a href="/">首页</a></li>
  46. <li id="tabnav_btn_1" onmouseover="tabit(this)"><a href="/news/">新闻中心</a></li>
  47. <li id="tabnav_btn_2" onmouseover="tabit(this)"><a href="/download/">下载中心</a></li>
  48. <li id="tabnav_btn_3" onmouseover="tabit(this)"><a href="/movie/">影视频道</a></li>
  49. <li id="tabnav_btn_4" onmouseover="tabit(this)"><a href="/shop/">网上商城</a></li>
  50. <li id="tabnav_btn_5" onmouseover="tabit(this)"><a href="/flash/">FLASH频道</a></li>
  51. <li id="tabnav_btn_6" onmouseover="tabit(this)"><a href="/photo/">图片频道</a></li>
  52. <li id="tabnav_btn_7" onmouseover="tabit(this)"><a href="/article/">文章中心</a></li>
  53. <li id="tabnav_btn_8" onmouseover="tabit(this)"><a href="/info/">分类信息</a></li>
  54. </ul></td>
  55. </tr>
  56. </table>
  57. <table width="100%" border="0" cellspacing="10" cellpadding="0">
  58. <tr valign="top">
  59. <td class="list_content"><table width="100%" border="0" cellspacing="0" cellpadding="0" class="position">
  60. <tr>
  61. <td>现在的位置:<?=$url?>
  62. </td>
  63. </tr>
  64. </table>
  65. <table width="100%" border="0" cellspacing="0" cellpadding="0" class="box">
  66. <tr>
  67. <td width="300" valign="top">
  68. <?php
  69. $lguserid=intval(getcvar('mluserid'));//登陆用户ID
  70. $lgusername=RepPostVar(getcvar('mlusername'));//登陆用户
  71. $lggroupid=intval(getcvar('mlgroupid'));//会员组ID
  72. if($lggroupid) //登陆会员显示菜单
  73. {
  74. ?>
  75. <table width="100%" border="0" cellpadding="3" cellspacing="1" class="tableborder">
  76. <tr class="header">
  77. <td height="20" bgcolor="#FFFFFF"> <div align="center"><strong><a href="/e/member/cp/">功能菜单</a></strong></div></td>
  78. </tr>
  79. <tr>
  80. <td height="25" bgcolor="#FFFFFF" onmouseout="this.style.backgroundColor='#ffffff'" onmouseover="this.style.backgroundColor='#EBF3FC'"><div align="center"><a href="/e/member/EditInfo/">修改资料</a></div></td>
  81. </tr>
  82. <tr>
  83. <td height="25" bgcolor="#FFFFFF" onmouseout="this.style.backgroundColor='#ffffff'" onmouseover="this.style.backgroundColor='#EBF3FC'"><div align="center"><a href="/e/member/my/">帐号状态</a></div></td>
  84. </tr>
  85. <tr>
  86. <td height="25" bgcolor="#FFFFFF" onmouseout="this.style.backgroundColor='#ffffff'" onmouseover="this.style.backgroundColor='#EBF3FC'"><div align="center"><a href="/e/member/msg/">站内信息</a></div></td>
  87. </tr>
  88. <tr>
  89. <td height="25" bgcolor="#FFFFFF" onmouseout="this.style.backgroundColor='#ffffff'" onmouseover="this.style.backgroundColor='#EBF3FC'"><div align="center"><a href="/e/member/mspace/SetSpace.php">空间设置</a></div></td>
  90. </tr>
  91. <tr>
  92. <td height="25" bgcolor="#FFFFFF" onmouseout="this.style.backgroundColor='#ffffff'" onmouseover="this.style.backgroundColor='#EBF3FC'"><div align="center"><a href="/e/DoInfo/">管理信息</a></div></td>
  93. </tr>
  94. <tr>
  95. <td height="25" bgcolor="#FFFFFF" onmouseout="this.style.backgroundColor='#ffffff'" onmouseover="this.style.backgroundColor='#EBF3FC'"><div align="center"><a href="/e/member/fava/">收藏夹</a></div></td>
  96. </tr>
  97. <tr>
  98. <td height="25" bgcolor="#FFFFFF" onmouseout="this.style.backgroundColor='#ffffff'" onmouseover="this.style.backgroundColor='#EBF3FC'"><div align="center"><a href="/e/payapi/">在线支付</a></div></td>
  99. </tr>
  100. <tr>
  101. <td height="25" bgcolor="#FFFFFF" onmouseout="this.style.backgroundColor='#ffffff'" onmouseover="this.style.backgroundColor='#EBF3FC'"><div align="center"><a href="/e/member/friend/">我的好友</a></div></td>
  102. </tr>
  103. <tr>
  104. <td height="25" bgcolor="#FFFFFF" onmouseout="this.style.backgroundColor='#ffffff'" onmouseover="this.style.backgroundColor='#EBF3FC'"><div align="center"><a href="/e/member/buybak/">消费记录</a></div></td>
  105. </tr>
  106. <tr>
  107. <td height="25" bgcolor="#FFFFFF" onmouseout="this.style.backgroundColor='#ffffff'" onmouseover="this.style.backgroundColor='#EBF3FC'"><div align="center"><a href="/e/member/buygroup/">在线充值</a></div></td>
  108. </tr>
  109. <tr>
  110. <td height="25" bgcolor="#FFFFFF" onmouseout="this.style.backgroundColor='#ffffff'" onmouseover="this.style.backgroundColor='#EBF3FC'"><div align="center"><a href="/e/member/card/">点卡充值</a></div></td>
  111. </tr>
  112. <tr>
  113. <td height="25" bgcolor="#FFFFFF" onmouseout="this.style.backgroundColor='#ffffff'" onmouseover="this.style.backgroundColor='#EBF3FC'"><div align="center"><a href="#ecms" onclick="window.open('/e/ShopSys/buycar/','','width=680,height=500,scrollbars=yes,resizable=yes');">我的购物车</a></div></td>
  114. </tr>
  115. <tr>
  116. <td height="25" bgcolor="#FFFFFF" onmouseout="this.style.backgroundColor='#ffffff'" onmouseover="this.style.backgroundColor='#EBF3FC'"><div align="center"><a href="/e/ShopSys/ListDd/">我的订单</a></div></td>
  117. </tr>
  118. <tr>
  119. <td height="25" bgcolor="#FFFFFF" onmouseout="this.style.backgroundColor='#ffffff'" onmouseover="this.style.backgroundColor='#EBF3FC'"><div align="center"><a href="/e/member/login/">重新登陆</a></div></td>
  120. </tr>
  121. <tr>
  122. <td height="25" bgcolor="#FFFFFF" onmouseout="this.style.backgroundColor='#ffffff'" onmouseover="this.style.backgroundColor='#EBF3FC'"><div align="center"><a href="/e/member/doaction.php?enews=exit" onclick="return confirm('确认要退出?');">退出登陆</a></div></td>
  123. </tr>
  124. </table>
  125. <?php
  126. }
  127. else //游客显示菜单
  128. {
  129. ?>
  130. <table width="100%" border="0" cellpadding="3" cellspacing="1" class="tableborder">
  131. <tr class="header">
  132. <td height="20" bgcolor="#FFFFFF"> <div align="center"><strong><a href="/e/member/cp/">功能菜单</a></strong></div></td>
  133. </tr>
  134. <tr>
  135. <td height="25" bgcolor="#FFFFFF" onmouseout="this.style.backgroundColor='#ffffff'" onmouseover="this.style.backgroundColor='#EBF3FC'"><div align="center"><a href="/e/member/login/">会员登陆</a></div></td>
  136. </tr>
  137. <tr>
  138. <td height="25" bgcolor="#FFFFFF" onmouseout="this.style.backgroundColor='#ffffff'" onmouseover="this.style.backgroundColor='#EBF3FC'"><div align="center"><a href="/e/member/register/">注册帐号</a></div></td>
  139. </tr>
  140. <tr>
  141. <td height="25" bgcolor="#FFFFFF" onmouseout="this.style.backgroundColor='#ffffff'" onmouseover="this.style.backgroundColor='#EBF3FC'"><div align="center"><a href="/e/DoInfo/">发布投稿</a></div></td>
  142. </tr>
  143. <tr>
  144. <td height="25" bgcolor="#FFFFFF" onmouseout="this.style.backgroundColor='#ffffff'" onmouseover="this.style.backgroundColor='#EBF3FC'"><div align="center"><a href="#ecms" onclick="window.open('/e/ShopSys/buycar/','','width=680,height=500,scrollbars=yes,resizable=yes');">我的购物车</a></div></td>
  145. </tr>
  146. </table>
  147. <?php
  148. }
  149. ?>
  150. </td>
  151. <td width="85%" valign="top">