?? 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 + -