📄 schbyday.aspx
字号:
<%@ Page language="c#" Codebehind="SchByDay.aspx.cs" AutoEventWireup="false" Inherits="OfficeOnline.SchByDay" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>SchByDay</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="0"
cellPadding="0" width="100%" border="0">
<TR>
<TD style="HEIGHT: 113px" background="file:///C:\Inetpub\wwwroot\OfficeOnline\Images\Top1.gif"></TD>
</TR>
<TR>
<TD style="HEIGHT: 13px"><FONT face="宋体">
<TABLE id="Table2" borderColor="activeborder" cellSpacing="0" cellPadding="0" width="100%"
border="1">
<TR>
<TD align="center">
<TABLE class="querybox" id="Table3" style="HEIGHT: 40px" cellSpacing="0" cellPadding="0"
width="100%" border="0">
<TR>
<TD vAlign="middle" noWrap>
<TABLE class="td" id="Table4" style="WIDTH: 100%; HEIGHT: 92.29%" cellSpacing="0" cellPadding="0"
border="0">
<TR>
<TD style="FONT-SIZE: 9pt; WIDTH: 55px" noWrap align="right">日期:年
</TD>
<TD style="WIDTH: 95px"><asp:textbox id="txtYear" runat="server" Width="100px" Font-Size="X-Small"></asp:textbox></TD>
<TD style="FONT-SIZE: 9pt; WIDTH: 26px" noWrap align="right">月
</TD>
<TD style="WIDTH: 72px"><asp:dropdownlist id="dropMonth" runat="server" Width="142px" Font-Size="X-Small" Height="23px" AutoPostBack="True">
<asp:ListItem Value="一月">一月</asp:ListItem>
<asp:ListItem Value="二月">二月</asp:ListItem>
<asp:ListItem Value="三月">三月</asp:ListItem>
<asp:ListItem Value="四月">四月</asp:ListItem>
<asp:ListItem Value="五月">五月</asp:ListItem>
<asp:ListItem Value="六月">六月</asp:ListItem>
<asp:ListItem Value="七月">七月</asp:ListItem>
<asp:ListItem Value="八月">八月</asp:ListItem>
<asp:ListItem Value="九月">九月</asp:ListItem>
<asp:ListItem Value="十月">十月</asp:ListItem>
<asp:ListItem Value="十一月">十一月</asp:ListItem>
<asp:ListItem Value="十二月">十二月</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" Width="84px" Font-Size="X-Small" AutoPostBack="True">
<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:imagebutton id="cmdQuery" runat="server" ImageUrl="file:///C:\Inetpub\wwwroot\OfficeOnline\Images\query.gif"
ImageAlign="AbsMiddle"></asp:imagebutton><asp:label id="lblErr" runat="server" Font-Size="X-Small" Visible="true" ForeColor="Red"></asp:label></TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
<asp:datagrid id="dgdsch" runat="server" Width="726px" AutoGenerateColumns="False" ForeColor="Black"
BorderColor="#999999" BorderStyle="Solid" BorderWidth="1px" BackColor="White" CellPadding="3"
GridLines="Vertical" AllowPaging="True" AllowCustomPaging="True">
<SelectedItemStyle Font-Bold="True" ForeColor="White" BackColor="#000099"></SelectedItemStyle>
<AlternatingItemStyle BackColor="#CCCCCC"></AlternatingItemStyle>
<HeaderStyle Font-Bold="True" ForeColor="White" BackColor="Black"></HeaderStyle>
<FooterStyle BackColor="#CCCCCC"></FooterStyle>
<Columns>
<asp:BoundColumn DataField="SchID" HeaderText="日程编号"></asp:BoundColumn>
<asp:BoundColumn DataField="SchTypeName" HeaderText="类型"></asp:BoundColumn>
<asp:HyperLinkColumn DataNavigateUrlField="SchID" DataNavigateUrlFormatString="SchContent.aspx?SchID={0}"
DataTextField="Subject" HeaderText="主题"></asp:HyperLinkColumn>
<asp:BoundColumn DataField="Date" HeaderText="时间"></asp:BoundColumn>
<asp:BoundColumn DataField="Place" HeaderText="地点"></asp:BoundColumn>
</Columns>
<PagerStyle HorizontalAlign="Center" ForeColor="Black" BackColor="#999999" Mode="NumericPages"></PagerStyle>
</asp:datagrid>
<asp:Button id="btnadd" runat="server" Text="添加个人日程信息"></asp:Button>
<asp:Button id="Button2" runat="server" Text="返回首页"></asp:Button></TD>
</TR>
</TABLE>
</FONT>
</TD>
</TR>
<TR>
<TD style="HEIGHT: 173px" bgColor="#fafd10"><FONT face="宋体"></FONT></TD>
</TR>
</TABLE>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -