?? addteach.aspx
字號:
<%@ Page language="c#" Codebehind="addteach.aspx.cs" AutoEventWireup="false" Inherits="stuman.addteach" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>addteach</title>
<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">
<link href="main.css" rel="stylesheet" type="text/css">
</HEAD>
<body MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<div id="edit" runat="server">
<table width="100%" border="0" cellpadding="0" cellspacing="0" class="main">
<tr>
<td colspan="2"><div align="center">添加教師</div>
</td>
</tr>
<tr>
<TD width="25%" align="center">教師姓名</TD>
<td><asp:TextBox ID="Edname" runat="server" CssClass="main" BorderColor="#404040" BorderStyle="Solid"
BorderWidth="1px" />
</td>
</tr>
<tr>
<TD width="25%" align="center">科目</TD>
<td>
<div>
<asp:dropdownlist id="Edsubject" runat="server" CssClass="main">
<asp:ListItem Value="ch">語文</asp:ListItem>
<asp:ListItem Value="ma">數學</asp:ListItem>
<asp:ListItem Value="en">英語</asp:ListItem>
<asp:ListItem Value="so">政治</asp:ListItem>
<asp:ListItem Value="ph">物理</asp:ListItem>
<asp:ListItem Value="cm">化學</asp:ListItem>
<asp:ListItem Value="ba">生物</asp:ListItem>
<asp:ListItem Value="er">地理</asp:ListItem>
<asp:ListItem Value="hs">歷史</asp:ListItem>
<asp:ListItem Value="cp">計算機</asp:ListItem>
<asp:ListItem Value="pe">體育</asp:ListItem>
</asp:dropdownlist></div>
</td>
</tr>
<tr>
<TD width="25%" colSpan="2">
<DIV align="center">
<asp:Button id="btnok" runat="server" Text="確定" CssClass="main" BorderColor="#404040" BorderStyle="Solid"
BorderWidth="1px"></asp:Button></DIV>
</TD>
</tr>
</table>
</div>
<div id="text" runat="server">
<div align="center">
<asp:Label ID="lbltext" runat="server" CssClass="main" />
<p class="main">點擊
<asp:HyperLink id="Hlink" runat="server" Target="_self">這里</asp:HyperLink>編輯教師班級資料</p>
</div>
</div>
</form>
</body>
</HTML>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -