📄 login.aspx
字号:
<%@ Page Language="c#" Inherits="MyOA.Web.Login" CodeFile="Login.aspx.cs" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1" runat="server">
<title>登录</title>
<link href="Styles/Style.css" type="text/css" rel="stylesheet" />
</head>
<body>
<form id="Form1" method="post" runat="server">
<table id="Table1" style="z-index: 101; left: 16px; width: 240px; position: absolute;
top: 16px; height: 158px" cellspacing="0" cellpadding="0" width="240" border="0">
<tr>
<td align="center" colspan="2">
<img alt="" src="Images/logo.JPG" width="130"></td>
</tr>
<tr>
<td style="width: 69px">
<asp:Label ID="Label1" runat="server">登录名*</asp:Label></td>
<td style="width: 164px">
<asp:TextBox ID="TextBoxLoginName" runat="server" Width="160px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 69px">
<asp:Label ID="Label2" runat="server">密码*</asp:Label></td>
<td style="width: 164px">
<asp:TextBox ID="TextBoxPassword" runat="server" Width="160px" TextMode="Password"></asp:TextBox></td>
</tr>
<tr>
<td align="center" colspan="3" style="height: 32px">
<asp:ImageButton ID="ImageButtonLogin" runat="server" OnClick="ImageButtonLogin_Click" ImageUrl=".\Images\BtnLogin.gif">
</asp:ImageButton>
</td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -