📄 showempinfo.aspx
字号:
<%@ Page language="c#" Inherits="BlueHill.EmployeeInfo.ShowEmpInfo" CodeFile="ShowEmpInfo.aspx.cs" %>
<%@ Register Src="left.ascx" TagName="left" TagPrefix="uc1" %>
<%@ Register Src="../Common/header.ascx" TagName="header" TagPrefix="uc2" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<html>
<head>
<title>ShowEmpInfo</title>
<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name=vs_defaultClientScript content="JavaScript">
<meta name=vs_targetSchema content="http://schemas.microsoft.com/intellisense/ie5">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"><style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style></head>
<body>
<form id="Form1" method="post" runat="server">
<div>
<font face="宋体" size="small">
<table id="Table1" border="0" cellpadding="0" cellspacing="0" height="100%" style="z-index: 101;
left: 8px; position: absolute; top: 8px" width="100%">
<tr height="100" valign="top">
<td colspan="2">
<uc2:header id="Header1" runat="server">
</uc2:header></td>
</tr>
<tr valign="top">
<td align="left" bgcolor="#b0bccf" width="130">
<uc1:left ID="Left1" runat="server" />
</td>
<td align="center" valign="top">
<asp:Panel ID="pnlBody" runat="server" Height="10px" HorizontalAlign="Left" Width="700px">
<br />
<asp:Panel ID="pnlHeader" runat="server">
<br />
<table id="AutoNumber1" border="1" bordercolor="#c0c0c0" cellpadding="0" cellspacing="0"
height="76" style="font-size: 8pt; font-family: Verdana; border-collapse: collapse"
width="339">
<tr>
<td bgcolor="#2871c8" colspan="3" style="height: 20px" width="335">
<font color="#ffffff" size="1">
<asp:Label ID="lblName" runat="server" Height="26px" Width="120px"></asp:Label></font></td>
</tr>
<tr>
<td align="center" height="73" rowspan="5" style="width: 124px" width="124">
<asp:Image ID="image" runat="server" Height="135px" Width="100px" /></td>
<td style="height: 19px" width="78">
编号</td>
<td style="height: 19px" width="162">
<asp:Label ID="label1" runat="server" Width="129px"></asp:Label></td>
</tr>
<tr>
<td height="18" width="78">
电子邮件</td>
<td height="18" width="162">
<asp:Label ID="Label2" runat="server" Width="129px"></asp:Label></td>
</tr>
<tr>
<td height="18" style="height: 19px" width="78">
经理</td>
<td height="18" width="162">
<asp:Label ID="Label3" runat="server" Width="131px"></asp:Label></td>
</tr>
<tr>
<td height="18" style="height: 18px" width="78">
部门</td>
<td height="18" nowrap="nowrap" style="height: 18px" width="162">
<asp:Label ID="Label4" runat="server" Width="130px"></asp:Label></td>
</tr>
<tr>
<td height="18" width="78">
分机</td>
<td height="18" width="162">
<asp:Label ID="Label5" runat="server" Width="130px"></asp:Label></td>
</tr>
<tr>
<td bgcolor="#8eb3db" colspan="2" height="17" width="173">
<b><font color="#ffffff" size="1"> 自我介绍</font></b></td>
<td align="right" bgcolor="#8eb3db" height="17" width="162">
<asp:Label ID="lblEdit" runat="server" Font-Bold="True" Font-Italic="True" ForeColor="Yellow"
Visible="False"> 现在可以修改自我介绍了</asp:Label></td>
</tr>
<tr>
<td align="center" colspan="3" height="88" style="height: 88px" width="335">
<br />
<asp:TextBox ID="tbSelfintro" runat="server" BorderStyle="Inset" BorderWidth="0px"
Font-Size="X-Small" ReadOnly="True" Rows="8" TextMode="MultiLine" Width="95%">N/A</asp:TextBox><font
face="宋体"></font><br />
<br />
<asp:Button ID="btnSubmit" runat="server" Font-Bold="True" Font-Names="Verdana" Font-Size="11px"
OnClick="btnSubmit_Click" Text="修改" Visible="False" /></td>
</tr>
</table>
</asp:Panel>
<br />
</asp:Panel>
</td>
</tr>
</table>
</font>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -