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

📄 reviewpersonallog.aspx

📁 小型项目组用的工作日志记录系统
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="ReviewPersonalLog.aspx.cs" AutoEventWireup="false" Inherits="WorkLog.Doc.PersonalLogList" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>PersonalLogList</title>
		<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
		<meta content="C#" name="CODE_LANGUAGE">
		<meta content="JavaScript" name="vs_defaultClientScript">
		<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
		<LINK href="../Css/PageCtrl.css" type="text/css" rel="stylesheet">
	</HEAD>
	<body MS_POSITIONING="GridLayout">
		<form id="Form1" method="post" runat="server">
			<FONT face="宋体">
				<asp:hyperlink id="HyperLink1" style="Z-INDEX: 102; LEFT: 24px; POSITION: absolute; TOP: 24px"
					runat="server" NavigateUrl="../Main.aspx">返回主页</asp:hyperlink><asp:datagrid id="dgPersonalLog" style="Z-INDEX: 101; LEFT: 24px; POSITION: absolute; TOP: 232px"
					runat="server" Width="970px" Height="112px" AutoGenerateColumns="False">
					<HeaderStyle Font-Bold="True"></HeaderStyle>
					<Columns>
						<asp:BoundColumn DataField="UserName" HeaderText="姓名">
							<HeaderStyle Width="50px"></HeaderStyle>
						</asp:BoundColumn>
						<asp:BoundColumn DataField="DeptName" HeaderText="部门">
							<HeaderStyle Width="80px"></HeaderStyle>
						</asp:BoundColumn>
						<asp:TemplateColumn HeaderText="时间">
							<HeaderStyle Width="60px"></HeaderStyle>
							<ItemTemplate>
								<asp:Label runat="server" Text='<%# DataBinder.Eval(Container, "DataItem.LogDate", "{0:d}") %>'>
								</asp:Label><br>
								<%# CFC.CDateTime.DayOfWeek(Convert.ToDateTime(DataBinder.Eval(Container, "DataItem.LogDate", "{0:d}").ToString())) %>
							</ItemTemplate>
						</asp:TemplateColumn>
						<asp:BoundColumn DataField="ProjectName" HeaderText="参与项目">
							<HeaderStyle Width="100px"></HeaderStyle>
						</asp:BoundColumn>
						<asp:BoundColumn DataField="Target" HeaderText="工作目标"></asp:BoundColumn>
						<asp:BoundColumn DataField="Result" HeaderText="工作状况"></asp:BoundColumn>
						<asp:BoundColumn DataField="ManHour" HeaderText="工作时间">
							<HeaderStyle Width="60px"></HeaderStyle>
						</asp:BoundColumn>
					</Columns>
				</asp:datagrid><asp:dropdownlist id="ddlDept" style="Z-INDEX: 103; LEFT: 64px; POSITION: absolute; TOP: 40px" runat="server"></asp:dropdownlist><asp:dropdownlist id="ddlProject" style="Z-INDEX: 104; LEFT: 216px; POSITION: absolute; TOP: 40px"
					runat="server"></asp:dropdownlist><asp:label id="Label1" style="Z-INDEX: 105; LEFT: 24px; POSITION: absolute; TOP: 48px" runat="server">部门:</asp:label><asp:label id="Label2" style="Z-INDEX: 106; LEFT: 176px; POSITION: absolute; TOP: 48px" runat="server">项目:</asp:label><asp:label id="Label3" style="Z-INDEX: 107; LEFT: 24px; POSITION: absolute; TOP: 72px" runat="server">日期:从</asp:label><asp:label id="Label4" style="Z-INDEX: 108; LEFT: 224px; POSITION: absolute; TOP: 72px" runat="server">到</asp:label><asp:textbox id="tbFromLogDate" style="Z-INDEX: 109; LEFT: 80px; POSITION: absolute; TOP: 64px"
					runat="server" Width="88px" Enabled="False"></asp:textbox><asp:textbox id="tbToLogDate" style="Z-INDEX: 110; LEFT: 248px; POSITION: absolute; TOP: 64px"
					runat="server" Width="88px" Enabled="False"></asp:textbox><asp:button id="btnSearch" style="Z-INDEX: 111; LEFT: 496px; POSITION: absolute; TOP: 64px"
					runat="server" Text="查找"></asp:button>
				<asp:Calendar id="cldFromLogDate" style="Z-INDEX: 112; LEFT: 80px; POSITION: absolute; TOP: 88px"
					runat="server" Visible="False"></asp:Calendar>
				<asp:Calendar id="cldToLogDate" style="Z-INDEX: 113; LEFT: 248px; POSITION: absolute; TOP: 88px"
					runat="server" Visible="False"></asp:Calendar>
				<asp:Button id="btnSetFromLogDate" style="Z-INDEX: 114; LEFT: 168px; POSITION: absolute; TOP: 64px"
					runat="server" Text="设置"></asp:Button>
				<asp:Button id="btnSetToLogDate" style="Z-INDEX: 115; LEFT: 336px; POSITION: absolute; TOP: 64px"
					runat="server" Text="设置"></asp:Button>
				<asp:DropDownList id="ddlDateRange" style="Z-INDEX: 116; LEFT: 384px; POSITION: absolute; TOP: 64px"
					runat="server" AutoPostBack="True">
					<asp:ListItem Value="0">本日</asp:ListItem>
					<asp:ListItem Value="1">上日</asp:ListItem>
					<asp:ListItem Value="2">本周</asp:ListItem>
					<asp:ListItem Value="3">上周</asp:ListItem>
					<asp:ListItem Value="4">本月</asp:ListItem>
					<asp:ListItem Value="5">上月</asp:ListItem>
					<asp:ListItem Value="6">自定义</asp:ListItem>
				</asp:DropDownList>
				<asp:Label id="Label5" style="Z-INDEX: 117; LEFT: 336px; POSITION: absolute; TOP: 48px" runat="server">排序:</asp:Label>
				<asp:DropDownList id="ddlOrderBy" style="Z-INDEX: 118; LEFT: 376px; POSITION: absolute; TOP: 40px"
					runat="server">
					<asp:ListItem Value="PersonalLogID">不排序</asp:ListItem>
					<asp:ListItem Value="UserNO">姓名</asp:ListItem>
					<asp:ListItem Value="DeptID">部门</asp:ListItem>
					<asp:ListItem Value="LogDate">时间</asp:ListItem>
					<asp:ListItem Value="ProjectID">项目</asp:ListItem>
				</asp:DropDownList></FONT></form>
	</body>
</HTML>

⌨️ 快捷键说明

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