📄 add_teacher.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="add_teacher.aspx.cs" Inherits="Default2" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>无标题页</title>
<%-- <link href ="StyleSheet.css" rel ="Stylesheet" type ="text/css" /> --%>
<link href="StyleSheet.css" rel="stylesheet" type="text/css" />
</head>
<body background="Img/bg.gif">
<form id="form1" runat="server">
<div align="center">
<table bordercolor="#ffffff" cellpadding="0" cellspacing="0" style="font-weight: bold;
font-size: 14px; width: 391px; height: 373px; font-family: 仿宋_GB2312; border-top-width: thin; border-left-width: thin; border-left-color: #009900; border-top-color: #009900; border-right-width: thin; border-right-color: #009900; border-bottom-style: none;" bgcolor="#ffffff">
<tr>
<td align="center" bgcolor="#33ffff" colspan="5" style="font-weight: bold; font-size: 20pt; color: white; font-style: italic; font-family: 楷体_GB2312; height: 25px" background="BG/007.jpg">
添加教师信息</td>
</tr>
<tr>
<td rowspan="8">
</td>
<td align="right" style="width: 88px">
教师姓名:</td>
<td style="height: 10px;" align="center">
<asp:TextBox ID="TextBox1_name" runat="server" CssClass="txt"></asp:TextBox></td>
<td colspan="2" rowspan="5">
</td>
</tr>
<tr>
<td style="width: 88px; height: 26px;">
性别:</td>
<td style="height: 26px;" align="center">
<asp:DropDownList ID="DropDownList1" runat="server" Width="70px">
<asp:ListItem>男</asp:ListItem>
<asp:ListItem>女</asp:ListItem>
</asp:DropDownList></td>
</tr>
<tr>
<td style="width: 88px; height: 29px;">
年龄:</td>
<td style="height: 29px;" align="center">
<asp:TextBox ID="TextBox3_age" runat="server" CssClass="txt"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 88px">
所属院校:</td>
<td align="center">
<asp:TextBox ID="TextBox4_address" runat="server" ReadOnly="True" CssClass="txt">托普</asp:TextBox></td>
</tr>
<tr>
<td style="width: 88px; height: 23px;">
电话:</td>
<td style="height: 23px;" align="center">
<asp:TextBox ID="TextBox5_phone" runat="server" CssClass="txt"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 88px; height: 27px;">
学院部门:</td>
<td style="height: 27px;" align="center">
<asp:DropDownList ID="DropDownList5" runat="server">
</asp:DropDownList></td>
<td align="left" colspan="2" style="height: 27px">
</td>
</tr>
<tr>
<td style="width: 88px; height: 42px">
佣日期:</td>
<td align="left" colspan="3" style="height: 42px" valign="middle">
<table border="0" cellpadding="0" cellspacing="0" style="width: 210px; height: 26px">
<tr>
<td style="width: 59px; height: 39px">
<asp:DropDownList ID="DropDownList2" runat="server">
<asp:ListItem Value="2001-">2001</asp:ListItem>
<asp:ListItem Value="2002-">2002</asp:ListItem>
<asp:ListItem Value="2003-">2003</asp:ListItem>
<asp:ListItem Value="2004-">2004</asp:ListItem>
<asp:ListItem Value="2005-">2005</asp:ListItem>
<asp:ListItem Value="2006-" Selected="True">2006</asp:ListItem>
<asp:ListItem Value="2007-">2007</asp:ListItem>
<asp:ListItem Value="2008-">2008</asp:ListItem>
<asp:ListItem Value="2009-">2009</asp:ListItem>
<asp:ListItem Value="2010-">2010</asp:ListItem>
</asp:DropDownList></td>
<td style="width: 20px; height: 39px">
年</td>
<td style="width: 44px; height: 39px">
<asp:DropDownList ID="DropDownList3" runat="server" AutoPostBack="True">
<asp:ListItem Value="1-">1</asp:ListItem>
<asp:ListItem Value="2-">2</asp:ListItem>
<asp:ListItem Value="3-">3</asp:ListItem>
<asp:ListItem Value="4-">4</asp:ListItem>
<asp:ListItem Value="5-">5</asp:ListItem>
<asp:ListItem Value="6-" Selected="True">6</asp:ListItem>
<asp:ListItem Value="7-">7</asp:ListItem>
<asp:ListItem Value="8-">8</asp:ListItem>
<asp:ListItem Value="9-">9</asp:ListItem>
<asp:ListItem Value="10-">10</asp:ListItem>
<asp:ListItem Value="11-">11</asp:ListItem>
<asp:ListItem Value="12-">12</asp:ListItem>
<asp:ListItem></asp:ListItem>
</asp:DropDownList></td>
<td style="width: 25px; height: 39px">
月</td>
<td style="width: 59px; height: 39px">
<asp:DropDownList ID="DropDownList4" runat="server" Font-Bold="False" Font-Names="宋体">
</asp:DropDownList></td>
<td align="left" style="width: 71px; height: 39px">
日</td>
</tr>
</table>
</td>
</tr>
<tr>
<td style="width: 88px; height: 62px">
</td>
<td align="center" style="height: 62px">
<table border="0" style="width: 80px; height: 8px">
<tr>
<td style="width: 100px; height: 26px;">
<asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="添加" /></td>
<td align="center" style="height: 26px;" colspan="2">
<asp:Button ID="Button2" runat="server" OnClick="Button2_Click" Text="取消" /></td>
</tr>
</table>
<asp:Label ID="Label1" runat="server" Font-Bold="True" Font-Size="12px" ForeColor="Red" Height="14px" Width="166px"></asp:Label></td>
<td align="left" style="height: 62px" colspan="2">
<asp:HyperLink ID="HyperLink1" runat="server" NavigateUrl="~/EditTeacher.aspx" Width="38px">返回</asp:HyperLink></td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -