| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487 | <?phpif(!defined('InEmpireCMS')){	exit();}//--------------- 界面参数 ---------------//会员界面附件地址前缀$memberskinurl=$public_r['newsurl'].'skin/member/images/';//LOGO图片地址$logoimgurl=$memberskinurl.'logo.jpg';//加减号图片地址$addimgurl=$memberskinurl.'add.gif';$noaddimgurl=$memberskinurl.'noadd.gif';//上下横线背景色$bgcolor_line='#4FB4DE';//其它色调可修改CSS部分//--------------- 界面参数 ---------------//识别并显示当前菜单function EcmsShowThisMemberMenu(){	global $memberskinurl,$noaddimgurl;	$selffile=eReturnSelfPage(0);	if(stristr($selffile,'/member/msg'))	{		$menuname='menumsg';	}	elseif(stristr($selffile,'e/DoInfo'))	{		$menuname='menuinfo';	}	elseif(stristr($selffile,'/member/mspace'))	{		$menuname='menuspace';	}	elseif(stristr($selffile,'e/ShopSys'))	{		$menuname='menushop';	}	elseif(stristr($selffile,'e/payapi')||stristr($selffile,'/member/buygroup')||stristr($selffile,'/member/card')||stristr($selffile,'/member/buybak')||stristr($selffile,'/member/downbak'))	{		$menuname='menupay';	}	else	{		$menuname='menumember';	}	echo'<script>turnit(do'.$menuname.',"'.$menuname.'img");</script>';	?>	<script>	do<?=$menuname?>.style.display="";	document.images.<?=$menuname?>img.src="<?=$noaddimgurl?>";	</script>	<?php}//网页标题$thispagetitle=$public_diyr['pagetitle']?$public_diyr['pagetitle']:'会员中心';//会员信息$tmgetuserid=(int)getcvar('mluserid');	//用户ID$tmgetusername=RepPostVar(getcvar('mlusername'));	//用户名$tmgetgroupid=(int)getcvar('mlgroupid');	//用户组ID$tmgetgroupname='游客';//会员组名称if($tmgetgroupid){	$tmgetgroupname=$level_r[$tmgetgroupid]['groupname'];	if(!$tmgetgroupname)	{		include_once(ECMS_PATH.'e/data/dbcache/MemberLevel.php');		$tmgetgroupname=$level_r[$tmgetgroupid]['groupname'];	}}//模型$tgetmid=(int)$_GET['mid'];?><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /><title><?=$thispagetitle?></title><style>a						{ text-decoration: none; color: #002280 }a:hover					{ text-decoration: underline }body					{ font-size: 9pt; }table					{ font: 9pt Tahoma, Verdana; color: #000000 }input,select,textarea	{ font: 9pt Tahoma, Verdana; font-weight: normal; }select					{ font: 9pt Tahoma, Verdana; font-weight: normal; }.category				{ font: 9pt Tahoma, Verdana; color: #000000; background-color: #fcfcfc }.singleborder			{ font-size: 0px; line-height: 1px; padding: 0px; background-color: #F8F8F8 }.bold					{ font-weight: bold }/*修改主要色调*/.header					{ font: 9pt Tahoma, Verdana; color: #FFFFFF; font-weight: bold; background-color: #4FB4DE }.header a				{ color: #FFFFFF }.tableborder			{ background: #C9F1FF; border: 1px solid #4FB4DE } /*分页样式*/.epages{margin:3px 0;font:11px/12px Tahoma}.epages *{vertical-align:middle;}.epages a{padding:1px 4px 1px;border:1px solid #A6CBE7;margin:0 1px 0 0;text-align:center;text-decoration:none;font:normal 12px/14px verdana;}.epages a:hover{border:#659B28 1px solid;background:#f3f8ef;text-decoration:none;color:#004c7d}.epages input{margin-bottom:0px;border:1px solid #659B28;height:15px;font:bold 12px/15px Verdana;padding-bottom:1px;padding-left:1px;margin-right:1px;color:#659B28;}</style><script src="<?=$public_r['newsurl']?>e/data/js/ajax.js"></script><SCRIPT lanuage="JScript">function DisplayImg(ss,imgname,phome){	if(imgname=="menumemberimg")	{		img=todisplay(domenumember,phome);		document.images.menumemberimg.src=img;	}	else if(imgname=="menumsgimg")	{		img=todisplay(domenumsg,phome);		document.images.menumsgimg.src=img;	}	else if(imgname=="menuinfoimg")	{		img=todisplay(domenuinfo,phome);		document.images.menuinfoimg.src=img;	}	else if(imgname=="menuspaceimg")	{		img=todisplay(domenuspace,phome);		document.images.menuspaceimg.src=img;	}	else if(imgname=="menupayimg")	{		img=todisplay(domenupay,phome);		document.images.menupayimg.src=img;	}	else if(imgname=="menushopimg")	{		img=todisplay(domenushop,phome);		document.images.menushopimg.src=img;	}	else	{	}	DisplayAllMenu(imgname);}function todisplay(ss,phome){	if(ss.style.display=="") 	{  		ss.style.display="none";		theimg="<?=$addimgurl?>";	}	else	{  		ss.style.display="";		theimg="<?=$noaddimgurl?>";	}	return theimg;}function turnit(ss,img){	DisplayImg(ss,img,0);}function DisplayAllMenu(imgname){	if(imgname!='menumemberimg'&&domenumember.style.display=="")	{		domenumember.style.display="none";		document.images.menumemberimg.src="<?=$addimgurl?>";	}	if(imgname!='menumsgimg'&&domenumsg.style.display=="")	{		domenumsg.style.display="none";		document.images.menumsgimg.src="<?=$addimgurl?>";	}	if(imgname!='menuinfoimg'&&domenuinfo.style.display=="")	{		domenuinfo.style.display="none";		document.images.menuinfoimg.src="<?=$addimgurl?>";	}	if(imgname!='menuspaceimg'&&domenuspace.style.display=="")	{		domenuspace.style.display="none";		document.images.menuspaceimg.src="<?=$addimgurl?>";	}	if(imgname!='menupayimg'&&domenupay.style.display=="")	{		domenupay.style.display="none";		document.images.menupayimg.src="<?=$addimgurl?>";	}	if(imgname!='menushopimg'&&domenushop.style.display=="")	{		domenushop.style.display="none";		document.images.menushopimg.src="<?=$addimgurl?>";	}}</SCRIPT></head><body leftmargin="0" topmargin="0"><table width="960" border="0" align="center" cellpadding="3" cellspacing="1">  <tr>    <td width="42%"><img src="<?=$logoimgurl?>" width="397" height="65" border="0"></td>    <td width="58%">	<?php	if($tmgetuserid)	//已登录	{	?>	<table width="100%" border="0" align="right" cellpadding="3" cellspacing="1">      <tr>        <td colspan="2">您好,<strong><?=$tmgetusername?></strong> <<?=$tmgetgroupname?>> </td>      </tr>      <tr>        <td width="65%">[ <a href="<?=$public_r['newsurl']?>e/space/?userid=<?=$tmgetuserid?>">我的空间</a> | <a href="<?=$public_r['newsurl']?>e/member/msg/">站内消息</a> | <a href="<?=$public_r['newsurl']?>e/member/fava/">收藏夹</a> | <a href="<?=$public_r['newsurl']?>e/member/doaction.php?enews=exit" onclick="return confirm('确认要退出?');">退出</a> ]</td>        <td width="35%"><div align="right"><a href="<?=$public_r['newsurl']?>"><u>网站首页</u></a> | <a href="<?=$public_r['newsurl']?>e/member/cp/"><u>会员中心</u></a> | <a href="<?=$public_r['newsurl']?>e/member/list/"><u>会员列表</u></a></div></td>      </tr>    </table>	<?php	}	else	//游客	{	?>	<table width="100%" border="0" align="right" cellpadding="3" cellspacing="1">      <tr>        <td colspan="2">您好,<strong>游客</strong> <游客></td>      </tr>      <tr>        <td width="65%">[ <a href="<?=$public_r['newsurl']?>e/member/login/">马上登录</a> | <a href="<?=$public_r['newsurl']?>e/member/register/">注册帐号</a> ]</td>        <td width="35%"><div align="right"><a href="<?=$public_r['newsurl']?>"><u>网站首页</u></a> | <a href="<?=$public_r['newsurl']?>e/member/cp/"><u>会员中心</u></a> | <a href="<?=$public_r['newsurl']?>e/member/list/"><u>会员列表</u></a></div></td>      </tr>    </table>	<?php	}	?>    </td>  </tr></table><table width="100%" height="6" border="0" cellpadding="3" cellspacing="1" bgcolor="<?=$bgcolor_line?>">  <tr>    <td></td>  </tr></table><table width="960" border="0" align="center" cellpadding="3" cellspacing="3">  <tr>    <td>当前位置:<?=$url?></td>  </tr></table><table width="960" border="0" align="center" cellpadding="12" cellspacing="1" bgcolor="#C9F1FF">  <tr>    <td width="20%" valign="top" bgcolor="#FFFFFF">	<?php	if($tmgetuserid)	//已登录	{	?>	<table width="180" border="0" align="center" cellpadding="3" cellspacing="1" class="tableborder">      <tr class="header" id="domenumemberid" onMouseUp="turnit(domenumember,'menumemberimg');" style="CURSOR: hand" title="展开/收缩">        <td height="25">  <img src="<?=$addimgurl?>" name="menumemberimg" width="20" height="9" border="0">帐号</td>      </tr>      <tbody id="domenumember" style="display:none">        <tr>          <td bgcolor="#FFFFFF"><table width="90%" border="0" align="right" cellpadding="3" cellspacing="1">              <tr>                <td height="23"><a href="<?=$public_r['newsurl']?>e/member/EditInfo/">修改资料</a></td>              </tr>              <tr>                <td height="23"><a href="<?=$public_r['newsurl']?>e/member/EditInfo/EditSafeInfo.php">修改安全信息</a></td>              </tr>              <tr>                <td height="23"><a href="<?=$public_r['newsurl']?>e/member/my/">帐号状态</a></td>              </tr>              <tr>                <td height="23"><a href="<?=$public_r['newsurl']?>e/member/fava/">收藏夹</a></td>              </tr>              <tr>                <td height="23"><a href="<?=$public_r['newsurl']?>e/member/friend/">好友列表</a></td>              </tr>              <tr>                <td height="23"><a href="<?=$public_r['newsurl']?>e/memberconnect/ListBind.php">绑定外部登录</a></td>              </tr>          </table></td>        </tr>      </tbody>      <tr class="header" id="domenumsgid" onMouseUp="turnit(domenumsg,'menumsgimg');" style="CURSOR: hand" title="展开/收缩">        <td height="25">  <img src="<?=$addimgurl?>" name="menumsgimg" width="20" height="9" border="0">站内消息</td>      </tr>      <tbody id="domenumsg" style="display:none">        <tr>          <td bgcolor="#FFFFFF"><table width="90%" border="0" align="right" cellpadding="3" cellspacing="1">              <tr>                <td height="23"><a href="<?=$public_r['newsurl']?>e/member/msg/AddMsg/?enews=AddMsg">发送消息</a></td>              </tr>              <tr>                <td height="23"><a href="<?=$public_r['newsurl']?>e/member/msg/">消息列表</a></td>              </tr>          </table></td>        </tr>      </tbody>      <tr class="header" id="domenuinfoid" onMouseUp="turnit(domenuinfo,'menuinfoimg');" style="CURSOR: hand" title="展开/收缩">        <td height="25">  <img src="<?=$addimgurl?>" name="menuinfoimg" width="20" height="9" border="0">投稿</td>      </tr>      <tbody id="domenuinfo" style="display:none">        <tr>          <td bgcolor="#FFFFFF">          <table width="90%" border="0" align="right" cellpadding="3" cellspacing="1">			<?php			//输出可管理的模型			$tmodsql=$empire->query("select mid,qmname from {$dbtbpre}enewsmod where usemod=0 and showmod=0 and qenter<>'' order by myorder,mid");			while($tmodr=$empire->fetch($tmodsql))			{				$fontb="";				$fontb1="";				if($tmodr['mid']==$tgetmid)				{					$fontb="<b>";					$fontb1="</b>";				}			?>              <tr>                <td width="74%" height="23"><a href="<?=$public_r['newsurl']?>e/DoInfo/ListInfo.php?mid=<?=$tmodr['mid']?>"><?=$fontb?>管理<?=$tmodr[qmname]?><?=$fontb1?></a></td>                <td width="26%"><div align="right"><a href="<?=$public_r['newsurl']?>e/DoInfo/ChangeClass.php?mid=<?=$tmodr['mid']?>"><?=$fontb?>发布<?=$fontb1?></a></div></td>              </tr>			<?php			}			?>          </table>          </td>        </tr>      </tbody>      <tr class="header" id="domenuspaceid" onMouseUp="turnit(domenuspace,'menuspaceimg');" style="CURSOR: hand" title="展开/收缩">        <td height="25">  <img src="<?=$addimgurl?>" name="menuspaceimg" width="20" height="9" border="0">会员空间</td>      </tr>      <tbody id="domenuspace" style="display:none">        <tr>          <td bgcolor="#FFFFFF"><table width="90%" border="0" align="right" cellpadding="3" cellspacing="1">              <tr>                <td height="23"><a href="<?=$public_r['newsurl']?>e/space/?userid=<?=$tmgetuserid?>">预览空间</a></td>              </tr>              <tr>                <td height="23"><a href="<?=$public_r['newsurl']?>e/member/mspace/SetSpace.php">设置空间</a></td>              </tr>              <tr>                <td height="23"><a href="<?=$public_r['newsurl']?>e/member/mspace/ChangeStyle.php">选择模板</a></td>              </tr>              <tr>                <td height="23"><a href="<?=$public_r['newsurl']?>e/member/mspace/gbook.php">管理留言</a></td>              </tr>              <tr>                <td height="23"><a href="<?=$public_r['newsurl']?>e/member/mspace/feedback.php">管理反馈</a></td>              </tr>          </table></td>        </tr>      </tbody>      <tr class="header" id="domenupayid" onMouseUp="turnit(domenupay,'menupayimg');" style="CURSOR: hand" title="展开/收缩">        <td height="25">  <img src="<?=$addimgurl?>" name="menupayimg" width="20" height="9" border="0">财务</td>      </tr>      <tbody id="domenupay" style="display:none">        <tr>          <td bgcolor="#FFFFFF"><table width="90%" border="0" align="right" cellpadding="3" cellspacing="1">              <tr>                <td height="23"><a href="<?=$public_r['newsurl']?>e/payapi/">在线支付</a></td>              </tr>              <tr>                <td height="23"><a href="<?=$public_r['newsurl']?>e/member/buygroup/">在线充值</a></td>              </tr>              <tr>                <td height="23"><a href="<?=$public_r['newsurl']?>e/member/card/">点卡充值</a></td>              </tr>              <tr>                <td height="23"><a href="<?=$public_r['newsurl']?>e/member/buybak/">点卡充值记录</a></td>              </tr>              <tr>                <td height="23"><a href="<?=$public_r['newsurl']?>e/member/downbak/">下载消费记录</a></td>              </tr>          </table></td>        </tr>      </tbody>      <tr class="header" id="domenushopid" onMouseUp="turnit(domenushop,'menushopimg');" style="CURSOR: hand" title="展开/收缩">        <td height="25">  <img src="<?=$addimgurl?>" name="menushopimg" width="20" height="9" border="0">商城</td>      </tr>      <tbody id="domenushop" style="display:none">        <tr>          <td bgcolor="#FFFFFF"><table width="90%" border="0" align="right" cellpadding="3" cellspacing="1">              <tr>                <td height="23"><a href="<?=$public_r['newsurl']?>e/ShopSys/ListDd/">我的订单</a></td>              </tr>              <tr>                <td height="23"><a href="#ecms" onclick="window.open('<?=$public_r['newsurl']?>e/ShopSys/buycar/','','width=680,height=500,scrollbars=yes,resizable=yes');">我的购物车</a></td>              </tr>              <tr>                <td height="23"><a href="<?=$public_r['newsurl']?>e/ShopSys/address/ListAddress.php">管理配送地址</a></td>              </tr>          </table></td>        </tr>      </tbody>      <tr class="header">        <td height="25">  <img src="<?=$noaddimgurl?>" width="20" height="9" border="0"><a href="<?=$public_r['newsurl']?>e/member/doaction.php?enews=exit" onclick="return confirm('确认要退出?');">退出</a></td>      </tr>    </table>	<?php	}	else	//游客	{	?>	<table width="180" border="0" align="center" cellspacing="1" cellpadding="3" class="tableborder">	<tr class="header" id="domenumemberid" onMouseUp="turnit(domenumember,'menumemberimg');" style="CURSOR: hand" title="展开/收缩">		<td height="25">  <img src="<?=$addimgurl?>" name="menumemberimg" width="20" height="9" border="0">帐号</td>	</tr>	<tbody id="domenumember" style="display:none">	<tr>		<td bgcolor="#FFFFFF">		<table width="90%" border="0" align="right" cellpadding="3" cellspacing="1">			<tr>				<td height="23"><a href="<?=$public_r['newsurl']?>e/member/login/">会员登录</a></td>			</tr>			<tr>				<td height="23"><a href="<?=$public_r['newsurl']?>e/member/register/">注册帐号</a></td>			</tr>		</table>		</td>	</tr>	</tbody>	<tbody id="domenumsg" style="display:none">	</tbody>	<tr class="header" id="domenuinfoid" onMouseUp="turnit(domenuinfo,'menuinfoimg');" style="CURSOR: hand" title="展开/收缩">		<td height="25">  <img src="<?=$addimgurl?>" name="menuinfoimg" width="20" height="9" border="0">投稿</td>	</tr>	<tbody id="domenuinfo" style="display:none">	<tr>		<td bgcolor="#FFFFFF">		<table width="90%" border="0" align="right" cellpadding="3" cellspacing="1">		<?php		//输出可管理的模型		$tmodsql=$empire->query("select mid,qmname from {$dbtbpre}enewsmod where usemod=0 and showmod=0 and qenter<>'' order by myorder,mid");		while($tmodr=$empire->fetch($tmodsql))		{			$fontb="";			$fontb1="";			if($tmodr['mid']==$tgetmid)			{				$fontb="<b>";				$fontb1="</b>";			}		?>		<tr>			<td width="74%" height="23"><a href="<?=$public_r['newsurl']?>e/DoInfo/ChangeClass.php?mid=<?=$tmodr['mid']?>"><?=$fontb?>发布<?=$tmodr[qmname]?><?=$fontb1?></a></td>			<td width="26%"><div align="right"></div></td>		</tr>		<?php		}		?>		</table>		</td>	</tr>	</tbody>	<tbody id="domenuspace" style="display:none">	</tbody>	<tbody id="domenupay" style="display:none">	</tbody>	<tr class="header" id="domenushopid" onMouseUp="turnit(domenushop,'menushopimg');" style="CURSOR: hand" title="展开/收缩">		<td height="25">  <img src="<?=$addimgurl?>" name="menushopimg" width="20" height="9" border="0">商城</td>	</tr>	<tbody id="domenushop" style="display:none">	<tr>		<td bgcolor="#FFFFFF">		<table width="90%" border="0" align="right" cellpadding="3" cellspacing="1">		<tr>			<td height="23"><a href="#ecms" onclick="window.open('<?=$public_r['newsurl']?>e/ShopSys/buycar/','','width=680,height=500,scrollbars=yes,resizable=yes');">我的购物车</a></td>		</tr>		</table>		</td>	</tr>	</tbody>	</table>	<?php	}	?>	</td>    <td width="80%" height="420" valign="top" bgcolor="#FFFFFF">
 |