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

📄 showempinfo.aspx

📁 人事管理系统的WEB开发程序源代码,有住于WEB开发的学习
💻 ASPX
字号:
<%@ Register TagPrefix="uc1" TagName="Left" Src="Left.ascx" %>
<%@ Page language="c#" Codebehind="ShowEmpInfo.aspx.cs" AutoEventWireup="false" Inherits="BlueHill.WebForm1" %>
<%@ Register TagPrefix="uc1" TagName="Header" Src="../Common/Header.ascx" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>WebForm1</title>
		<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
		<meta content="C#" 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 vAlign="top" height="100">
						<td colSpan="2"><uc1:header id="Header1" runat="server"></uc1:header></td>
					</tr>
					<TR vAlign="top">
						<TD align="left" width="130" height="100%"><uc1:left id="Left1" runat="server"></uc1:left></TD>
						<TD vAlign="top" align="left"><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" Width="100px" Height="135px"></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;<FONT face="宋体"> </FONT>
										<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" Font-Italic="True" Font-Bold="True" ForeColor="Yellow"> 现在可以修改自我介绍了</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%" BorderStyle="Inset" Font-Size="X-Small"
											Rows="8" BorderWidth="0px" TextMode="MultiLine">N/A</asp:textbox><FONT face="宋体"></FONT><BR>
										<br>
										<asp:button id="btnSubmit" runat="server" Font-Bold="True" Font-Size="11px" Text="修改" Font-Names="Verdana"></asp:button></TD>
								</TR>
							</TABLE>
						</TD>
					</TR>
				</TABLE>
			</FONT>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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