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

📄 admilogint.aspx

📁 简单新闻管理系统一个采用Access数据库的新闻管理系统
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="admilogint.aspx.cs" Inherits="admilogint" %>

<!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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><style type="text/css">
<!--
body {
	background-color: #FFFFFF;
}
.STYLE1 {
	font-size: 12px;
	font-weight: bold;
}
.STYLE2 {color: #FF0000}
.STYLE4 {font-size: 12px; font-weight: bold; color: #993300; }
.STYLE5 {font-size: 12px}
-->
</style></head>
<body>
<form id="form1" runat="server">
<table width="770" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#330000" bgcolor="#FFFFFF">
  <tr>
    <td height="428" valign="top"><table width="770" height="37" border="0" cellpadding="0" cellspacing="0">
      <tr>
        <td width="25" height="37" background="images/menu_bg.gif" bgcolor="#FFFFFF">&nbsp;</td>
        <td width="745" background="images/menu_bg.gif" bgcolor="#FFFFFF"><span class="STYLE1">新闻管理系统<span class="STYLE2">NEWS</span></span></td>
      </tr>
    </table>
      <table width="770" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td height="77" align="left">&nbsp;</td>
        </tr>
      </table>
      <table width="770" height="34" border="0" cellpadding="0" cellspacing="0">
        <tr>
          <td align="center" valign="middle"><span class="STYLE4">管理员登录</span></td>
        </tr>
      </table>
      <table width="770" height="32" border="0" cellpadding="0" cellspacing="0">
        <tr>
          <td width="280" align="right" valign="middle"><span class="STYLE5">账号:</span></td>
          <td width="490" align="left" valign="middle">&nbsp;<asp:TextBox ID="TextBox1" runat="server" Style="position: relative" Width="200px"></asp:TextBox>
              <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="TextBox1"
                  ErrorMessage="请输入帐户号" Font-Size="9pt" Style="position: relative"></asp:RequiredFieldValidator></td>
        </tr>
      </table>
      <table width="770" height="35" border="0" cellpadding="0" cellspacing="0">
        <tr>
          <td width="280" align="right" valign="middle"><span class="STYLE5">密码:</span></td>
          <td>&nbsp;<asp:TextBox ID="TextBox2" runat="server" Style="position: relative" Width="200px" TextMode="Password"></asp:TextBox>
              <asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate="TextBox2"
                  ErrorMessage="请输入密码" Font-Size="9pt" Style="position: relative"></asp:RequiredFieldValidator></td>
        </tr>
      </table>
      <table width="770" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td height="33">&nbsp;</td>
        </tr>
      </table>
      <table width="770" height="40" border="0" cellpadding="0" cellspacing="0">
        <tr>
          <td width="312">&nbsp;</td>
          <td width="458">&nbsp;
            <asp:Button ID="Button1" runat="server" ForeColor="#C04000" Text="取消" Width="76px" OnClick="Button1_Click" />
            <asp:Button ID="Button2" runat="server" ForeColor="#C04000" Text="登录" Width="76px" OnClick="Button2_Click" /></td>
        </tr>
      </table></td>
  </tr>
</table>
</form>
</body>
</html>

⌨️ 快捷键说明

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