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