📄 admin.aspx
字号:
<%@ Register TagPrefix="uc1" TagName="head" Src="head.ascx" %>
<%@ Register TagPrefix="uc1" TagName="foot" Src="foot.ascx" %>
<%@ Page language="c#" Codebehind="admin.aspx.cs" AutoEventWireup="false" Inherits="bbs.houtai" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>后台管理</title>
<LINK rel="stylesheet" type="text/css" href="Style.css">
<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
BODY { BACKGROUND-COLOR: #ffffcc }
</style>
</HEAD>
<body>
<form id="Form1" method="post" runat="server">
<table cellspacing="0" cellpadding="0" width="100%" align="center" border="0">
<tr>
<td height="30" bgcolor="#ffffcc">
<OBJECT
codeBase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0
height=200 width="100%" classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000
VIEWASTEXT>
<PARAM NAME="_cx" VALUE="27067">
<PARAM NAME="_cy" VALUE="5292">
<PARAM NAME="FlashVars" VALUE="">
<PARAM NAME="Movie" VALUE="top.swf">
<PARAM NAME="Src" VALUE="top.swf">
<PARAM NAME="WMode" VALUE="Window">
<PARAM NAME="Play" VALUE="-1">
<PARAM NAME="Loop" VALUE="-1">
<PARAM NAME="Quality" VALUE="High">
<PARAM NAME="SAlign" VALUE="">
<PARAM NAME="Menu" VALUE="-1">
<PARAM NAME="Base" VALUE="">
<PARAM NAME="AllowScriptAccess" VALUE="">
<PARAM NAME="Scale" VALUE="ShowAll">
<PARAM NAME="DeviceFont" VALUE="0">
<PARAM NAME="EmbedMovie" VALUE="0">
<PARAM NAME="BGColor" VALUE="">
<PARAM NAME="SWRemote" VALUE="">
<PARAM NAME="MovieData" VALUE="">
<PARAM NAME="SeamlessTabbing" VALUE="1">
<PARAM NAME="Profile" VALUE="0">
<PARAM NAME="ProfileAddress" VALUE="">
<PARAM NAME="ProfilePort" VALUE="0">
<PARAM NAME="AllowNetworking" VALUE="all">
<PARAM NAME="AllowFullScreen" VALUE="false">
<embed src="top.swf"
quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash" width="148" height="98">
</embed>
</OBJECT>
<a href="index.aspx">社区动力</a> <font face="宋体">- </font>后台登陆</td>
</tr>
</table></FONT>
<TABLE cellSpacing="0" cellPadding="0" width="100%" align="center" border="0">
<TR align="center" bgcolor="#ffffcc">
<TD>用户登录</TD>
</TR>
<TR align="center" bgcolor="#ffffcc">
<TD><FONT face="宋体">用户名
<asp:textbox id="TextBox_UserName" runat="server"></asp:textbox></FONT></TD>
</TR>
<TR align="center" bgcolor="#ffffcc">
<TD><FONT face="宋体"> 密码
<asp:textbox id="TextBox_PWD" runat="server" TextMode="Password"></asp:textbox></FONT></TD>
</TR>
<TR align="center" bgcolor="#ffffcc">
<TD><FONT face="宋体">
<asp:button id="Button_login" runat="server" Text="登陆"></asp:button>
<asp:button id="Button_Clear" runat="server" Text="返回"></asp:button></FONT></TD>
</TR>
</TABLE>
<uc1:foot id="Foot1" runat="server"></uc1:foot>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -