Manage.aspx
上传用户:cha0314
上传日期:2014-03-02
资源大小:12522k
文件大小:9k
源码类别:

C#编程

开发平台:

C#

  1. <%@ Page language="c#" Codebehind="Manage.aspx.cs" AutoEventWireup="false" Inherits="UDS.SubModule.Schedule.Manage" %>
  2. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
  3. <HTML>
  4. <HEAD>
  5. <title>任务管理</title>
  6. <meta content="Microsoft Visual Studio 7.0" name="GENERATOR">
  7. <meta content="C#" name="CODE_LANGUAGE">
  8. <meta content="JavaScript" name="vs_defaultClientScript">
  9. <meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
  10. <script language="JavaScript" src="../../Css/calendar.js"></script>
  11. <LINK href="../../Css/BasicLayout.css" type="text/css" rel="stylesheet">
  12. <script lang="javascript">
  13. function ProjectSelect()
  14. {
  15. var ret;
  16. ret = window.showModalDialog("../UnitiveDocument/Mail/TreeView.aspx",window,"dialogHeight:400px;dialogWidth:300px;center:Yes;Help:No;Resizable:No;Status:Yes;Scroll:auto;Status:no;");
  17. if(ret>0)
  18. return false;
  19. }
  20. </script>
  21. </HEAD>
  22. <body topMargin="0" rightMargin="0" MS_POSITIONING="GridLayout">
  23. <form id="Manage" method="post" runat="server">
  24. <table cellSpacing="0" cellPadding="0" width="100%" border="0">
  25. <tr>
  26. <td vAlign="top" height="30"><TABLE borderColor="#111111" height="1" cellSpacing="0" cellPadding="0" width="100%" border="0">
  27. <TR height="30">
  28. <TD class="GbText" width="20" background="../../Images/treetopbg.jpg" bgColor="#c0d9e6"
  29. align="right"><FONT color="#003366" size="3"><IMG height="16" src="../../DataImages/MyTask.gif" width="16"></FONT></TD>
  30. <TD class="GbText" background="../../Images/treetopbg.jpg" bgColor="#e8f4ff" width="60"
  31. align="right">我的任务</TD>
  32. <TD class="GbText" background="../../Images/treetopbg.jpg" bgColor="#e8f4ff" align="right"><FONT face="宋体">&nbsp;&nbsp;&nbsp;</FONT></TD>
  33. </TR>
  34. </TABLE>
  35. </td>
  36. </tr>
  37. </table>
  38. &nbsp;<TABLE id="Table2" style="WIDTH: 765px; BORDER-COLLAPSE: collapse; HEIGHT: 546px" borderColor="#003399"
  39. cellSpacing="0" cellPadding="0" width="765" border="1" height="546">
  40. <TR>
  41. <TD vAlign="top">
  42. <FONT face="宋体">
  43. <P><IMG alt="" src="../../Images/Schedule_logo.gif">
  44. <asp:label id="Label9" runat="server" Height="22px" Width="109px" Font-Size="X-Small" Font-Bold="True">任务新增</asp:label></P>
  45. <TABLE class="gbtext" id="Table3" style="BORDER-COLLAPSE: collapse" borderColor="#003399"
  46. cellSpacing="0" cellPadding="0" width="500" border="1">
  47. <TR>
  48. <TD style="WIDTH: 339px" width="339" height="26">&nbsp;<asp:label id="Label6" runat="server">任 务 主 题</asp:label></TD>
  49. <TD style="WIDTH: 187px">&nbsp;
  50. <asp:textbox id="txtSubject" runat="server" CssClass="input2" Width="99px"></asp:textbox><asp:requiredfieldvalidator id="RequiredFieldValidator1" runat="server" Font-Size="X-Small" ErrorMessage="*"
  51. ControlToValidate="txtSubject"></asp:requiredfieldvalidator></TD>
  52. <TD style="WIDTH: 124px" width="124">&nbsp;<asp:label id="Label7" runat="server">创 建 人 员</asp:label></TD>
  53. <TD>&nbsp;
  54. <asp:label id="lblArrangedBy" runat="server"></asp:label></TD>
  55. </TR>
  56. <TR>
  57. <TD style="WIDTH: 339px; HEIGHT: 42px" height="42">&nbsp;<asp:label id="Label2" runat="server">所 属 项 目</asp:label></TD>
  58. <TD style="WIDTH: 187px; HEIGHT: 42px">&nbsp; <INPUT class=InputCss style="WIDTH: 120px; HEIGHT: 22px" readOnly type=text size=14 value="<%=GetClassName() %>" name=txtProjectName 
  59.              width="20"> <INPUT class="greenbuttoncss" style="WIDTH: 18px; HEIGHT: 17px" onclick="ProjectSelect()"
  60. type="button" value="▼"></TD>
  61. <TD style="WIDTH: 124px; HEIGHT: 42px">&nbsp;<asp:label id="Label1" runat="server">任 务 属 性</asp:label></TD>
  62. <TD style="HEIGHT: 42px"><asp:radiobuttonlist id="rbAttribute" runat="server" Height="20px" Width="166px" Font-Size="X-Small"
  63. AutoPostBack="True" RepeatDirection="Horizontal"></asp:radiobuttonlist></TD>
  64. </TR>
  65. <TR>
  66. <TD style="WIDTH: 339px; HEIGHT: 36px" height="36">&nbsp;<asp:label id="Label3" runat="server">开 始 时 间</asp:label></TD>
  67. <TD style="WIDTH: 187px; HEIGHT: 36px">&nbsp;<asp:textbox id="txtBeginDate" runat="server" CssClass="input2" Width="68px"></asp:textbox>
  68. <INPUT class="greenbuttoncss" style="WIDTH: 18px; HEIGHT: 17px" onclick="calendar(document.all.txtBeginDate);document.Manage.txtEndDate.value=document.Manage.txtBeginDate.value;"
  69. type="button" value="▼">
  70. <asp:dropdownlist id="listBeginTime" runat="server"></asp:dropdownlist></TD>
  71. <TD style="WIDTH: 124px; HEIGHT: 36px">&nbsp;<asp:label id="Label4" runat="server">结 束 时 间</asp:label></TD>
  72. <TD style="HEIGHT: 36px">&nbsp;<asp:textbox id="txtEndDate" runat="server" CssClass="input2" Width="68px"></asp:textbox><INPUT class="greenbuttoncss" style="WIDTH: 18px; HEIGHT: 16px" onclick="calendar(document.all.txtEndDate)"
  73. type="button" value="▼">
  74. <asp:dropdownlist id="listEndTime" runat="server"></asp:dropdownlist></TD>
  75. </TR>
  76. <TR>
  77. <TD style="WIDTH: 339px" height="26"></TD>
  78. <TD colSpan="3"><asp:checkbox id="cbIsAllDay" runat="server" Text="全天事件" AutoPostBack="True"></asp:checkbox><asp:checkbox id="cbIsRepeat" runat="server" Text="循环此时段" AutoPostBack="True"></asp:checkbox>&nbsp;</TD>
  79. </TR>
  80. <TR>
  81. <TD style="WIDTH: 339px" height="26">&nbsp;<asp:label id="lblType" runat="server">任 务 类 型</asp:label></TD>
  82. <TD colSpan="3"><asp:radiobuttonlist id="rbType" runat="server" Width="285px" Font-Size="X-Small" RepeatDirection="Horizontal"
  83. RepeatColumns="4"></asp:radiobuttonlist></TD>
  84. </TR>
  85. <TR>
  86. <TD style="WIDTH: 339px" height="26">&nbsp;<asp:label id="Label5" runat="server">执 行 人 员</asp:label></TD>
  87. <TD colSpan="3">
  88. <TABLE class="gbtext" id="Table4" cellSpacing="0" cellPadding="0" width="396" border="0"
  89. style="WIDTH: 396px; HEIGHT: 25px">
  90. <TR>
  91. <TD align="center" width="80"><asp:checkbox id="cbNeedCo" runat="server" Text="需要协同" AutoPostBack="True"></asp:checkbox></TD>
  92. <TD align="center" width="115" style="WIDTH: 115px"><asp:listbox id="listCooperator" runat="server" CssClass="inputcss" Height="80px" Width="120px"
  93. Visible="False" SelectionMode="Multiple"></asp:listbox></TD>
  94. <TD align="center" width="143" style="WIDTH: 143px"><asp:button id="btnAddUser" runat="server" CssClass="redbuttoncss" Text=">>" Visible="False"></asp:button><BR>
  95. <asp:CheckBox id="cbRemind" runat="server" Text="站内短消息提醒" Font-Size="X-Small" Visible="False"></asp:CheckBox></TD>
  96. </TR>
  97. </TABLE>
  98. </TD>
  99. </TR>
  100. <TR>
  101. <TD style="WIDTH: 339px" height="26">&nbsp;<asp:label id="Label14" runat="server">提 醒 功 能</asp:label></TD>
  102. <TD colSpan="3">&nbsp;提前
  103. <asp:dropdownlist id="listAheadMin" runat="server">
  104. <asp:ListItem Value="10分钟" Selected="True">10分钟</asp:ListItem>
  105. <asp:ListItem Value="15分钟">15分钟</asp:ListItem>
  106. <asp:ListItem Value="20分钟">20分钟</asp:ListItem>
  107. <asp:ListItem Value="30分钟">30分钟</asp:ListItem>
  108. <asp:ListItem Value="60分钟">60分钟</asp:ListItem>
  109. </asp:dropdownlist>提醒</TD>
  110. </TR>
  111. <TR>
  112. <TD style="WIDTH: 339px">&nbsp;<asp:label id="Label10" runat="server">任 务 详 情</asp:label></TD>
  113. <TD colSpan="3"><asp:textbox id="txtDetail" runat="server" Height="120px" Width="400px" TextMode="MultiLine"></asp:textbox></TD>
  114. </TR>
  115. </TABLE>
  116. <P>
  117. </FONT><FONT face="宋体">
  118. <asp:label id="lblMsg" runat="server" Font-Size="Smaller" ForeColor="Red"></asp:label><INPUT 
  119.       class=InputCss style="WIDTH: 29px; HEIGHT: 22px" type=hidden size=1 
  120.       value="<%=ClassID %>" name=hdnProjectID 
  121.       DESIGNTIMEDRAGDROP="490" width="20"><input type=hidden 
  122.       value="<%=UnameStr%>" name=unamestr></FONT> </P>
  123. <P><FONT face="宋体">
  124. <asp:button id="btnSubmit" runat="server" Width="80px" Text="提      交" Height="22px" CssClass="blueButtonCss"></asp:button>&nbsp;&nbsp;&nbsp;&nbsp;
  125. <asp:button id="btnCheck" runat="server" Width="80px" Text="检测冲突" Height="22px" CssClass="blueButtonCss"></asp:button></FONT></P>
  126. </TD>
  127. <TD vAlign="top"><input type="hidden" value="schedule" name="actflag"><IFRAME id="DayTaskFrm" frameBorder="0" width="100%" scrolling="auto" height="100%" runat="server"
  128. style="WIDTH: 91.48%; HEIGHT: 480px"> </IFRAME>
  129. </TD>
  130. </TR>
  131. </TABLE>
  132. </form>
  133. </body>
  134. </HTML>