📄 st_addteacher.aspx
字号:
<%@ Page language="c#" Codebehind="ST_addteacher.aspx.cs" AutoEventWireup="false" Inherits="STGROUP.ST_addteacher" %>
<%@ Register TagPrefix="uc1" TagName="st_bottom" Src="ST_COMMAN/st_bottom.ascx" %>
<%@ Register TagPrefix="uc1" TagName="st_header" Src="ST_COMMAN/st_header.ascx" %>
<%@ Register TagPrefix="uc1" TagName="st_navigate" Src="ST_COMMAN/st_navigate.ascx" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>ST_addteacher</title>
<meta content="Microsoft Visual Studio 7.0" 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">
<LINK href="ST_COMMAN/style.css" type="text/css" rel="stylesheet">
</HEAD>
<body>
<form id="addteacher" method="post" runat="server">
<uc1:st_header id="St_header1" runat="server"></uc1:st_header>
<table cellSpacing="1" cellPadding="1" width="777" align="center" border="1">
<tr>
<td vAlign="top" width="15%">
<uc1:st_navigate id="St_navigate1" runat="server"></uc1:st_navigate></td>
<td valign="top">
<TABLE id="Table1" cellSpacing="1" cellPadding="1" width="100%" align="center" border="0">
<TR>
<TD>
<P align="center"><STRONG>添加教师信息</STRONG></P>
</TD>
</TR>
<TR>
<TD>
<TABLE id="Table2" cellSpacing="1" cellPadding="1" width="80%" align="center"
border="0">
<TR>
<TD style="WIDTH: 173px">
<P align="right"><STRONG>教师编号:</STRONG></P>
</TD>
<TD colSpan="2"><asp:textbox id="st_tbx_id" runat="server"></asp:textbox><asp:customvalidator id="st_cv_id" runat="server" ControlToValidate="st_tbx_id" ErrorMessage="此教师已存在"></asp:customvalidator><asp:requiredfieldvalidator id="st_rfv_id" runat="server" ControlToValidate="st_tbx_id" ErrorMessage="不能为空"></asp:requiredfieldvalidator></TD>
</TR>
<TR>
<TD style="WIDTH: 173px">
<P align="right"><STRONG>教师姓名:</STRONG></P>
</TD>
<TD colSpan="2"><asp:textbox id="st_tbx_name" runat="server"></asp:textbox></TD>
</TR>
<TR>
<TD style="WIDTH: 173px">
<P align="right"><STRONG>所在学院:</STRONG></P>
</TD>
<TD colSpan="2"><asp:dropdownlist id="st_ddl_college" runat="server" Width="110px">
<asp:ListItem Value="0">计算机与软件学院</asp:ListItem>
<asp:ListItem Value="1">管理学院</asp:ListItem>
<asp:ListItem Value="2">材料学院</asp:ListItem>
<asp:ListItem Value="3">车辆学院</asp:ListItem>
<asp:ListItem Value="4">机械学院</asp:ListItem>
<asp:ListItem Value="5">应用学院</asp:ListItem>
<asp:ListItem Value="6">冶金学院</asp:ListItem>
</asp:dropdownlist></TD>
</TR>
<TR>
<TD style="WIDTH: 173px"></TD>
<TD colSpan="2"><asp:button id="st_btn_add" runat="server" Text="添加"></asp:button><asp:label id="st_lbl_note" runat="server"></asp:label></TD>
</TR>
</TABLE>
</TD>
</TR>
<TR>
<TD align="center"><A href="ST_teacher.aspx">返回</A></TD>
</TR>
</TABLE> </td>
</tr>
</table>
<uc1:st_bottom id="St_bottom1" runat="server"></uc1:st_bottom></form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -