📄 summary.aspx
字号:
<%@ Register TagPrefix="uc1" TagName="Header" Src="../Common/Header.ascx" %>
<%@ Page Language="c#" AutoEventWireup="false" Codebehind="Summary.aspx.cs" Inherits="BlueHill.Attendance.Summary" %>
<%@ Register TagPrefix="uc1" TagName="Left" Src="Left.ascx" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<title>ManageAttend</title>
<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
<meta content="Visual Basic .NET 7.1" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
</HEAD>
<body MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<FONT face="宋体">
<TABLE id="Table1" style="Z-INDEX: 101; LEFT: 8px; POSITION: absolute; TOP: 8px" height="100%"
cellSpacing="0" cellPadding="0" width="100%" border="0">
<tr vAlign="top" height="100">
<td colSpan="2"><uc1:header id="Header1" runat="server"></uc1:header></td>
</tr>
<TR vAlign="top">
<TD align="left" width="130" height="100%"><uc1:left id="Left1" runat="server"></uc1:left></TD>
<TD vAlign="top" align="center"><asp:panel id="Panel1" runat="server" Width="600px" Height="10px" HorizontalAlign="Center"></asp:panel>
<asp:panel id="pnlBody" runat="server" Height="10px" Width="700px" HorizontalAlign="Left">
<asp:panel id="pnlOption" runat="server" Height="36px">
<asp:label id="Label1" runat="server">开始时间:</asp:label>
<asp:textbox id="txtStartTime" runat="server" Width="80px"></asp:textbox>
<asp:CompareValidator id="CompareValidator1" runat="server" Display="Dynamic" ErrorMessage="请输入正确的日期格式:(YYYY/MM/DD)"
ControlToValidate="txtStartTime" Font-Size="X-Small" Operator="DataTypeCheck"
Type="Date"></asp:CompareValidator>
<asp:RequiredFieldValidator id="RequiredFieldValidator1" runat="server" Display="Dynamic" ErrorMessage="该项不能为空!"
ControlToValidate="txtStartTime" Font-Size="X-Small"></asp:RequiredFieldValidator>
<asp:label id="Label2" runat="server">结束时间:</asp:label>
<asp:textbox id="txtEndTime" runat="server" Width="80px"></asp:textbox>
<asp:CompareValidator id="CompareValidator2" runat="server" Display="Dynamic" ErrorMessage="请输入正确的日期格式:(YYYY/MM/DD)"
ControlToValidate="txtEndTime" Font-Size="X-Small" Operator="DataTypeCheck"
Type="Date"></asp:CompareValidator>
<asp:RequiredFieldValidator id="RequiredFieldValidator2" runat="server" Display="Dynamic" ErrorMessage="该项不能为空!"
ControlToValidate="txtEndTime" Font-Size="X-Small"></asp:RequiredFieldValidator>
<asp:RadioButtonList id="rdoTypeList" runat="server" Width="152px">
<asp:ListItem Value="1" Selected="True">按迟到次数排序</asp:ListItem>
<asp:ListItem Value="2">按早退次数排序</asp:ListItem>
<asp:ListItem Value="3">按缺勤次数排序</asp:ListItem>
</asp:RadioButtonList>
<asp:RadioButtonList id="rdoAscendList" runat="server" Width="128px">
<asp:ListItem Value="1" Selected="True">降序</asp:ListItem>
<asp:ListItem Value="2">升序</asp:ListItem>
</asp:RadioButtonList></asp:panel>
<asp:panel id="pnlChooseDept" runat="server" Height="32px" BorderWidth="0px">
<asp:Label id="lblDept" runat="server">选择要查看的部门:</asp:Label>
<asp:DropDownList id="cmbDeptList" runat="server"></asp:DropDownList>
<asp:Label id="lblDeptID" runat="server" Visible="False"></asp:Label>
</asp:panel>
<P></P>
<asp:button id="btnSearch" runat="server" Width="128px" Text="显示结果"></asp:button>
<P align="left">
<asp:label id="lblMessage" runat="server"></asp:label></P>
<asp:datagrid id="grdResult" runat="server" Width="408px" Font-Size="14px" BorderWidth="1px" AutoGenerateColumns="False"
BorderColor="#CCCCCC" BorderStyle="None" BackColor="White" CellPadding="3">
<SelectedItemStyle Font-Bold="True" BackColor="LemonChiffon"></SelectedItemStyle>
<ItemStyle Wrap="False" ForeColor="#000066"></ItemStyle>
<HeaderStyle Font-Bold="True" ForeColor="White" BackColor="#006699"></HeaderStyle>
<FooterStyle ForeColor="#000066" BackColor="White"></FooterStyle>
<Columns>
<asp:BoundColumn DataField="EmployeeName" HeaderText="员工姓名"></asp:BoundColumn>
<asp:BoundColumn DataField="LateCount" HeaderText="迟到次数">
<ItemStyle Wrap="False"></ItemStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="EarlyCount" HeaderText="早退次数">
<ItemStyle Wrap="False"></ItemStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="AbsenceCount" HeaderText="缺勤次数"></asp:BoundColumn>
<asp:ButtonColumn Text="详细情况..." HeaderText="详细情况" CommandName="Detail"></asp:ButtonColumn>
<asp:BoundColumn Visible="False" DataField="EmployeeID"></asp:BoundColumn>
</Columns>
<PagerStyle HorizontalAlign="Left" ForeColor="#000066" BackColor="White" Mode="NumericPages"></PagerStyle>
</asp:datagrid>
</asp:panel>
</TD>
</TR>
</TABLE>
</FONT>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -