📄 login.aspx
字号:
<%@ Register TagPrefix="Forum" TagName="Bt" Src="_Bt.ascx" %>
<%@ Register TagPrefix="Forum" TagName="Top" Src="_Top.ascx" %>
<%@ Page language="c#" Codebehind="Login.aspx.cs" AutoEventWireup="false" Inherits="Forum.Login" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>
<%=Title%>
</title>
<META http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta content="Microsoft Visual Studio 7.0" name="GENERATOR">
<meta content="C#" name="CODE_LANGUAGE">
<meta content="JavaScript (ECMAScript)" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
<LINK href="Forum.css" type="text/css" rel="stylesheet">
</HEAD>
<body topMargin="0" leftmargin="0">
<form id="Login" method="post" runat="server">
<Forum:Top Id="Top" Runat="server" EnableViewState="False"></Forum:Top>
<table width="97%" align="center" cellpadding="4" cellspacing="1">
<tr>
<td>
<asp:Label id="Path" runat="server" EnableViewState="False"></asp:Label>
</td>
</tr>
</table>
<asp:Table id="Table1" runat="server" HorizontalAlign="Center" Width="97%" CellPadding="4" CellSpacing="1" EnableViewState="False">
<asp:TableRow AccessKey="H">
<asp:TableCell ColumnSpan="2" HorizontalAlign="Center">请输入你的用户名、密码登录
<asp:Label runat="server" ID="ErrorInfo"></asp:Label>
</asp:TableCell>
</asp:TableRow>
<asp:TableRow AccessKey="B">
<asp:TableCell VerticalAlign="Top" Width="30%" Text="请输入你的用户名:"></asp:TableCell>
<asp:TableCell Width="70%">
<asp:TextBox runat="server" Columns="30" ID="UsersName"></asp:TextBox>
</asp:TableCell>
</asp:TableRow>
<asp:TableRow AccessKey="B">
<asp:TableCell VerticalAlign="Top" Text="请输入你的密码:"></asp:TableCell>
<asp:TableCell>
<asp:TextBox runat="server" TextMode="Password" Columns="30" ID="UsersPwd"></asp:TextBox>
</asp:TableCell>
</asp:TableRow>
<asp:TableRow AccessKey="B">
<asp:TableCell VerticalAlign="Top" Text="Cookie 选项<br>请选择Cookie保存时间<br>下次访问可以方便输入。"></asp:TableCell>
<asp:TableCell>
<asp:RadioButtonList runat="server" RepeatDirection="Horizontal" ID="CookieDate">
<asp:ListItem Value="0" Selected="True">立刻过期</asp:ListItem>
<asp:ListItem Value="1">保存一天</asp:ListItem>
<asp:ListItem Value="30">保存一月</asp:ListItem>
<asp:ListItem Value="365">保存一年</asp:ListItem>
</asp:RadioButtonList>
</asp:TableCell>
</asp:TableRow>
</asp:Table>
<table align="center" width="97%" cellpadding="4" cellspacing="1">
<tr>
<td align="middle">
<asp:Button ID="btnLogin" Runat="server" Text="登 录"></asp:Button>
</td>
</tr>
</table>
<FORUM:Bt id="Bt" Runat="server" EnableViewState="False"></FORUM:Bt>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -