member.html 1.6 KB

12345678910111213141516171819202122232425
  1. <?php
  2. $admindir = $admindir ? $admindir : '/mayicms';
  3. ?>
  4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  5. <html xmlns="http://www.w3.org/1999/xhtml" >
  6. <head>
  7. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  8. <meta http-equiv="Content-Language" content="zh-CN"/>
  9. <title>powered by mymps</title>
  10. <link href="<?=$mymps_global['SiteUrl']?>/template/global/mymps.css" rel="stylesheet" type="text/css" />
  11. <style>body{ font-size:12px;}</style>
  12. </head>
  13. <body>
  14. <div style="text-align:left; padding:10px 20px">
  15. 您选中了会员&raquo; <b style="color:red"><?=$userid?> [ID:<?=$uid?>]</b><br /><div style="border-top:1px #eee solid; margin-top:10px; padding-top:10px;">
  16. <a href="..<?=$admindir?>/index.php?do=power&userid=<?=$userid?>&password=<?php echo $password; ?>" target="_blank">进入会员后台</a> |
  17. <?php if($if_corp==1){?><a href="<?=$mymps_global['SiteUrl']?>/store.php?uid=<?=$uid?>" target="_blank">进入店铺</a> | <?php }else{?><a href="<?=$mymps_global['SiteUrl']?>/space.php?user=<?=$userid?>" target="_blank">进入空间</a> | <?php }?>
  18. <a href="..<?=$admindir?>/pm.php?userid=<?=$userid?>" target="framRight">发消息</a> |
  19. <a href="..<?=$admindir?>/information.php?keywords=<?=$userid?>&show=userid" target="framRight">ta的信息</a> |
  20. <a href="..<?=$admindir?>/member.php?part=pay&id=<?=$uid?>" target="framRight">给ta充值</a> |
  21. <a href="javascript:;" onclick='window.open("..<?=$admindir?>/member.php?part=default&if_corp=<?php echo $if_corp?1:0;?>&userid=<?=$userid?>");parent.closeopendiv();'>更多操作</a>
  22. </div>
  23. </div>
  24. </body>
  25. </html>