⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 login.aspx

📁 网络硬盘该系统是一个性能可靠
💻 ASPX
字号:
<%@ page language="C#" autoeventwireup="true" inherits="login, space_deploy" %>

<!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>
    <link href="webimages/css.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
<!--
body {
	background-color: #E6E6E6;
	margin-top: 150px;
}
-->
</style>
</head>
<body>
    <form id="form1" runat="server">
      <table width="300" border="0" align="center" cellpadding="0" cellspacing="0">
        <tr>
          <td width="82" height="33" align="center" background="webimages/menu_home.jpg" class="title_down">用户登陆</td>
          <td align="right" background="webimages/menu_bg_line.jpg">&nbsp;</td>
          <td width="10"><img src="webimages/menu_right.jpg" width="10" height="33" /></td>
        </tr>
      </table>
      <table width="300" border="0" align="center" cellpadding="0" cellspacing="0" class="user_right">
  <tr>
    <td width="100" height="50" align="center">用户名</td>
    <td>
        <asp:TextBox ID="TextBox1" runat="server" Font-Size="10pt" ForeColor="#404040" Width="150px"></asp:TextBox></td>
  </tr>
  <tr>
    <td align="center">密&nbsp;&nbsp;&nbsp;&nbsp;码</td>
    <td>
        <asp:TextBox ID="TextBox2" runat="server" Font-Size="10pt" ForeColor="#404040" TextMode="Password"
            Width="150px"></asp:TextBox></td>
  </tr>
  <tr>
    <td height="50" colspan="2" align="center">
        <asp:Button ID="Button1" runat="server" Text="登  陆" OnClick="Button1_Click" />&nbsp;
      <asp:Button ID="Button2" runat="server" OnClick="Button2_Click" Text="注  册" />&nbsp;
        <asp:LinkButton ID="LinkButton1" runat="server" PostBackUrl="~/password_step1.aspx">密码找回</asp:LinkButton></td>
  </tr>
</table>
    </form>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -