📄 userleft.ascx
字号:
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="UserLeft.ascx.cs" Inherits="RBWebShop.UserLeft" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<FONT face="宋体">
<SCRIPT language="javascript">
function chgcolor(obj,txtcolor,bgcolor)
{
if(txtcolor=="1") txtcolor="#FFFFFF";
else txtcolor="#000000";
if(bgcolor=="2") bgcolor="#cccccc";
else bgcolor="#b0c4de";
htm=obj.innerHTML;
//obj.style.color=txtcolor;
obj.style.cursor="hand";
obj.style.background=bgcolor;
}
function show(obj_id)
{
obj=eval("document.all."+obj_id);
if(obj.style.display=="none")
obj.style.display="";
else
obj.style.display="none";
}
</SCRIPT>
<TABLE id="Table1" cellSpacing="0" width="100%" cellPadding="0" align="center" border="0">
<TBODY>
<TR>
<TH vAlign="middle" align="center" height="35">
</TH>
</TR>
<TR>
<TD width="100%">
<TABLE id="Table3" borderColor="#9999cc" width="100%" cellSpacing="0" borderColorDark="#cccccc"
cellPadding="0" rules="rows" border="1">
<TBODY>
<TR class="table-xia">
<TD class="rowlight" colspan="2" onmouseover="chgcolor(this,'1','2')" onmouseout="chgcolor(this,'3','4')"
height="30"> <IMG src="images/ring01.gif"> <A href="user.aspx">会员中心</A>
</TD>
</TR>
<TR class="table-xia">
<TD class="rowlight" colspan="2" onmouseover="chgcolor(this,'1','2')" onmouseout="chgcolor(this,'3','4')"
height="30"> <IMG src="images/ring01.gif"> <A href="userUpInfo.aspx">资料修改</A>
</TD>
</TR>
<TR class="table-xia">
<TD class="rowlight" colspan="2" onmouseover="chgcolor(this,'1','2')" onmouseout="chgcolor(this,'3','4')"
height="30"> <IMG src="images/ring01.gif"> <A href="userUpPass.aspx">密码修改</A>
</TD>
</TR>
<TR class="table-xia">
<TD class="rowlight" colspan="2" onmouseover="chgcolor(this,'1','2')" onmouseout="chgcolor(this,'3','4')"
height="30"> <IMG src="images/ring01.gif"> <A href="userInfo.aspx">我的信息</A>
</TD>
</TR>
<TR class="table-xia">
<TD class="rowlight" colspan="2" onmouseover="chgcolor(this,'1','2')" onmouseout="chgcolor(this,'3','4')"
height="30"> <IMG src="images/ring01.gif"> <A href="userOrder.aspx">我的定单</A>
</TD>
</TR>
<TR class="table-xia">
<TD class="rowlight" colspan="2" onmouseover="chgcolor(this,'1','2')" onmouseout="chgcolor(this,'3','4')"
height="30" style="HEIGHT: 31px"> <IMG src="images/ring01.gif"> <A href="UserFavrite.aspx?ProductId=0">
我的收藏</A>
</TD>
</TR>
<TR class="table-xia">
<TD class="rowlight" colspan="2" onmouseover="chgcolor(this,'1','2')" onmouseout="chgcolor(this,'3','4')"
height="30"> <IMG src="images/ring01.gif"> <A href="UserValue.aspx">
我要冲值</A>
</TD>
</TR>
<TR class="table-xia">
<TD class="rowlight" colspan="2" onmouseover="chgcolor(this,'1','2')" onmouseout="chgcolor(this,'3','4')"
height="30"> <IMG src="images/ring01.gif"> <A href="userVip.aspx">VIP 申请</A>
</TD>
</TR>
<TR class="table-xia">
<TD class="rowlight" colspan="2" onmouseover="chgcolor(this,'1','2')" onmouseout="chgcolor(this,'3','4')"
height="30"> <IMG src="images/ring01.gif"> <A href="Shopping.aspx?ProductId=0">
购 物 车</A>
</TD>
</TR>
<TR class="table-xia">
<TD class="rowlight" colspan="2" onmouseover="chgcolor(this,'1','2')" onmouseout="chgcolor(this,'3','4')"
height="30"> <IMG src="images/ring01.gif"> <A href="Userlogout.aspx">注销退出</A>
</TD>
</TR>
</TBODY>
</TABLE>
</TD>
</TR>
<TR>
<TD class="Bg" width="100%"></TD>
</TR>
</FONT></TBODY></TABLE>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -