📄 employeeallinfo.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="EmployeeAllInfo.aspx.cs" Inherits="Module_ProRes_EmployeeAllInfo" %>
<!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>
</head>
<body style="background-image: url(../../Images/SysSkin/employeeallinfo.jpg); background-repeat: no-repeat">
<form id="form1" runat="server">
<div style="vertical-align: middle; text-align: center">
<br />
<br />
<br />
<br />
<table cellpadding="0" cellspacing="0" style="width: 600px">
<tr>
<td style="width: 100px; height: 19px">
<span style="font-size: 9pt">用户名</span></td>
<td style="font-size: 12pt; width: 200px; height: 19px; text-align: left">
<asp:TextBox ID="txtUid" runat="server" Font-Size="9pt" MaxLength="20" ReadOnly="True"
Width="150px"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator3" runat="server" ControlToValidate="txtUid"
ErrorMessage="登录帐号不能为空">*</asp:RequiredFieldValidator></td>
<td style="font-size: 9pt; width: 100px; color: #000000; height: 19px">
</td>
<td rowspan="5" style="font-size: 9pt; width: 203px; color: #000000; text-align: left">
<asp:Image ID="Image1" runat="server" Height="131px" Width="124px" /></td>
</tr>
<tr style="font-size: 9pt; color: #000000">
<td style="width: 100px; height: 17px">
<span>登录密码</span></td>
<td style="font-size: 12pt; width: 200px; height: 17px; text-align: left">
<asp:TextBox ID="txtPwd" runat="server" Font-Size="9pt" MaxLength="20" ReadOnly="True"
Width="150px"></asp:TextBox><span style="font-size: 9pt"> </span>
<asp:RequiredFieldValidator ID="RequiredFieldValidator4" runat="server" ControlToValidate="txtPwd"
ErrorMessage="登录密码不能为空">*</asp:RequiredFieldValidator></td>
<td style="font-size: 9pt; width: 100px; color: #000000; height: 17px">
</td>
</tr>
<tr style="color: #000000">
<td style="width: 100px; height: 17px">
<span style="font-size: 9pt">员工姓名</span></td>
<td style="font-size: 12pt; width: 200px; height: 17px; text-align: left">
<asp:TextBox ID="txtName" runat="server" Font-Size="9pt" MaxLength="20" ReadOnly="True"
Width="150px"></asp:TextBox><span style="font-size: 9pt"> </span>
<asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="txtName"
ErrorMessage="部门名称不能为空">*</asp:RequiredFieldValidator></td>
<td style="font-size: 9pt; width: 100px; color: #000000; height: 17px">
<span>员工照片</span></td>
</tr>
<tr>
<td style="width: 100px; height: 17px">
<span style="font-size: 9pt">员工性别</span></td>
<td style="font-size: 12pt; width: 200px; height: 17px; text-align: left">
<asp:RadioButtonList ID="RadioButtonList1" runat="server" Enabled="False" Font-Size="9pt"
RepeatDirection="Horizontal">
<asp:ListItem Selected="True">男</asp:ListItem>
<asp:ListItem>女</asp:ListItem>
</asp:RadioButtonList></td>
<td style="font-size: 9pt; width: 100px; color: #000000; height: 17px">
</td>
</tr>
<tr style="font-size: 12pt">
<td style="height: 12px">
<span style="font-size: 9pt">员工生日</span></td>
<td style="font-size: 12pt; height: 12px; text-align: left">
<asp:TextBox ID="txtBirthday" runat="server" Font-Size="9pt" MaxLength="20" ReadOnly="True"
Width="150px"></asp:TextBox><span style="font-size: 9pt"> </span>
<asp:CompareValidator ID="CompareValidator1" runat="server" ControlToValidate="txtBirthday"
ErrorMessage="格式:yyyy-mm-dd" Operator="DataTypeCheck" Type="Date" Width="3px">*</asp:CompareValidator></td>
<td style="font-size: 9pt; height: 12px">
<span></span>
</td>
</tr>
<tr style="font-size: 9pt">
<td style="height: 19px">
<span>员工学历</span></td>
<td style="font-size: 12pt; height: 19px; text-align: left">
<asp:TextBox ID="txtLearn" runat="server" Font-Size="9pt" MaxLength="50" ReadOnly="True"
Width="150px"></asp:TextBox></td>
<td style="font-size: 12pt; height: 19px">
<span style="font-size: 9pt">员工职位</span></td>
<td style="font-size: 12pt; width: 203px; height: 19px; text-align: left">
<asp:TextBox ID="txtPost" runat="server" Font-Size="9pt" MaxLength="50" ReadOnly="True"
Width="150px"></asp:TextBox></td>
</tr>
<tr style="font-size: 12pt">
<td style="height: 19px">
<span style="font-size: 9pt">管 理 员</span></td>
<td style="font-size: 12pt; height: 19px; text-align: left">
<asp:RadioButtonList ID="RadioButtonList3" runat="server" Enabled="False" Font-Size="9pt"
RepeatDirection="Horizontal">
<asp:ListItem Selected="True">是</asp:ListItem>
<asp:ListItem>否</asp:ListItem>
</asp:RadioButtonList></td>
<td style="font-size: 12pt; height: 19px">
<span style="font-size: 9pt">是否在职</span></td>
<td style="font-size: 12pt; width: 203px; height: 19px; text-align: left">
<asp:RadioButtonList ID="RadioButtonList2" runat="server" Enabled="False" Font-Size="9pt"
RepeatDirection="Horizontal">
<asp:ListItem Selected="True">是</asp:ListItem>
<asp:ListItem>否</asp:ListItem>
</asp:RadioButtonList></td>
</tr>
<tr style="font-size: 12pt">
<td style="height: 19px">
<span style="font-size: 9pt">所属部门</span></td>
<td style="font-size: 12pt; height: 19px; text-align: left">
<asp:Panel ID="Panel2" runat="server" Width="125px">
<asp:TextBox ID="txtDepartment" runat="server" Font-Size="9pt" MaxLength="20" ReadOnly="True"
Width="150px"></asp:TextBox></asp:Panel>
<asp:Panel ID="Panel3" runat="server" Width="125px" Visible="False">
<asp:DropDownList ID="dropDept" runat="server" Font-Size="9pt" Width="155px">
</asp:DropDownList></asp:Panel>
</td>
<td style="font-size: 12pt; height: 19px">
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -