- <%@ Page language="c#" Codebehind="Schedule.aspx.cs" AutoEventWireup="false" Inherits="qminoa.Webs.Schedule.Schedule" %>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
- <HTML>
- <HEAD>
- <title></title>
- <meta content="Microsoft Visual Studio.NET 7.0" name="GENERATOR">
- <meta content="Visual Basic 7.0" name="CODE_LANGUAGE">
- <meta content="JavaScript" name="vs_defaultClientScript">
- <meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
- <LINK href="../lynn.css" type="text/css" rel="stylesheet">
- <STYLE>A:link { COLOR: red; TEXT-DECORATION: underline }
- A:visited { COLOR: navy; TEXT-DECORATION: underline }
- </STYLE>
- </HEAD>
- <body bottomMargin="0" leftMargin="0" topMargin="0" rightMargin="0" MS_POSITIONING="GridLayout" ALINK="#0000ff" VLINK="#0000cc" <%=str_NoticeMsg%>>
- <DIV id="detail" style="POSITION: absolute"></DIV>
- <form id="CLD" method="post" runat="server">
- <TABLE style="WIDTH: 100%; POSITION: absolute; HEIGHT: 100%" cellSpacing="0" cellPadding="0" border="0">
- <TR>
- <TD style="HEIGHT: 30px" vAlign="top" noWrap>
- <TABLE class="headcenter" width="100%" cellSpacing="0" cellPadding="0" bordercolordark="#ffffff" bordercolor="#888888" border="0">
- <TR>
- <TD align="left" style="FONT-SIZE: 9pt; WIDTH: 469px"> 日程任务:我的日程
- </TD>
- <TD noWrap align="right"><asp:label id="lblUName" runat="server" CssClass="uname" Font-Size="X-Small"></asp:label></TD>
- </TR>
- </TABLE>
- </TD>
- </TR>
- <TR>
- <TD style="HEIGHT: 5px" vAlign="top" noWrap align="middle"><TABLE class="querybox" style="WIDTH: 95%; HEIGHT: 40px" cellSpacing="0" cellPadding="0" border="0">
- <TR>
- <TD vAlign="center" noWrap>
- <TABLE class="td" 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">
- <asp:RangeValidator id="RangeValidator1" runat="server" ErrorMessage="请输入1900--2050年!" MaximumValue="2050" MinimumValue="1900" Type="Integer" ControlToValidate="txtYear">#</asp:RangeValidator>月
- </TD>
- <TD style="WIDTH: 72px"><asp:dropdownlist id="dropMonth" runat="server" Width="142px" AutoPostBack="True" Height="23px" Font-Size="X-Small">
- <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><asp:imagebutton id="cmdQuery" runat="server" ImageUrl="../img/button/query.gif" ImageAlign="AbsMiddle"></asp:imagebutton><asp:label id="lblErr" runat="server" CssClass="err" Visible="False" ForeColor="Red" Font-Size="X-Small"></asp:label></TD>
- </TR>
- </TABLE>
- </TD>
- </TR>
- </TABLE>
- </TD>
- </TR>
- <TR>
- <TD vAlign="top" noWrap align="middle">
- <TABLE style="WIDTH: 95%; HEIGHT: 100%" cellSpacing="0" cellPadding="0" border="0">
- <TR>
- <TD vAlign="top" noWrap style="FONT-SIZE: 9pt">
- <TABLE cellSpacing="0" cellPadding="0" width="100%" border="0">
- <TR>
- <TD class="tttable" noWrap height="10"></TD>
- <TD style="WIDTH: 1px" noWrap height="10"></TD>
- <TD class="td" noWrap align="right" height="10"></TD>
- </TR>
- <TR>
- <TD class="tttable" noWrap style="FONT-SIZE: 9pt">日程列表
- <asp:label id="lblYear" runat="server" Font-Size="X-Small"></asp:label><asp:linkbutton id="cmdToday" runat="server" ToolTip="查看今日[我的日程]" Font-Size="X-Small"></asp:linkbutton><asp:label id="lblDate" runat="server" Visible="False" Font-Size="X-Small"></asp:label></TD>
- <TD style="WIDTH: 1px" noWrap></TD>
- <TD class="td" noWrap align="right"><asp:linkbutton id="cmdMonth" runat="server" Enabled="False" Font-Size="X-Small"><img src="../img/month.gif" border="0" align="absbottom"> 按月</asp:linkbutton>
- <asp:linkbutton id="cmdWeek" runat="server" Font-Size="X-Small"><img src="../img/week.gif" border="0" align="absbottom"> 按周</asp:linkbutton>
- <asp:linkbutton id="cmdDay" runat="server" Font-Size="X-Small"><img src="../img/day.gif" border="0" align="absbottom"> 按天</asp:linkbutton></TD>
- </TR>
- </TABLE>
- <asp:calendar id=calSchedule runat="server" Width="100%" Height="92%" SelectedDate="<%#GetDate()%>" BackColor="Transparent" BorderColor="#999999"
- ShowGridLines="True" PrevMonthText="&nbsp;&nbsp;&nbsp;&nbsp;<img src=../img/left_arrow.gif alt=上一月 border=0 />上一月"
- NextMonthText="下一月<img src=../img/right_arrow.gif alt=下一月 border=0 />&nbsp;&nbsp;&nbsp;&nbsp;" BorderStyle="None"
- DayNameFormat="Full" OnDayRender="calSchedule_DayRender" Font-Size="X-Small">
- <TodayDayStyle BorderWidth="2px" BorderStyle="Solid" BorderColor="CornflowerBlue" BackColor="#F0F0E8"></TodayDayStyle>
- <DayStyle Font-Bold="True" HorizontalAlign="Left" VerticalAlign="Top"></DayStyle>
- <NextPrevStyle ForeColor="#223399" CssClass="td"></NextPrevStyle>
- <DayHeaderStyle Font-Size="13px" Height="10px" BackColor="#F0F0E8"></DayHeaderStyle>
- <TitleStyle CssClass="headcenter" Height="10px"></TitleStyle>
- <WeekendDayStyle ForeColor="Red"></WeekendDayStyle>
- </asp:calendar></TD>
- </TR>
- </TABLE>
- <hr>
- </TD>
- </TR>
- </TABLE></FONT>
- </form>
- </body>
- </HTML>