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

📄 showattenddetail.aspx

📁 该管理系统的主要功能是管理员工资料、管理员工考勤、计算员工薪资和业绩评定等。大部分涉及对敏感数据修改的工作都仅由人事部完成
💻 ASPX
字号:
<%@ Register TagPrefix="uc1" TagName="Left" Src="Left.ascx" %>
<%@ Register TagPrefix="uc1" TagName="Header" Src="../Common/Header.ascx" %>
<%@ Page language="c#" Codebehind="ShowAttendDetail.aspx.cs" AutoEventWireup="false" Inherits="BlueHill.Attendance.ShowAttendDetail" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>ShowAttendDetail</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="../Styles.css" type="text/css" rel="stylesheet">
	</HEAD>
	<body>
		<form id="Form1" method="post" runat="server">
			<FONT face="宋体">
				<TABLE id="Table1" cellSpacing="0" cellPadding="0" width="800" align="center" border="0">
					<TR>
						<TD style="HEIGHT: 90px" vAlign="top" align="center" width="100%" colSpan="2"><FONT face="宋体">
								<uc1:Header id="Header1" runat="server"></uc1:Header></FONT></TD>
					</TR>
					<TR>
						<TD style="HEIGHT: 500px; BACKGROUND-COLOR: #cccccc" vAlign="top" align="center" width="200">
							<br>
							<uc1:Left id="Left1" runat="server"></uc1:Left></TD>
						<TD style="HEIGHT: 500px" vAlign="top" align="center" width="600"><FONT face="宋体">
								<br>
								<TABLE id="Table2" style="WIDTH: 500px; HEIGHT: 96px" cellSpacing="0" cellPadding="0" width="500"
									align="center" border="0">
									<TR>
										<TD style="HEIGHT: 24px" width="100">员工姓名:</TD>
										<TD style="HEIGHT: 24px" width="400">
											<asp:Label id="lblName" runat="server"></asp:Label></TD>
									</TR>
									<TR>
										<TD width="100" style="HEIGHT: 24px">开始时间:</TD>
										<TD width="400" style="HEIGHT: 24px">
											<asp:Label id="lblStartTime" runat="server"></asp:Label></TD>
									</TR>
									<TR>
										<TD style="HEIGHT: 24px" width="100">结束时间:</TD>
										<TD style="HEIGHT: 24px" width="400">
											<asp:Label id="lblEndTime" runat="server"></asp:Label></TD>
									</TR>
									<TR>
										<TD style="HEIGHT: 33px" width="500" colSpan="2">
											<br>
											<asp:DataGrid id="grdResult" runat="server" Width="300px" Visible="False" AutoGenerateColumns="False"
												BorderColor="#CCCCCC" BorderStyle="None" BorderWidth="1px" BackColor="White" CellPadding="3">
												<SelectedItemStyle Font-Bold="True" ForeColor="White" BackColor="#669999"></SelectedItemStyle>
												<ItemStyle ForeColor="#000066"></ItemStyle>
												<HeaderStyle Font-Bold="True" ForeColor="White" BackColor="#006699"></HeaderStyle>
												<FooterStyle ForeColor="#000066" BackColor="White"></FooterStyle>
												<Columns>
													<asp:BoundColumn DataField="date" HeaderText="日 期" DataFormatString="{0:d}">
														<HeaderStyle Width="130px"></HeaderStyle>
													</asp:BoundColumn>
													<asp:BoundColumn DataField="type" HeaderText="类 型">
														<HeaderStyle Width="50px"></HeaderStyle>
													</asp:BoundColumn>
													<asp:BoundColumn DataField="breachtime" HeaderText="迟到/早退时间">
														<HeaderStyle Width="120px"></HeaderStyle>
													</asp:BoundColumn>
												</Columns>
												<PagerStyle HorizontalAlign="Left" ForeColor="#000066" BackColor="White" Mode="NumericPages"></PagerStyle>
											</asp:DataGrid>
											<asp:Label id="lblMessage" runat="server" Visible="False"></asp:Label></TD>
									</TR>
									<TR>
										<TD style="HEIGHT: 33px" width="500" colSpan="2">
											<asp:Button id="btnBack" runat="server" Text="后 退" Width="64px"></asp:Button></TD>
									</TR>
								</TABLE>
							</FONT>
						</TD>
					</TR>
				</TABLE>
			</FONT>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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