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

📄 desktop.aspx

📁 人员管理系统 应该很实用的 适合初学者使用借鉴
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="Desktop.aspx.cs" AutoEventWireup="false" Inherits="OAManage.Module.self.Desktop" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>Desktop</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">
		<LINK href="../../Css/BasicLayout.css" type="text/css" rel="stylesheet">
	</HEAD>
	<body MS_POSITIONING="GridLayout">
		<form id="Form1" method="post" runat="server">
			<FONT face="宋体">
				<TABLE id="Table5" style="Z-INDEX: 101; LEFT: 8px; POSITION: absolute; TOP: 8px" cellSpacing="10"
					cellPadding="0" width="100%" align="center" border="0">
					<TR>
						<TD vAlign="top">
							<TABLE id="Table3" cellSpacing="0" cellPadding="0" align="left" border="0">
								<TR>
									<TD vAlign="top">我的邮件</TD>
									<TD vAlign="bottom" align="right" width="40"><A href="Mail/Index.aspx" target="_self"></A></TD>
									<TD vAlign="bottom" align="right" width="40"><A href="Mail/Compose.aspx?ClassID=0" target="_self"></A></TD>
								</TR>
								<TR>
									<TD>
										<asp:datagrid id="dgMailList" runat="server" BorderWidth="1px" CellPadding="2" AutoGenerateColumns="False"
											PagerStyle-Mode="NumericPages" PagerStyle-HorizontalAlign="right" Width="424px" DataKeyField="MailID"
											PageSize="5" GridLines="Horizontal" BorderColor="#E8F4FF" AllowPaging="True" AllowSorting="True"
											Font-Names="Arial">
											<ItemStyle HorizontalAlign="Center" VerticalAlign="Middle"></ItemStyle>
											<HeaderStyle Font-Size="X-Small" Font-Bold="True" HorizontalAlign="Center" Height="20px" ForeColor="#006699"
												VerticalAlign="Middle" BackColor="#E8F4FF"></HeaderStyle>
											<FooterStyle Font-Size="XX-Small" HorizontalAlign="Center" Height="10px" VerticalAlign="Bottom"></FooterStyle>
											<Columns>
												<asp:TemplateColumn HeaderText="邮件主题">
													<HeaderStyle HorizontalAlign="Left"></HeaderStyle>
													<ItemStyle Font-Size="X-Small" HorizontalAlign="Left" VerticalAlign="Middle"></ItemStyle>
													<ItemTemplate>
														<a href='../Mail/ReadMail.aspx?FolderType=1&MailId=<%# DataBinder.Eval(Container.DataItem,"MailID") %>'>
															<%# (DataBinder.Eval(Container.DataItem,"MailSubject").ToString().Length>30)?DataBinder.Eval(Container.DataItem,"MailSubject").ToString().Substring(0,30)+"...":DataBinder.Eval(Container.DataItem,"MailSubject").ToString() %>
														</a>
														<%# DataBinder.Eval(Container.DataItem,"attnumber").ToString()==""?"":(DataBinder.Eval(Container.DataItem,"attnumber").ToString()=="0"?"":"<img src='../../DataImages/attach.gif' border='0'>") %>
													</ItemTemplate>
												</asp:TemplateColumn>
												<asp:BoundColumn DataField="MailSender" HeaderText="发送者">
													<HeaderStyle HorizontalAlign="Center" Width="80px"></HeaderStyle>
													<ItemStyle Font-Size="X-Small" HorizontalAlign="Center"></ItemStyle>
												</asp:BoundColumn>
											</Columns>
											<PagerStyle Visible="False" Font-Size="12px" BorderColor="#E0E0E0" BorderStyle="Dotted" HorizontalAlign="Right"
												PageButtonCount="5" Mode="NumericPages"></PagerStyle>
										</asp:datagrid></TD>
								</TR>
							</TABLE>
						</TD>
						<TD vAlign="top"></TD>
					</TR>
					<TR>
						<TD height="40"></TD>
						<TD></TD>
					</TR>
					<TR>
						<TD vAlign="top"></TD>
						<TD vAlign="top"></TD>
					</TR>
				</TABLE>
			</FONT>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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