EmployeeInfo.aspx
资源名称:yjal.rar [点击查看]
上传用户:shjujing
上传日期:2022-07-28
资源大小:11244k
文件大小:22k
源码类别:
Email客户端
开发平台:
Visual C++
- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="EmployeeInfo.aspx.cs" Inherits="Module_Employee_ProRes_EmployeeInfo" %>
- <!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/employeeinfo.jpg); background-repeat: no-repeat; text-align: center">
- <form id="form1" runat="server">
- <div style="vertical-align: middle; text-align: center">
- <br />
- <br />
- <table cellpadding="0" cellspacing="0" style="width: 600px; height: 243px">
- <tr>
- <td colspan="3" rowspan="2" style="vertical-align: top; height: 167px; text-align: center">
- <asp:Panel ID="Panel3" runat="server" Width="125px">
- <table cellpadding="0" cellspacing="0" style="width: 600px">
- <tr>
- <td colspan="3" style="height: 32px">
- <table cellpadding="0" cellspacing="0" style="width: 600px">
- <tr>
- <td style="width: 100px; height: 23px">
- <span style="font-size: 9pt">查找类别</span></td>
- <td style="width: 120px; height: 23px; text-align: left">
- <asp:DropDownList ID="dropClass" runat="server" Width="120px" Font-Size="9pt">
- <asp:ListItem>员工ID</asp:ListItem>
- <asp:ListItem>员工姓名</asp:ListItem>
- <asp:ListItem>员工学历</asp:ListItem>
- </asp:DropDownList></td>
- <td style="width: 100px; height: 23px">
- <span style="font-size: 9pt">关键字</span></td>
- <td style="width: 120px; height: 23px; text-align: left">
- <asp:TextBox ID="txtKeyWord" runat="server" Font-Size="9pt" Width="120px"></asp:TextBox></td>
- <td style="width: 12px; height: 23px">
- <asp:Button ID="btnFind" runat="server" OnClick="btnFind_Click" Text="查找" Font-Size="9pt" /></td>
- <td style="height: 23px">
- <asp:LinkButton ID="lnkbtnAdd" runat="server" Font-Size="9pt" Font-Underline="False"
- ForeColor="#FF3333" OnClick="lnkbtnAdd_Click1" Visible="False">添加新员工</asp:LinkButton></td>
- </tr>
- </table>
- </td>
- </tr>
- <tr>
- <td colspan="3" style="height: 19px">
- <asp:GridView ID="GridView1" runat="server" AllowPaging="True" AutoGenerateColumns="False"
- Font-Size="9pt" OnPageIndexChanging="GridView1_PageIndexChanging" Width="600px">
- <Columns>
- <asp:BoundField DataField="ID" HeaderText="员工ID" />
- <asp:BoundField DataField="Name" HeaderText="员工姓名" />
- <asp:BoundField DataField="Sex" HeaderText="员工性别" />
- <asp:BoundField DataField="Learn" HeaderText="员工学历" />
- <asp:BoundField DataField="PhoneM" HeaderText="手机号码" />
- <asp:HyperLinkField DataNavigateUrlFields="ID" DataNavigateUrlFormatString="EmployeeAllInfo.aspx?ID={0}"
- HeaderText="查看详情" Text="查看" />
- </Columns>
- </asp:GridView>
- </td>
- </tr>
- </table>
- </asp:Panel>
- <asp:Panel ID="Panel1" runat="server" Height="50px" Visible="False" Width="600px">
- <table cellpadding="0" cellspacing="0" style="width: 600px">
- <tr>
- <td colspan="4" style="height: 17px">
- </td>
- </tr>
- <tr>
- <td colspan="4" style="height: 17px">
- <span style="font-size: 16pt"></span></td>
- </tr>
- <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" 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="6" style="font-size: 12pt; width: 203px; text-align: left">
- <asp:Image ID="Image1" runat="server" Width="124px" Height="131px" /></td>
- </tr>
- <tr>
- <td style="width: 100px; height: 19px">
- </td>
- <td style="font-size: 12pt; width: 200px; height: 19px; text-align: left">
- <asp:Button ID="btnVial" runat="server" CausesValidation="False" Font-Size="9pt"
- OnClick="btnVial_Click" Text="检测账号" /></td>
- <td style="font-size: 9pt; width: 100px; color: #000000; height: 19px">
- </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:TextBox ID="txtPwd" runat="server" Font-Size="9pt" MaxLength="20" Width="150px"></asp:TextBox>
- <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>
- <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" Width="150px" MaxLength="20"></asp:TextBox>
- <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" 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" Width="150px"></asp:TextBox>
- <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: 12pt; height: 12px">
- <span style="font-size: 9pt"></span></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:TextBox ID="txtLearn" runat="server" Font-Size="9pt" MaxLength="50" 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:FileUpload ID="FileUpload1" runat="server" Width="154px" />
- <asp:Button ID="btnUpload" runat="server" CausesValidation="False" Font-Size="9pt"
- OnClick="btnUpload_Click1" Text="上传" /></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" 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" 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:DropDownList ID="dropDept" runat="server" Font-Size="9pt" Width="155px">
- </asp:DropDownList></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" Width="150px" MaxLength="50"></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:TextBox ID="txtNaPlace" runat="server" Font-Size="9pt" MaxLength="100" 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="txtNation" runat="server" Font-Size="9pt" MaxLength="20" 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:TextBox ID="txtAddress" runat="server" Font-Size="9pt" MaxLength="200" 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="txtPostCard" runat="server" Font-Size="9pt" MaxLength="100" 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:TextBox ID="txtPhoneH" runat="server" Font-Size="9pt" MaxLength="100" 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="txtPhoneJ" runat="server" Font-Size="9pt" MaxLength="20" 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:TextBox ID="txtPhoneM" runat="server" Font-Size="9pt" MaxLength="20" 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="txtIdenCard" runat="server" Font-Size="9pt" MaxLength="20" Width="150px"></asp:TextBox>
- <asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate="txtIdenCard"
- ErrorMessage="身份证号码不能为空">*</asp:RequiredFieldValidator></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:TextBox ID="txtJobTime" runat="server" Font-Size="9pt" MaxLength="20" Width="150px"></asp:TextBox>
- <asp:CompareValidator ID="CompareValidator4" runat="server" ControlToValidate="txtJobTime"
- ErrorMessage="格式:yyyy-mm-dd" Operator="DataTypeCheck" Type="Date" Width="3px">*</asp:CompareValidator></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="txtJobCompanyTime" runat="server" Font-Size="9pt" MaxLength="20"
- Width="150px"></asp:TextBox>
- <asp:CompareValidator ID="CompareValidator5" runat="server" ControlToValidate="txtJobCompanyTime"
- ErrorMessage="格式:yyyy-mm-dd" Operator="DataTypeCheck" Type="Date" Width="3px">*</asp:CompareValidator></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:TextBox ID="txtPactStart" runat="server" Font-Size="9pt" MaxLength="20" Width="150px"></asp:TextBox>
- <asp:CompareValidator ID="CompareValidator2" runat="server" ControlToValidate="txtPactStart"
- ErrorMessage="格式:yyyy-mm-dd" Operator="DataTypeCheck" Type="Date" Width="3px">*</asp:CompareValidator></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="txtPactEnd" runat="server" Font-Size="9pt" MaxLength="20" Width="150px"></asp:TextBox>
- <asp:CompareValidator ID="CompareValidator3" runat="server" ControlToValidate="txtPactEnd"
- ErrorMessage="格式:yyyy-mm-dd" Operator="DataTypeCheck" Type="Date" Width="3px">*</asp:CompareValidator></td>
- </tr>
- <tr>
- <td colspan="4" rowspan="1" style="text-align: center">
- <asp:Button ID="btnOK" runat="server" Font-Size="9pt" Text="提交" OnClick="btnOK_Click" />
- <input id="Reset1" style="font-size: 9pt" type="reset" value="重置" />
- <asp:Button ID="btnBack" runat="server" Font-Size="9pt" Text="返回" OnClick="btnBack_Click" CausesValidation="False" /></td>
- </tr>
- <tr>
- <td colspan="4" rowspan="1" style="height: 15px; text-align: center">
- <asp:ValidationSummary ID="ValidationSummary1" runat="server" Font-Size="9pt"
- ShowMessageBox="True" ShowSummary="False" />
- </td>
- </tr>
- </table>
- </asp:Panel>
- </td>
- </tr>
- <tr>
- </tr>
- </table>
- </div>
- </form>
- </body>
- </html>