📄 schtime.aspx
字号:
<%@ Register TagPrefix="uc1" TagName="left1" Src="ascxs/left1.ascx" %>
<%@ Register TagPrefix="uc1" TagName="teacher" Src="ascxs/teacher.ascx" %>
<%@ Page language="c#" Codebehind="schtime.aspx.cs" AutoEventWireup="false" Inherits="kqxt.schtime" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>schtime</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">
</HEAD>
<body MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<TABLE id="Table1" style="Z-INDEX: 101; LEFT: 8px; POSITION: absolute; TOP: 8px" cellSpacing="1"
cellPadding="1" width="1200" border="0">
<TR>
<TD style="HEIGHT: 176px" align="center"><uc1:teacher id="Teacher1" runat="server"></uc1:teacher></TD>
</TR>
<TR>
<TD>
<TABLE id="Table2" cellSpacing="1" cellPadding="1" width="1200" border="0">
<TR>
<TD style="WIDTH: 181px"><uc1:left1 id="Left11" runat="server"></uc1:left1></TD>
<TD>
<TABLE id="Table6" style="WIDTH: 1003px; HEIGHT: 395px" cellSpacing="1" cellPadding="1"
width="1003" border="0">
<TBODY>
<TR>
<TD style="HEIGHT: 50px"><FONT face="宋体">
<P><asp:label id="Label1" runat="server" BackColor="#ff99ff" Font-Size="Small">您可以查询某一天的学生考勤信息:</asp:label></P>
<P>
<TABLE id="Table3" cellSpacing="1" cellPadding="1" width="800" border="0">
<TR>
<TD>
<TABLE id="Table4" style="WIDTH: 799px; HEIGHT: 32px" cellSpacing="1" cellPadding="1" width="799"
align="center" border="0">
<TR>
<TD style="FONT-SIZE: 9pt; WIDTH: 55px" noWrap align="right">日期:年
</TD>
<TD style="WIDTH: 63px">
<asp:DropDownList id="txtYear" runat="server">
<asp:ListItem Value="2008" Selected="True">2008</asp:ListItem>
<asp:ListItem Value="2007">2007</asp:ListItem>
<asp:ListItem Value="2006">2006</asp:ListItem>
<asp:ListItem Value="2005">2005</asp:ListItem>
</asp:DropDownList></TD>
<TD style="FONT-SIZE: 9pt; WIDTH: 36px" noWrap align="right">月
</TD>
<TD style="WIDTH: 72px"><asp:dropdownlist id="dropMonth" runat="server" Font-Size="X-Small" Width="72px" Height="23px" AutoPostBack="True">
<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:ListItem Value="七月">7月</asp:ListItem>
<asp:ListItem Value="八月">8月</asp:ListItem>
<asp:ListItem Value="九月">9月</asp:ListItem>
<asp:ListItem Value="十月">10月</asp:ListItem>
<asp:ListItem Value="十一月">11月</asp:ListItem>
<asp:ListItem Value="十二月">12月</asp:ListItem>
</asp:dropdownlist></TD>
<TD style="FONT-SIZE: 9pt; WIDTH: 29px" noWrap align="right">日
</TD>
<TD style="WIDTH: 86px"><asp:dropdownlist id="dropDay" runat="server" Font-Size="X-Small" Width="84px">
<asp:ListItem Value="1">1</asp:ListItem>
<asp:ListItem Value="2">2</asp:ListItem>
<asp:ListItem Value="3">3</asp:ListItem>
<asp:ListItem Value="4">4</asp:ListItem>
<asp:ListItem Value="5">5</asp:ListItem>
<asp:ListItem Value="6">6</asp:ListItem>
<asp:ListItem Value="7">7</asp:ListItem>
<asp:ListItem Value="8">8</asp:ListItem>
<asp:ListItem Value="9">9</asp:ListItem>
<asp:ListItem Value="10">10</asp:ListItem>
<asp:ListItem Value="11">11</asp:ListItem>
<asp:ListItem Value="12">12</asp:ListItem>
<asp:ListItem Value="13">13</asp:ListItem>
<asp:ListItem Value="14">14</asp:ListItem>
<asp:ListItem Value="15">15</asp:ListItem>
<asp:ListItem Value="16">16</asp:ListItem>
<asp:ListItem Value="17">17</asp:ListItem>
<asp:ListItem Value="18">18</asp:ListItem>
<asp:ListItem Value="19">19</asp:ListItem>
<asp:ListItem Value="20">20</asp:ListItem>
<asp:ListItem Value="21">21</asp:ListItem>
<asp:ListItem Value="22">22</asp:ListItem>
<asp:ListItem Value="23">23</asp:ListItem>
<asp:ListItem Value="24">24</asp:ListItem>
<asp:ListItem Value="25">25</asp:ListItem>
<asp:ListItem Value="26">26</asp:ListItem>
<asp:ListItem Value="27">27</asp:ListItem>
<asp:ListItem Value="28">28</asp:ListItem>
<asp:ListItem Value="29">29</asp:ListItem>
<asp:ListItem Value="30">30</asp:ListItem>
<asp:ListItem Value="31">31</asp:ListItem>
</asp:dropdownlist></TD>
<TD style="FONT-SIZE: 9pt">
<asp:button id="Button1" runat="server" Text="查询"></asp:button><asp:label id="lblErr" runat="server" Font-Size="X-Small" Visible="true" ForeColor="Red"></asp:label></TD>
</TR>
</TABLE>
</TD>
</TR>
<TR>
<TD align="center"><asp:datagrid id="dgdsch" runat="server" BackColor="White" Width="792px" Height="228px" PageSize="5"
AllowPaging="True" GridLines="Vertical" CellPadding="3" BorderWidth="1px" BorderStyle="None" BorderColor="#999999"
AutoGenerateColumns="False">
<SelectedItemStyle Font-Bold="True" ForeColor="White" BackColor="#008A8C"></SelectedItemStyle>
<AlternatingItemStyle BackColor="Gainsboro"></AlternatingItemStyle>
<ItemStyle ForeColor="Black" BackColor="#EEEEEE"></ItemStyle>
<HeaderStyle Font-Bold="True" ForeColor="White" BackColor="#000084"></HeaderStyle>
<FooterStyle ForeColor="Black" BackColor="#CCCCCC"></FooterStyle>
<Columns>
<asp:BoundColumn DataField="stuID" HeaderText="学号"></asp:BoundColumn>
<asp:BoundColumn DataField="stuName" HeaderText="姓名"></asp:BoundColumn>
<asp:BoundColumn DataField="status" HeaderText="状态"></asp:BoundColumn>
</Columns>
<PagerStyle NextPageText="下一页" PrevPageText="上一页" HorizontalAlign="Right" ForeColor="Black"
Position="TopAndBottom" BackColor="#999999"></PagerStyle>
</asp:datagrid></TD>
</TR>
</TABLE>
</P>
</FONT>
<asp:Label id="Label11" runat="server"></asp:Label></TD>
</TR>
<TR>
<TD><FONT face="宋体">
<P><asp:label id="Label2" runat="server" BackColor="#99ccff" Font-Size="Small">您可以查询某段时间内的的学生考勤信息:</asp:label></P>
<P>
<TABLE id="Table5" style="WIDTH: 800px; HEIGHT: 375px" cellSpacing="1" cellPadding="1"
width="800" border="0">
<TBODY>
<TR>
<TD><asp:label id="Label5" runat="server" Font-Size="X-Small">请输入时间段:</asp:label>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -