⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tea_addteabasicinfo.aspx

📁 该系统是一个集成多功能的信息管理系统
💻 ASPX
📖 第 1 页 / 共 2 页
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="tea_addTeaBasicInfo.aspx.cs" Inherits="manager_sysManager_teacherManage_tea_addTeaBasicInfo" %>

<!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="../../../CSS/CSS.css" rel="stylesheet" type="text/css" />
</head>
<body style="margin-top: 0px; margin-bottom: 0px; margin-right:0px; margin-left:0px" class="css">
    <form id="form1" runat="server">
    <div>
        <table border="0" cellpadding="0" cellspacing="0" class="css" style="width: 1003px;
            height: 490px">
            <tr style="height: 25px">
                <td colspan="3" style="background-image: url(../../../image/system/main_top_bg.gif)">
                    &nbsp; 教师管理→教师基本信息管理→添加教师基本信息</td>
            </tr>
            <tr style="height: 465px">
                <td colspan="3" rowspan="2" style="vertical-align: top; background-color: #dee9f9; text-align: center; height: 455px;">
                    <table border="1" bordercolordark="#003399" bordercolorlight="#6a82dd" cellpadding="0"
                        cellspacing="0" class="css" style="width: 995px; height: 300px; text-align: left">
                        <tr>
                            <td style="width: 110px; height: 25px; background-color: #e4ecf3">
                                &nbsp; 教工编号:</td>
                            <td style="width: 165px; height: 25px">
                                &nbsp;
                                <asp:TextBox ID="teacherCode" runat="server" Width="120px"></asp:TextBox>
                                <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="teacherCode"
                                    ErrorMessage="教工编号不能为空!">*</asp:RequiredFieldValidator></td>
                            <td style="width: 110px; height: 25px; background-color: #e4ecf3">
                                &nbsp; 健康状况:</td>
                            <td style="width: 165px; height: 25px">
                                &nbsp;
                                <asp:TextBox ID="healthCondition" runat="server" Width="120px"></asp:TextBox></td>
                            <td style="width: 110px; height: 25px; background-color: #e4ecf3">
                                &nbsp; 手机电话号码:</td>
                            <td style="width: 165px; height: 25px">
                                &nbsp;
                                <asp:TextBox ID="handPhoneNumber" runat="server" Width="120px"></asp:TextBox></td>
                            <td rowspan="6" style="width: 163px">
                                <asp:Image ID="Image1" runat="server" ImageUrl="~/image/system/韩老师.jpg" /></td>
                        </tr>
                        <tr>
                            <td style="width: 110px; height: 25px; background-color: #e4ecf3">
                                &nbsp; 身份证号:</td>
                            <td style="width: 165px; height: 25px">
                                &nbsp;
                                <asp:TextBox ID="IDcardNumber" runat="server" Width="120px"></asp:TextBox>
                                <asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate="IDcardNumber"
                                    ErrorMessage="身份证号不能为空!">*</asp:RequiredFieldValidator>
                                <asp:RegularExpressionValidator ID="RegularExpressionValidator3" runat="server" ControlToValidate="IDcardNumber"
                                    ErrorMessage="身份证号格式不对!" ValidationExpression="\d{17}[\d|X]|\d{15}">*</asp:RegularExpressionValidator></td>
                            <td style="width: 110px; height: 25px; background-color: #e4ecf3">
                                &nbsp; 学院:</td>
                            <td style="width: 165px; height: 25px">
                                &nbsp; &nbsp;&nbsp;<asp:DropDownList ID="college" runat="server" AutoPostBack="True"
                                    
                                    Width="209px">
                                    <asp:ListItem></asp:ListItem>
                                </asp:DropDownList>
                            </td>
                            <td style="width: 110px; height: 25px; background-color: #e4ecf3">
                                &nbsp;科研方向:</td>
                            <td style="width: 165px; height: 25px">
                                &nbsp;
                                <asp:TextBox ID="researchDirection" runat="server" Width="120px"></asp:TextBox></td>
                        </tr>
                        <tr>
                            <td style="width: 110px; height: 25px; background-color: #e4ecf3">
                                &nbsp; 教师姓名:</td>
                            <td style="width: 165px; height: 25px">
                                &nbsp;
                                <asp:TextBox ID="teacherName" runat="server" Width="120px"></asp:TextBox>
                                <asp:RequiredFieldValidator ID="RequiredFieldValidator3" runat="server" ControlToValidate="teacherName"
                                    ErrorMessage="教师姓名不能为空!">*</asp:RequiredFieldValidator></td>
                            <td style="width: 110px; height: 25px; background-color: #e4ecf3">
                                &nbsp; 职务:</td>
                            <td style="width: 165px; height: 25px">
                                &nbsp;
                                <asp:TextBox ID="duty" runat="server" Width="122px"></asp:TextBox></td>
                            <td style="width: 110px; height: 25px; background-color: #e4ecf3">
                                &nbsp; 邮箱:</td>
                            <td style="width: 165px; height: 25px">
                                &nbsp;
                                <asp:TextBox ID="email" runat="server" ReadOnly="True" Width="120px"></asp:TextBox></td>
                        </tr>
                        <tr>
                            <td style="width: 110px; height: 25px; background-color: #e4ecf3">
                                &nbsp; 曾用名:</td>
                            <td style="width: 165px; height: 25px">
                                &nbsp;
                                <asp:TextBox ID="usedName" runat="server" Width="120px"></asp:TextBox></td>
                            <td style="width: 110px; height: 25px; background-color: #e4ecf3">
                                &nbsp; 职称:</td>
                            <td style="width: 165px; height: 25px">
                                &nbsp;&nbsp;
                                <asp:TextBox ID="technicalpost" runat="server" Width="120px"></asp:TextBox>
                                <asp:RequiredFieldValidator ID="RequiredFieldValidator6" runat="server" ControlToValidate="technicalpost"
                                    ErrorMessage="教师职称不能为空!">*</asp:RequiredFieldValidator></td>
                            <td style="width: 110px; height: 25px; background-color: #e4ecf3">
                                &nbsp; 入党时间:</td>
                            <td style="width: 165px; height: 25px">
                                &nbsp;
                                <asp:TextBox ID="partyTime" runat="server" Width="120px"></asp:TextBox></td>
                        </tr>
                        <tr>
                            <td style="width: 110px; height: 25px; background-color: #e4ecf3">
                                &nbsp; 性别:</td>
                            <td style="width: 165px; height: 25px">
                                &nbsp;
                                <asp:DropDownList ID="sex" runat="server" Width="60px">
                                    <asp:ListItem>男</asp:ListItem>
                                    <asp:ListItem>女</asp:ListItem>
                                </asp:DropDownList></td>
                            <td style="width: 110px; height: 25px; background-color: #e4ecf3">
                                &nbsp; 学历层次:</td>
                            <td style="width: 165px; height: 25px">
                                &nbsp;
                                <asp:DropDownList ID="educationalLevel" runat="server" Width="85px">
                                    <asp:ListItem>本科</asp:ListItem>
                                    <asp:ListItem>研究生</asp:ListItem>
                                    <asp:ListItem>博士</asp:ListItem>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -