📄 index.aspx
字号:
<%@ Page language="c#" Inherits="examonline.index" CodeFile="index.aspx.cs" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>试题库管理系统</title>
<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
<meta content="C#" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
<style>
A { COLOR: #00478e }
A:visited { COLOR: #00478e }
A:hover { COLOR: red }
.m1 { PADDING-RIGHT: 20px; PADDING-LEFT: 20px; PADDING-BOTTOM: 10px }
</style>
</HEAD>
<body bottomMargin="0" leftMargin="0" topMargin="0" rightMargin="0">
<form id="Form1" method="post" runat="server">
<FONT face="宋体">
<table height="100%" cellSpacing="0" cellPadding="0" width="100%" border="0">
<tr>
<td style="BACKGROUND-POSITION: right top; BACKGROUND-REPEAT: repeat-y" width="50%"
background="images/bg1222.jpg" height="100%" rowSpan="10"></td>
<td colSpan="2">
<OBJECT codeBase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"
height="148" width="780" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" >
<PARAM NAME="_cx" VALUE="20638">
<PARAM NAME="_cy" VALUE="3916">
<PARAM NAME="FlashVars" VALUE="">
<PARAM NAME="Movie" VALUE="054_t.swf">
<PARAM NAME="Src" VALUE="054_t.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="054_t.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash" width="780" height="148"> </embed>
</OBJECT>
</td>
<td style="BACKGROUND-POSITION: left top; BACKGROUND-REPEAT: repeat-y" width="50%" background="images/bg1223.jpg"
height="100%" rowSpan="10"></td>
</tr>
<tr>
<td colSpan="2" height="100%"><FONT face="宋体">
<TABLE id="Table4" cellSpacing="1" cellPadding="0" width="518" align="center" bgColor="#99ccff"
border="0">
<TR>
<TD vAlign="middle" align="left" width="530" bgColor="#ffffff" height="160">
<BLOCKQUOTE><br>
<DIV style="DISPLAY: inline; WIDTH: 432px; FONT-FAMILY: 黑体; HEIGHT: 16px" align="center">请先登陆,如果是第一次使用,那请您在登录后看一下帮助</DIV>
<br>
<asp:Label id="lblmsg" runat="server" Width="360px" ForeColor="Red"></asp:Label><BR>
管理帐号:
<asp:textbox id="txtid" runat="server" Width="144px"></asp:textbox><FONT color="#ff0000">
<asp:RequiredFieldValidator id="RequiredFieldValidator1" runat="server" ErrorMessage="不能为空。" ControlToValidate="txtid"></asp:RequiredFieldValidator></FONT><BR>
管理密码:
<asp:textbox id="txtpsw" runat="server" TextMode="Password"></asp:textbox><FONT color="#ff0000">
<asp:RequiredFieldValidator id="RequiredFieldValidator2" runat="server" ErrorMessage="不能为空。" ControlToValidate="txtpsw"></asp:RequiredFieldValidator></FONT><BR>
验 证 码:
<asp:textbox id="txtcode" runat="server" Width="144px"></asp:textbox>
<asp:RequiredFieldValidator id="RequiredFieldValidator3" runat="server" ControlToValidate="txtcode" ErrorMessage="不能为空。"></asp:RequiredFieldValidator>
<asp:image id="Image1" runat="server" Width="80px" Height="22px" ImageUrl="img.aspx" ImageAlign="Middle"></asp:image><BR>
<asp:button id="btnlogin" runat="server" Text="登录" Width="80px" onclick="btnlogin_Click"></asp:button></BLOCKQUOTE>
</TD>
</TR>
</TABLE>
</FONT>
</td>
</tr>
<tr>
<td colspan="2" valign="top"><img src="images/copyright.gif" border="0" width="241" height="39" alt=""><img src="images/footer.gif" border="0" width="539" height="39" alt=""></td>
</tr>
</table>
</FONT>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -