📄 showempinfo.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"> 编号</TD>
<TD width="162" height="18">
<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"> 电子邮件</TD>
<TD width="162" height="18"> <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"> 经理</TD>
<TD width="162" height="18">
<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"> 部门</TD>
<TD style="HEIGHT: 18px" noWrap width="162" height="18">
<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"> 分机</TD>
<TD width="162" height="18">
<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> </DIV>
</TD>
</TR>
<TR>
<TD width="173" bgColor="#8eb3db" colSpan="2" height="17"><B><FONT color="#ffffff" size="1"> 自我介绍</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 + -