📄 userentry.aspx
字号:
<%@ Page language="c#" Codebehind="default.aspx.cs" AutoEventWireup="false" Inherits="shop._default" %>
<%@ Register Src="Controls/head.ascx" TagName="head" TagPrefix="uc2" %>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>ASP.NET 2.0 电子购物平台系统首页</title>
<link href="style\sitestyle.css" type="text/css" rel="stylesheet"/>
</head>
<body>
<form id="form1" runat="server">
<center>
<table style="width: 447px" border="1" cellpadding="0" bordercolor="#43a0db" bordercolordark="#ffffff">
<tr>
<td style="width: 656px">
<uc2:head ID="Head1" runat="server" />
</td>
</tr>
<tr>
<td style="width: 656px; color: #43a0db; height: 75px;" align="center">
<table bordercolor="#43a0db" bordercolordark="#ffffff" border="1">
<tr>
<td align="center" colspan="2" style="font-size: 24pt; color: #43a0db">
<strong>用户登录</strong></td>
</tr>
<tr>
<td style="width: 60px">
用户名:</td>
<td style="width: 114px">
<asp:TextBox ID="txtUserName" runat="server" Width="91px"></asp:TextBox>
</td>
</tr>
<tr>
<td style="width: 60px">
密 码:</td>
<td style="width: 114px">
<asp:TextBox ID="txtPassWord" runat="server" TextMode="Password" Width="90px"></asp:TextBox>
</td>
</tr>
<tr>
<td colspan="2">
<asp:Label ID="lblLoginFail" runat="server" ForeColor="Red" Visible="False" Width="112px">登陆失败,请重试!</asp:Label></td>
</tr>
<tr>
<td align="center" colspan="2">
<asp:ImageButton ID="imgBtnLogin" runat="server" ImageUrl="~/images/login[1].gif" />
<a href="userRegister.aspx">
</a></td>
</tr>
<tr>
<td colspan="2" align="center">
<asp:Label ID="lblLoginInfo" runat="server" ForeColor="#43a0db"></asp:Label>
<asp:HyperLink ID="lnkLogout" runat="server" NavigateUrl="Logout.aspx" Visible="False">注 销</asp:HyperLink>
</td>
</tr>
</table>
<hr color="#43a0db" size="1" style="width: 756px" />
</td>
</tr>
<tr>
<td align="center" style="font-size: 24pt; color: #43a0db">
<table width="100%">
<tr>
<td style="height: 17px" align="center">
© 版权所有2000-2006,杭州品杰科技有限责任公司</td>
</tr>
<tr>
<td align="center" style="height: 16px">
未经杭州品杰科技有限责任公司书面特别授权,请勿转载或建立镜像,违者依法必究</td>
</tr>
</table>
</td>
</tr>
</table>
</center>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -