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

📄 login.aspx

📁 这是一个简易的在线通讯簿系统
💻 ASPX
字号:
<%@ Page Language="C#" ContentType="text/html" ResponseEncoding="gb2312" Inherits="ShaoYong.ContactBook.LoginPage" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>登录通讯簿</title>
<link href="main.css" rel="stylesheet" type="text/css">
</head>

<body>
<table width="100%" height="450" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td>
	<form id="loginForm" runat="server">
	<table width="346" border="0" align="center" cellpadding="0" cellspacing="0">
        <tr> 
          <td colspan="3"><img src="images/login_top.png" width="346" height="69"></td>
        </tr>
        <tr> 
          <td width="13"><img src="images/login_left.gif" width="13" height="113"></td>
            <td width="319" height="113"> <table width="100%" height="113" border="0" cellpadding="4" cellspacing="0">
                <tr> 
                  <td width="80" align="center"><img src="images/login_jumper.gif" width="54" height="61" align="top"></td>
                  <td colspan="2"><table border="0" cellspacing="0" cellpadding="3">
                      <tr> 
                        <td width="50" align="right">用户名</td>
                        <td width="100"><asp:textbox ID="tbUsername" Columns="15" size="15" CssClass="cuteTextBox" runat="server" /></td>
                        <td width="20"><asp:Image ID="iconExclaimation" ImageUrl="images/icon_exclamation.gif" runat="server" Visible="false" /></td>
                      </tr>
                      <tr> 
                        <td width="50" align="right">密 码</td>
                        <td width="100"><asp:textbox ID="tbPassword" TextMode="Password" Columns="15" size="15" CssClass="cuteTextBox" runat="server" /></td>
                        <td width="20">&nbsp;</td>
                      </tr>
                      <tr> 
                        <td height="30" colspan="3" align="center"> <asp:imagebutton ID="btnLogon" runat="server" ImageUrl="images/login_button.gif" /> 
                          &nbsp; <asp:imagebutton ID="btnRegister" runat="server" ImageUrl="images/register_button.gif" /> 
                        </td>
                      </tr>
                    </table></td>
                </tr>
              </table></td>
          <td width="14" align="right"><img src="images/login_right.gif" width="14" height="113"></td>
        </tr>
        <tr>
          <td colspan="3"><img src="images/login_bottom.gif" width="346" height="23"></td>
        </tr>
      </table>
	  </form>
	  </td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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