📄 login.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="login.aspx.cs" Inherits="login" %>
<!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 runat="server">
<title>登陆界面</title>
</head>
<body style="background-image: url(image/back.jpg)">
<form id="form1" runat="server">
<p style="background-image: url(image/back.jpg); text-align: center">
<table style="height: 304px; background-color: #999933;" border="1">
<tr>
<td style="width: 124px">
</td>
<td style="width: 122px" >
登陆界面</td>
<td style="width: 138px">
</td>
</tr>
<tr>
<td style="width: 124px; height: 60px; text-align: right;">
请选择身份:</td>
<td style="width: 122px; height: 60px; text-align: left;">
<asp:RadioButton ID="RadioButton1" runat="server" Checked="True" GroupName="shenfen"
Text="管理员" />
<br />
<asp:RadioButton ID="RadioButton2" runat="server" GroupName="shenfen" Text="客户" /></td>
<td style="width: 138px; height: 60px;">
</td>
</tr>
<tr>
<td style="width: 124px; text-align: right;">
请输入用户名:</td>
<td style="width: 122px">
<asp:TextBox ID="TextBox1" runat="server"></asp:TextBox></td>
<td style="width: 138px">
</td>
</tr>
<tr>
<td style="width: 124px; text-align: right;">
请输入密码:</td>
<td style="width: 122px">
<asp:TextBox ID="TextBox2" runat="server" TextMode="Password" Width="149px"></asp:TextBox></td>
<td style="width: 138px">
</td>
</tr>
<tr>
<td style="width: 124px; text-align: right;">
请输入验证码:</td>
<td style="width: 122px">
<asp:TextBox ID="TextBox3" runat="server"></asp:TextBox></td>
<td style="width: 138px">
<asp:Image ID="Image1" runat="server" ImageUrl="~/CodeCheck.aspx" />
<asp:Button ID="Button3" runat="server" BackColor="#FFFF80" BorderColor="Black" BorderStyle="None"
Height="25px" Text="刷新" Width="46px" /></td>
</tr>
<tr>
<td style="width: 124px">
</td>
<td style="width: 122px">
<asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="登陆" />
<asp:Button ID="Button2" runat="server" Text="注册" PostBackUrl="~/register.aspx" /></td>
<td style="width: 138px">
</td>
</tr>
</table>
</p>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -