📄 employeeinfo.aspx
字号:
<%@ 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">
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -