Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
DisplayStaffInfo.aspx
Package: OAJP.rar [view]
Upload User: jdb8708888
Upload Date: 2013-05-29
Package Size: 19971k
Code Size: 3k
Category:
WEB(ASP,PHP,...)
Development Platform:
C#
- <%@ Page language="c#" Codebehind="DisplayStaffInfo.aspx.cs" AutoEventWireup="false" Inherits="UDS.SubModule.UnitiveDocument.DisplayStaffInfo" %>
- <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 id="DisplayStaffInfo" 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>