Schedule.aspx
上传用户:autodoor
上传日期:2022-08-04
资源大小:9973k
文件大小:6k
源码类别:

.net编程

开发平台:

Others

  1. <%@ Page language="c#" Codebehind="Schedule.aspx.cs" AutoEventWireup="false" Inherits="qminoa.Webs.Schedule.Schedule" %>
  2. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  3. <HTML>
  4.   <HEAD>
  5. <title></title>
  6. <meta content="Microsoft Visual Studio.NET 7.0" name="GENERATOR">
  7. <meta content="Visual Basic 7.0" name="CODE_LANGUAGE">
  8. <meta content="JavaScript" name="vs_defaultClientScript">
  9. <meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
  10. <LINK href="../lynn.css" type="text/css" rel="stylesheet">
  11. <STYLE>A:link { COLOR: red; TEXT-DECORATION: underline }
  12. A:visited { COLOR: navy; TEXT-DECORATION: underline }
  13. </STYLE>
  14. </HEAD>
  15. <body bottomMargin="0" leftMargin="0" topMargin="0" rightMargin="0" MS_POSITIONING="GridLayout"  ALINK="#0000ff" VLINK="#0000cc"  <%=str_NoticeMsg%>>
  16. <DIV id="detail" style="POSITION: absolute"></DIV>
  17. <form id="CLD" method="post" runat="server">
  18. <TABLE style="WIDTH: 100%; POSITION: absolute; HEIGHT: 100%" cellSpacing="0" cellPadding="0" border="0">
  19. <TR>
  20. <TD style="HEIGHT: 30px" vAlign="top" noWrap>
  21. <TABLE class="headcenter" width="100%" cellSpacing="0" cellPadding="0" bordercolordark="#ffffff" bordercolor="#888888" border="0">
  22. <TR>
  23. <TD align="left" style="FONT-SIZE: 9pt; WIDTH: 469px">&nbsp;日程任务:我的日程
  24. </TD>
  25. <TD noWrap align="right"><asp:label id="lblUName" runat="server" CssClass="uname" Font-Size="X-Small"></asp:label></TD>
  26. </TR>
  27. </TABLE>
  28. </TD>
  29. </TR>
  30. <TR>
  31. <TD style="HEIGHT: 5px" vAlign="top" noWrap align="middle"><TABLE class="querybox" style="WIDTH: 95%; HEIGHT: 40px" cellSpacing="0" cellPadding="0" border="0">
  32. <TR>
  33. <TD vAlign="center" noWrap>
  34. <TABLE class="td" style="WIDTH: 100%; HEIGHT: 92.29%" cellSpacing="0" cellPadding="0" border="0">
  35. <TR>
  36. <TD style="FONT-SIZE: 9pt; WIDTH: 55px" noWrap align="right">日期:年
  37. </TD>
  38. <TD style="WIDTH: 95px"><asp:textbox id="txtYear" runat="server" Width="100px" Font-Size="X-Small"></asp:textbox></TD>
  39. <TD style="FONT-SIZE: 9pt; WIDTH: 26px" noWrap align="right">
  40. <asp:RangeValidator id="RangeValidator1" runat="server" ErrorMessage="请输入1900--2050年!" MaximumValue="2050" MinimumValue="1900" Type="Integer" ControlToValidate="txtYear">#</asp:RangeValidator>月
  41. </TD>
  42. <TD style="WIDTH: 72px"><asp:dropdownlist id="dropMonth" runat="server" Width="142px" AutoPostBack="True" Height="23px" Font-Size="X-Small">
  43. <asp:ListItem Value="一月">一月</asp:ListItem>
  44. <asp:ListItem Value="二月">二月</asp:ListItem>
  45. <asp:ListItem Value="三月">三月</asp:ListItem>
  46. <asp:ListItem Value="四月">四月</asp:ListItem>
  47. <asp:ListItem Value="五月">五月</asp:ListItem>
  48. <asp:ListItem Value="六月">六月</asp:ListItem>
  49. <asp:ListItem Value="七月">七月</asp:ListItem>
  50. <asp:ListItem Value="八月">八月</asp:ListItem>
  51. <asp:ListItem Value="九月">九月</asp:ListItem>
  52. <asp:ListItem Value="十月">十月</asp:ListItem>
  53. <asp:ListItem Value="十一月">十一月</asp:ListItem>
  54. <asp:ListItem Value="十二月">十二月</asp:ListItem>
  55. </asp:dropdownlist></TD>
  56. <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>
  57. </TR>
  58. </TABLE>
  59. </TD>
  60. </TR>
  61. </TABLE>
  62. </TD>
  63. </TR>
  64. <TR>
  65. <TD vAlign="top" noWrap align="middle">
  66. <TABLE style="WIDTH: 95%; HEIGHT: 100%" cellSpacing="0" cellPadding="0" border="0">
  67. <TR>
  68. <TD vAlign="top" noWrap style="FONT-SIZE: 9pt">
  69. <TABLE cellSpacing="0" cellPadding="0" width="100%" border="0">
  70. <TR>
  71. <TD class="tttable" noWrap height="10"></TD>
  72. <TD style="WIDTH: 1px" noWrap height="10"></TD>
  73. <TD class="td" noWrap align="right" height="10"></TD>
  74. </TR>
  75. <TR>
  76. <TD class="tttable" noWrap style="FONT-SIZE: 9pt">日程列表
  77. <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>
  78. <TD style="WIDTH: 1px" noWrap></TD>
  79. <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">&nbsp;按月</asp:linkbutton>&nbsp;
  80. <asp:linkbutton id="cmdWeek" runat="server" Font-Size="X-Small"><img src="../img/week.gif" border="0" align="absbottom">&nbsp;按周</asp:linkbutton>&nbsp;
  81. <asp:linkbutton id="cmdDay" runat="server" Font-Size="X-Small"><img src="../img/day.gif" border="0" align="absbottom">&nbsp;按天</asp:linkbutton></TD>
  82. </TR>
  83. </TABLE>
  84. <asp:calendar id=calSchedule runat="server" Width="100%" Height="92%" SelectedDate="<%#GetDate()%>" BackColor="Transparent" BorderColor="#999999" 
  85. ShowGridLines="True" PrevMonthText="&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;<img src=../img/left_arrow.gif alt=上一月 border=0 />上一月" 
  86. NextMonthText="下一月<img src=../img/right_arrow.gif alt=下一月 border=0 />&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;" BorderStyle="None" 
  87. DayNameFormat="Full" OnDayRender="calSchedule_DayRender" Font-Size="X-Small">
  88. <TodayDayStyle BorderWidth="2px" BorderStyle="Solid" BorderColor="CornflowerBlue" BackColor="#F0F0E8"></TodayDayStyle>
  89. <DayStyle Font-Bold="True" HorizontalAlign="Left" VerticalAlign="Top"></DayStyle>
  90. <NextPrevStyle ForeColor="#223399" CssClass="td"></NextPrevStyle>
  91. <DayHeaderStyle Font-Size="13px" Height="10px" BackColor="#F0F0E8"></DayHeaderStyle>
  92. <TitleStyle CssClass="headcenter" Height="10px"></TitleStyle>
  93. <WeekendDayStyle ForeColor="Red"></WeekendDayStyle>
  94. </asp:calendar></TD>
  95. </TR>
  96. </TABLE>
  97. <hr>
  98. </TD>
  99. </TR>
  100. </TABLE></FONT>
  101. </form>
  102. </body>
  103. </HTML>