📄 userlogininfo.ascx
字号:
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="UserLoginInfo.ascx.cs" Inherits="UserLoginInfo" %>
<hr width="100%" noShade SIZE="1">
<table cellpadding="0" cellspacing="0" width="100%">
<tr>
<td><font class="GbText">欢迎</font><font class="SubSubHead"><%=UserName%>
</font><font class="GbText">访问本站!!</font></td>
</tr>
<tr>
<td><asp:imagebutton id="LogoutBtn" runat="server" ImageUrl="~/images/Logout.gif" OnClick="LogoutBtn_Click"></asp:imagebutton>
</tr>
<tr>
<td>你的购物车有<%=Number%>件商品。<br /><a href="../DesktopModules/OrderForm/CommitOrderForm.aspx" target="MainFrame">查看购物车</a></td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -