📄 displaystaffinfo.aspx
字号:
<%@ Page language="c#" Inherits="UDS.SubModule.UnitiveDocument.DisplayStaffInfo" CodeFile="DisplayStaffInfo.aspx.cs" %>
<HTML>
<HEAD>
<title>人员信息</title>
<meta http-equiv="Content-Language" content="zh-cn">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="../../Css/BasicLayout.css" type="text/css">
</HEAD>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<div align="center">
<form method="post" runat="server">
<center>
<table border="0" cellpadding="0" cellspacing="0" style="BORDER-COLLAPSE: collapse" bordercolor="#111111" width="100%" id="AutoNumber4" height="1">
<tr>
<td width="3%" bgcolor="#c0d9e6" class="GbText"><font color="#003366" size="3"><img src="../../images/283.GIF" width="16" height="16"></font></td>
<td width="20%" height="1" bgcolor="#c0d9e6" class="GbText">人员信息</td>
<td width="20%" height="1" background="../../images/line1.gif">
</td>
<td width="96%" height="1">
</td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" style="BORDER-COLLAPSE: collapse" bordercolor="#111111" width="559" id="AutoNumber1" height="96">
<tr>
<td width="555" height="5" class="Gbtext" align="middle" colspan="2">
<asp:Label id="lblStaff_Name" runat="server"></asp:Label>
</td>
</tr>
<tr>
<td width='77' height='10' class='Gbtext'><b> 真实姓名:</b></td>
<td width='477' height='10' class='Gbtext'>
<asp:Label id="lblRealName" runat="server"></asp:Label>
</td>
</tr>
<tr>
<td width='77' height='10' class='Gbtext'><b>性 别:</b></td>
<td width='477' height='10' class='Gbtext'>
<asp:Label id="lblSex" runat="server"></asp:Label>
</td>
</tr>
<tr>
<td width='77' height='10' class='Gbtext'><b>邮 件:</b></td>
<td width='477' height='10' class='Gbtext'>
<asp:Label id="lblEmail" runat="server"></asp:Label>
</td>
</tr>
<tr>
<td width='77' height='10' class='Gbtext'><b> 注册日期:</b></td>
<td width='477' height='10' class='Gbtext'>
<asp:Label id="lblRegistedDate" runat="server"></asp:Label>
</td>
</tr>
<tr>
<td width="555" height="5" align="right" colspan="2">
<input type="button" value="返回" onclick="javascript:history.go(-1)" class="redButtonCss">
</td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="../../Images/temp.gif" width="250" height="25"></td>
<td align="right"><img src="../../images/endbott.gif" width="279" height="25"></td>
</tr>
</table>
</center>
</div>
</FORM>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -