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

📄 admin_login.aspx

📁 好东西一起分享!需要就来下载 别忘记顶顶顶
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="admin_login.aspx.cs" Inherits="admin_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>
    <link href="../styles/StyleSheet.css" rel="stylesheet" type="text/css" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />


</head>
<body bgcolor="#66CCFF">
    <form id="form1" runat="server">
    <div>
      <table border="0" align="center" cellpadding="0" cellspacing="0" >
        <tr>
          <td width="150" height="246"><img src="Image/login_l.gif" width="150" height="246" /></td>
          <td width="280" valign="middle" background="Image/login_r.gif"><table width="100%" border="0" cellspacing="8" cellpadding="0" align="center">
              <tr align="center">
                <td height="38" colspan="2"><font color="#000000" size="3"><strong>管理员登录</strong></font> </td>
              </tr>
              <tr>
                <td align="right" style="height: 24px"><font color="#FFFFFF">用户名称:</font></td>
                <td style="height: 24px">
                    <asp:TextBox ID="TextBox_username" runat="server" Width="160px"></asp:TextBox></td>
              </tr>
              <tr>
                <td align="right"><font color="#FFFFFF">用户密码:</font></td>
                <td>
                    <asp:TextBox ID="TextBox_userpassword" runat="server" Width="160px"></asp:TextBox></td>
              </tr>
              
              <tr>
                <td colspan="2"><div align="center">
                    <asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="提交" Width="48px" />
                    &nbsp;
                  <input name="reset" type="reset"  id="reset" value=" 清 除 " style="font-size: 9pt; height: 19; width: 60; color: #000000; background-color: #E1F4EE; border: 1 solid #E1F4EE" onmouseover ="this.style.backgroundColor='#ffffff'" onmouseout ="this.style.backgroundColor='#E1F4EE'" />
                  <br />
                </div></td>
              </tr>
          </table></td>
        </tr>
      </table>
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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