📄 userlogin.aspx
字号:
<%@ Page language="c#" Codebehind="UserLogin.aspx.cs" AutoEventWireup="false" Inherits="NewsKindAdmin.Admin.UserLogin" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>UserLogin</title>
<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
</HEAD>
<body MS_POSITIONING="GridLayout" background="file:///C:\Inetpub\wwwroot\NewsKindAdmin\photo\IMG_1699.JPG">
<form id="Form1" method="post" runat="server">
<FONT face="宋体">
<TABLE id="Table1" style="Z-INDEX: 100; LEFT: 208px; WIDTH: 480px; POSITION: absolute; TOP: 168px; HEIGHT: 80px"
borderColor="#33ffff" cellSpacing="1" cellPadding="1" width="480" bgColor="#99ff99"
border="1">
<TR>
<TD style="WIDTH: 76px; HEIGHT: 38px"><FONT face="隶书" color="#0000ff" size="5">用户名</FONT></TD>
<TD style="WIDTH: 250px; HEIGHT: 38px" vAlign="top"><FONT face="隶书" color="#0000ff" size="5">
<asp:TextBox id="txtUser" runat="server" Width="248px" Height="32px" Font-Size="Small"></asp:TextBox></FONT></TD>
<TD style="HEIGHT: 38px"><FONT face="隶书" color="#0000ff" size="5"></FONT></TD>
</TR>
<TR>
<TD style="WIDTH: 76px"><FONT face="隶书" color="#0000ff" size="5">密 码</FONT></TD>
<TD style="WIDTH: 250px" vAlign="top">
<asp:TextBox id="txtpwd" runat="server" Width="248px" Height="32px" TextMode="Password"></asp:TextBox></TD>
<TD></TD>
</TR>
</TABLE>
<asp:Button id="Button4" style="Z-INDEX: 106; LEFT: 480px; POSITION: absolute; TOP: 344px" runat="server"
Text="退 出" Width="152px" Height="48px" Font-Bold="True" Font-Size="Small"></asp:Button>
<asp:Button id="Button3" style="Z-INDEX: 105; LEFT: 264px; POSITION: absolute; TOP: 344px" runat="server"
Text="重 置" Width="152px" Height="48px" Font-Bold="True" Font-Size="Small"></asp:Button>
<asp:Button id="Button2" style="Z-INDEX: 104; LEFT: 480px; POSITION: absolute; TOP: 272px" runat="server"
Text="注 册" Width="152px" Height="48px" Font-Bold="True" Font-Size="Small"></asp:Button>
<asp:Label id="Label1" style="Z-INDEX: 101; LEFT: 176px; POSITION: absolute; TOP: 80px" runat="server"
Width="545px" Height="32px" BackColor="MediumSpringGreen" BorderColor="Aqua" BorderStyle="Outset"
Font-Bold="True" Font-Names="华文行楷" Font-Size="X-Large" ForeColor="Blue" ToolTip="欢迎您来到登录界面,本WEB程序有刘健完全编写,请勿转载!">欢 迎 您 登 录 新 闻 管 理 发 布 系 统</asp:Label>
<asp:Button id="btnLogin" style="Z-INDEX: 103; LEFT: 264px; POSITION: absolute; TOP: 272px"
runat="server" Text="登 录" Width="152px" Height="48px" Font-Bold="True" Font-Size="Small"></asp:Button></FONT>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -