📄 title.aspx
字号:
<%@ Page language="c#" Codebehind="title.aspx.cs" AutoEventWireup="false" Inherits="title" codePage="936" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>电子教务系统Title</title>
<META http-equiv="Content-Type" content="text/html; charset=gb2312">
<!--
* Title: 电子教务系统标题
* Description: 标题的静态实现
* Copyright: Copyright (c) 2003
* Company:
* @author Murki Ling
* @version 1.0
* Last Modification 2003-03-25
-->
<meta name="GENERATOR" Content="Microsoft Visual Studio 7.0">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
<link href="../style/title.css" rel="stylesheet" type="text/css">
</HEAD>
<body leftmargin="0" topmargin="0" bottomMargin="0" rightMargin="0">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="647" height="61"><img src="img/title.jpg" width="647" height="61"></td>
<td background="img/titleBg.gif"> </td>
</tr>
<tr valign="top">
<td height="19" colspan="2" bgcolor="#666666">
<form name="SubmitForm" action="title.aspx.cs" target="_parent" method="post" runat="server">
<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#cccccc" class="LoginTd">
<tr>
<td width="8%"> </td>
<td style="WIDTH: 76px"><img src="img/loginPlease.gif" width="69" height="14"></td>
<td style="WIDTH: 78px">
<asp:ValidationSummary id="ValidationSummary1" runat="server" DisplayMode="List" ShowMessageBox="True" ShowSummary="False"></asp:ValidationSummary></td>
<td style="WIDTH: 44px">用户ID</td>
<td style="WIDTH: 108px">
<asp:RequiredFieldValidator id="RequiredFieldValidator1" ErrorMessage="请填入学号或教师号!" runat="server" ControlToValidate="UserID" Display="Dynamic">-_-!</asp:RequiredFieldValidator>
<asp:TextBox id="UserID" runat="server" CssClass="TextInput" MaxLength="10" ToolTip="请填入您的学号或者教师号"></asp:TextBox></td>
<td style="WIDTH: 36px">密码</td>
<td style="WIDTH: 109px">
<asp:RequiredFieldValidator id="RequiredFieldValidator2" ErrorMessage="请填入密码!" runat="server" ControlToValidate="UserPwd" Display="Dynamic">-_-!</asp:RequiredFieldValidator>
<asp:TextBox id="UserPwd" runat="server" CssClass="TextInput" ToolTip="请输入密码" TextMode="Password"></asp:TextBox></td>
<td>
<asp:ImageButton id="ImageButton1" runat="server" ImageUrl="../images/buttonLogin.gif"></asp:ImageButton></td>
<td style="WIDTH: 82px">忘记了密码?</td>
<td width="5%" align="middle"><a href="help.aspx?helpID=A00" target="_blank"><IMG height="17" alt="系统帮助" src="../images/buttonHelp.gif" width="42" border="0"></a></td>
</tr>
</table>
</form>
</td>
</tr>
</table>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -