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

📄 login.aspx

📁 多种模式留言系统 本留言系统 支持多种模式 一 签写留言模式 二 留言本模式 三 论坛模式 应用了第三的文本编辑器 支持动态更改网站标题 动态添加广告 支持留言头像选择
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="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="../images/110.css" rel="stylesheet" type="text/css" />
    <link href="../images/news.css" rel="stylesheet" type="text/css" />
</head>
<body>
    <form id="form1" runat="server">
    <div>
      <table width="200" align="center" style="border-right: deepskyblue 1pt ridge; border-top: deepskyblue 1pt ridge; border-left: deepskyblue 1pt ridge; border-bottom: deepskyblue 1pt ridge">
        <tr>
          <th colspan="2" scope="row">管理登陆</th>
        </tr>
        <tr>
          <th width="56" scope="row" style="height: 26px">帐号</th>
          <td style="width: 164px; height: 26px;">&nbsp;<asp:TextBox ID="uid" runat="server" Width="135px" BackColor="ButtonFace" BorderStyle="Groove" Height="20px"></asp:TextBox></td>
        </tr>
        <tr>
          <th scope="row" style="height: 28px">密码</th>
          <td style="width: 164px; height: 28px;">&nbsp;<asp:TextBox ID="pwd" runat="server" TextMode="Password" Width="135px" BackColor="ButtonFace" BorderStyle="Groove" Height="20px"></asp:TextBox></td>
        </tr>
        <tr>
          <th colspan="2" scope="row">
              <asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="提 交" BackColor="#C0C0FF" BorderStyle="Ridge" Width="71px" /></th>
        </tr>
      </table>
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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