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

📄 showempinfo.aspx

📁 基于.net(c#+sql)人事管理系统
💻 ASPX
字号:
<%@ Register TagPrefix="uc1" TagName="Header" Src="../Common/Header.ascx" %>
<%@ Page Language="c#" AutoEventWireup="false" Codebehind="ShowEmpInfo.aspx.cs" Inherits="BlueHill.EmployeeInfo.ShowEmpInfo" %>
<%@ Register TagPrefix="uc2" TagName="Left" Src="Left.ascx" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
	<HEAD>
		<title>ShowEmpInfo</title>
		<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
		<meta content="Visual Basic .NET 7.1" name="CODE_LANGUAGE">
		<meta content="JavaScript" name="vs_defaultClientScript">
		<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
	</HEAD>
	<body>
		<form id="Form1" method="post" runat="server">
			<FONT face="宋体">
				<TABLE id="Table1" style="Z-INDEX: 101; LEFT: 8px; POSITION: absolute; TOP: 8px" height="100%"
					cellSpacing="0" cellPadding="0" width="100%" border="0">
					<tr height="100" valign="top">
						<td colSpan="2"><uc1:header id="Header1" runat="server"></uc1:header></td>
					</tr>
					<TR valign="top">
						<TD width="130" height="100%" align="left"><uc2:left id="Left1" runat="server"></uc2:left></TD>
						<TD align="left" valign="top">
							<br>
							<TABLE id="AutoNumber1" style="FONT-SIZE: 8pt; FONT-FAMILY: Verdana; BORDER-COLLAPSE: collapse"
								borderColor="#c0c0c0" height="76" cellSpacing="0" cellPadding="0" width="339" border="1">
								<TR>
									<TD width="335" bgColor="#2871c8" colSpan="3" height="20"><FONT color="#ffffff" size="1">
											<DIV id="lblName" style="DISPLAY: inline; FONT-SIZE: medium; WIDTH: 171px; HEIGHT: 15px"
												runat="server" ms_positioning="FlowLayout">Label</DIV>
										</FONT>
									</TD>
								</TR>
								<TR>
									<TD style="WIDTH: 124px" align="center" width="124" height="73" rowSpan="5"><asp:image id="image" runat="server" Height="135px" Width="100px"></asp:image></TD>
									<TD style="HEIGHT: 19px" width="78" height="18">&nbsp;编号</TD>
									<TD width="162" height="18">&nbsp;
										<DIV id="lblEmpID" style="DISPLAY: inline; WIDTH: 122px; HEIGHT: 15px" runat="server"
											ms_positioning="FlowLayout"><FONT color="#aaaaaa" size="1"><B>N/A</B></FONT></DIV>
									</TD>
								</TR>
								<tr>
									<TD width="78" height="18">&nbsp;电子邮件</TD>
									<TD width="162" height="18">&nbsp;
										<DIV id="lblEmail" style="DISPLAY: inline; WIDTH: 122px; HEIGHT: 15px" runat="server"
											ms_positioning="FlowLayout"><FONT color="#aaaaaa" size="1"><B>N/A</B></FONT></DIV>
									</TD>
								</tr>
								<TR>
									<TD style="HEIGHT: 19px" width="78" height="18">&nbsp;经理</TD>
									<TD width="162" height="18">&nbsp;
										<DIV id="lblManager" style="DISPLAY: inline; WIDTH: 122px; HEIGHT: 15px" runat="server"
											ms_positioning="FlowLayout"><FONT color="#aaaaaa" size="1"><B>N/A</B></FONT></DIV>
									</TD>
								</TR>
								<TR>
									<TD style="HEIGHT: 18px" width="78" height="18">&nbsp;部门</TD>
									<TD style="HEIGHT: 18px" noWrap width="162" height="18">&nbsp;
										<DIV id="lblDept" style="DISPLAY: inline; WIDTH: 122px; HEIGHT: 15px" runat="server"
											ms_positioning="FlowLayout"><FONT color="#aaaaaa" size="1"><B>N/A</B></FONT></DIV>
									</TD>
								</TR>
								<TR>
									<TD width="78" height="18">&nbsp;分机</TD>
									<TD width="162" height="18">&nbsp;
										<DIV id="lblExt" style="DISPLAY: inline; WIDTH: 122px; HEIGHT: 15px" runat="server" ms_positioning="FlowLayout"><FONT color="#aaaaaa" size="1"><B>N/A</B></FONT>&nbsp;</DIV>
										&nbsp;&nbsp;&nbsp;</TD>
								</TR>
								<TR>
									<TD width="173" bgColor="#8eb3db" colSpan="2" height="17"><B><FONT color="#ffffff" size="1">&nbsp;自我介绍</FONT></B></TD>
									<TD align="right" width="162" bgColor="#8eb3db" height="17"><asp:label id="lblEdit" runat="server" Visible="False" ForeColor="Yellow" Font-Bold="True"
											Font-Italic="True"> 现在可以修改自我介绍了</asp:label></TD>
								</TR>
								<TR>
									<TD style="HEIGHT: 88px" align="center" width="335" colSpan="3" height="88"><br>
										<asp:textbox id="tbSelfintro" runat="server" Width="95%" TextMode="MultiLine" BorderWidth="0px"
											Rows="8" Font-Size="X-Small" BorderStyle="Inset" ReadOnly="True">N/A</asp:textbox><FONT face="宋体"></FONT><BR>
										<br>
										<asp:button id="btnSubmit" runat="server" Visible="False" Font-Bold="True" Font-Names="Verdana"
											Font-Size="11px" Text="修改"></asp:button></TD>
								</TR>
							</TABLE>
						</TD>
					</TR>
				</TABLE>
			</FONT>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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