📄 tea_addteabasicinfolist.aspx
字号:
<asp:DropDownList ID="educationalLevel" runat="server" Width="85px">
<asp:ListItem>本科</asp:ListItem>
<asp:ListItem>研究生</asp:ListItem>
<asp:ListItem>博士</asp:ListItem>
</asp:DropDownList></td>
<td style="width: 110px; height: 25px; background-color: #e4ecf3">
家庭所在地:</td>
<td style="width: 165px; height: 25px">
<asp:TextBox ID="homeLocus" runat="server" Width="120px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 110px; height: 25px; background-color: #e4ecf3">
出生日期:</td>
<td style="width: 165px; height: 25px">
<asp:TextBox ID="birthday" runat="server" Width="120px"></asp:TextBox></td>
<td style="width: 110px; height: 25px; background-color: #e4ecf3">
毕业院校:</td>
<td style="width: 165px; height: 25px">
<asp:TextBox ID="graduateCollege" runat="server"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator7" runat="server" ControlToValidate="graduateCollege"
ErrorMessage="毕业院校不能为空!">*</asp:RequiredFieldValidator></td>
<td style="width: 110px; height: 25px; background-color: #e4ecf3">
<asp:FileUpload ID="FileUpload1" runat="server" Width="100px" /></td>
<td style="width: 165px; height: 25px; text-align: center">
<asp:Button ID="transmit" runat="server" class="btn3_mouseout" Enabled="False" onmousedown="this.className='btn3_mousedown'"
onmouseout="this.className='btn3_mouseout'" onmouseover="this.className='btn3_mouseover'"
onmouseup="this.className='btn3_mouseup'" Text="上 传" />
<asp:Button ID="delete" runat="server" class="btn3_mouseout" Enabled="False" onmousedown="this.className='btn3_mousedown'"
onmouseout="this.className='btn3_mouseout'" onmouseover="this.className='btn3_mouseover'"
onmouseup="this.className='btn3_mouseup'" Text="删 除" /></td>
</tr>
<tr>
<td style="width: 110px; height: 25px; background-color: #e4ecf3">
民族:</td>
<td style="width: 165px; height: 25px">
<asp:TextBox ID="nation" runat="server" Width="120px"></asp:TextBox></td>
<td style="width: 110px; height: 25px; background-color: #e4ecf3">
工作起始时间:</td>
<td style="width: 165px; height: 25px">
<asp:TextBox ID="joinTime" runat="server"></asp:TextBox></td>
<td colspan="3" rowspan="4" style="background-color: #e4ecf3">
备注:<asp:TextBox ID="remark" runat="server" Height="71px" TextMode="MultiLine"
Width="390px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 110px; height: 25px; background-color: #e4ecf3">
籍贯:</td>
<td style="width: 165px; height: 25px">
<asp:TextBox ID="nativePlace" runat="server" Width="120px"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator4" runat="server" ControlToValidate="nativePlace"
ErrorMessage="教师籍贯不能为空!">*</asp:RequiredFieldValidator></td>
<td style="width: 110px; height: 25px; background-color: #e4ecf3">
家庭邮编:</td>
<td style="width: 165px; height: 25px">
<asp:TextBox ID="homePostalcode" runat="server"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator8" runat="server" ControlToValidate="homePostalcode"
ErrorMessage="家庭邮政编码不能为空!">*</asp:RequiredFieldValidator>
<asp:RegularExpressionValidator ID="RegularExpressionValidator2" runat="server" ControlToValidate="homePostalcode"
ErrorMessage="邮政编码格式不对!" ValidationExpression="\d{6}">*</asp:RegularExpressionValidator></td>
</tr>
<tr>
<td style="width: 110px; height: 25px; background-color: #e4ecf3">
政治面貌:</td>
<td style="width: 165px; height: 25px">
<asp:DropDownList ID="politicsVisage" runat="server" Width="92px">
<asp:ListItem>党员</asp:ListItem>
<asp:ListItem>团员</asp:ListItem>
<asp:ListItem>民主党派</asp:ListItem>
<asp:ListItem>无党派人士</asp:ListItem>
</asp:DropDownList></td>
<td style="width: 110px; height: 25px; background-color: #e4ecf3">
家庭电话:</td>
<td style="width: 165px; height: 25px">
<asp:TextBox ID="homeTel" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 110px; height: 25px; background-color: #e4ecf3">
出生地:</td>
<td style="width: 165px; height: 25px">
<asp:TextBox ID="homePlace" runat="server" Width="120px"></asp:TextBox></td>
<td style="width: 110px; height: 25px; background-color: #e4ecf3">
家庭地址:</td>
<td style="width: 165px; height: 25px">
<asp:TextBox ID="homeAddress" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td colspan="7" style="height: 25px; text-align: center">
<asp:Button ID="submit" runat="server" class="btn3_mouseout" OnClick="submit_Click"
onmousedown="this.className='btn3_mousedown'" onmouseout="this.className='btn3_mouseout'"
onmouseover="this.className='btn3_mouseover'" onmouseup="this.className='btn3_mouseup'"
Text="提 交" />
<input id="Button1" runat="server" class="btn3_mouseout" dir="ltr" enableviewstate="true"
name="guanbi" onmousedown="this.className='btn3_mousedown'" onmouseout="this.className='btn3_mouseout'"
onmouseover="this.className='btn3_mouseover'" onmouseup="this.className='btn3_mouseup'"
type="button" value="关 闭" visible="true" /></td>
</tr>
</table>
<asp:ValidationSummary ID="ValidationSummary1" runat="server" ShowMessageBox="True"
ShowSummary="False" />
</td>
</tr>
<tr style="height: 50px">
<td colspan="3">
<uc1:sysManager_foot ID="SysManager_foot1" runat="server" />
</td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -