login.aspx
来自「多种模式留言系统 本留言系统 支持多种模式 一 签写留言模式 二 留言本模」· ASPX 代码 · 共 35 行
ASPX
35 行
<%@ 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;"> <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;"> <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 + =
减小字号Ctrl + -
显示快捷键?