TaskAllInfo.aspx
上传用户:shjujing
上传日期:2022-07-28
资源大小:11244k
文件大小:7k
源码类别:

Email客户端

开发平台:

Visual C++

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="TaskAllInfo.aspx.cs" Inherits="Module_ProRes_TaskAllInfo" %>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" >
  4. <head runat="server">
  5.     <title>部门任务详细信息</title>
  6. </head>
  7. <body style="vertical-align: middle; text-align: center; background-image: url(../../Images/SysSkin/taskallinfo.jpg); background-repeat: no-repeat;">
  8.     <form id="form1" runat="server">
  9.     <div>
  10.         <br />
  11.         <br />
  12.         <br />
  13.         <br />
  14.         <br />
  15.         <br />
  16.         <br />
  17.         <table cellpadding="0" cellspacing="0" style="width: 605px">
  18.             <tr>
  19.                 <td style="height: 21px">
  20.                     <span style="font-size: 9pt">下达者</span></td>
  21.                 <td style="font-size: 12pt; width: 191px; height: 21px; text-align: left">
  22.                     <asp:Panel ID="Panel2" runat="server" Width="125px">
  23.                         <asp:TextBox ID="txtRePro" runat="server" ReadOnly="True" Width="140px"></asp:TextBox></asp:Panel>
  24.                     <asp:Panel ID="Panel3" runat="server" Visible="False" Width="125px">
  25.                     <asp:DropDownList ID="dropRePro" runat="server" Font-Size="9pt" Width="145px" Height="15px">
  26.                     </asp:DropDownList></asp:Panel>
  27.                 </td>
  28.                 <td style="font-size: 12pt; width: 130px; height: 21px">
  29.                     <span style="font-size: 9pt">接受者</span></td>
  30.                 <td style="font-size: 9pt; height: 21px; text-align: left">
  31.                     <asp:Panel ID="Panel4" runat="server" Width="125px">
  32.                         <asp:TextBox ID="txtAcceptPro" runat="server" ReadOnly="True" Width="140px"></asp:TextBox></asp:Panel>
  33.                     <asp:Panel ID="Panel5" runat="server" Visible="False" Width="125px">
  34.                     <asp:DropDownList ID="dropAcceptPro" runat="server" Font-Size="9pt" Width="145px">
  35.                     </asp:DropDownList></asp:Panel>
  36.                 </td>
  37.             </tr>
  38.             <tr>
  39.                 <td>
  40.                     <span style="font-size: 9pt">任务开始时间</span></td>
  41.                 <td style="text-align: left; width: 191px;">
  42.                     <asp:TextBox ID="txtStartTime" runat="server" Font-Size="9pt" Width="140px" ReadOnly="True"></asp:TextBox><span
  43.                         style="font-size: 9pt"> </span>
  44.                     <asp:CompareValidator ID="CompareValidator1" runat="server" ControlToValidate="txtStartTime"
  45.                         ErrorMessage="格式:yyyy-mm-dd" Operator="DataTypeCheck" Type="Date" Width="3px">*</asp:CompareValidator></td>
  46.                 <td style="font-size: 9pt">
  47.                     <span>任务结束时间</span></td>
  48.                 <td style="font-size: 12pt; text-align: left">
  49.                     <asp:TextBox ID="txtEndTime" runat="server" Font-Size="9pt" Width="138px" ReadOnly="True"></asp:TextBox>
  50.                     <asp:CompareValidator ID="CompareValidator2" runat="server" ControlToValidate="txtEndTime"
  51.                         ErrorMessage="格式:yyyy-mm-dd" Operator="DataTypeCheck" Type="Date" Width="3px">*</asp:CompareValidator></td>
  52.             </tr>
  53.             <tr style="font-size: 12pt">
  54.                 <td>
  55.                     <span style="font-size: 9pt">完成程度</span></td>
  56.                 <td style="text-align: left; width: 191px;">
  57.                     <asp:TextBox ID="txtComPitch" runat="server" Font-Size="9pt" Width="140px" ReadOnly="True"></asp:TextBox><span
  58.                         style="font-size: 9pt; color: #ff3300">(如50%)</span></td>
  59.                 <td>
  60.                     <span style="font-size: 9pt">重要性</span></td>
  61.                 <td style="text-align: left">
  62.                     <asp:DropDownList ID="dropImport" runat="server" Font-Size="9pt" Width="145px">
  63.                         <asp:ListItem>不重要</asp:ListItem>
  64.                         <asp:ListItem>一般</asp:ListItem>
  65.                         <asp:ListItem>非常重要</asp:ListItem>
  66.                     </asp:DropDownList></td>
  67.             </tr>
  68.             <tr style="font-size: 12pt">
  69.                 <td>
  70.                     <span style="font-size: 9pt">下达时间</span></td>
  71.                 <td style="text-align: left; width: 191px;">
  72.                     <asp:TextBox ID="txtReleaseTime" runat="server" Font-Size="9pt" Width="140px" ReadOnly="True"></asp:TextBox>
  73.                     <asp:CompareValidator ID="CompareValidator3" runat="server" ControlToValidate="txtReleaseTime"
  74.                         ErrorMessage="格式:yyyy-mm-dd" Operator="DataTypeCheck" Type="Date" Width="3px">*</asp:CompareValidator></td>
  75.                 <td>
  76.                 </td>
  77.                 <td style="text-align: left">
  78.                 </td>
  79.             </tr>
  80.             <tr>
  81.                 <td style="height: 19px">
  82.                     <span style="font-size: 9pt">任务描述</span></td>
  83.                 <td colspan="3" rowspan="2" style="text-align: left">
  84.                     <asp:TextBox ID="txtDescription" runat="server" Font-Size="9pt" Height="149px" TextMode="MultiLine"
  85.                         Width="441px" ReadOnly="True"></asp:TextBox></td>
  86.             </tr>
  87.             <tr>
  88.                 <td style="height: 101px">
  89.                 </td>
  90.             </tr>
  91.             <tr>
  92.                 <td style="height: 22px" colspan="4">
  93.                     <table cellpadding="0" cellspacing="0" style="width: 113px; height: 1px">
  94.                         <tr>
  95.                             <td colspan="2" style="vertical-align: top; width: 192px; height: 43px; text-align: center">
  96.                                 <asp:Panel ID="Panel1" runat="server" Height="15px" Visible="False" Width="125px">
  97.                                     <asp:Button ID="btnEdit" runat="server" CausesValidation="False" Font-Size="9pt"
  98.                                         OnClick="btnOK_Click" Text="编辑" />
  99.                                     <asp:Button ID="btnDelete" runat="server" Enabled="False" Font-Size="9pt" OnClick="btnDelete_Click"
  100.                                         Text="删除" />
  101.                                     <asp:Button ID="btnSave" runat="server" Enabled="False" Font-Size="9pt" OnClick="btnSave_Click"
  102.                                         Text="保存" />
  103.                                 </asp:Panel>
  104.                             </td>
  105.                             <td style="vertical-align: top; width: 37px; height: 43px; text-align: center">
  106.                                 <asp:Button ID="btnBack" runat="server" CausesValidation="False" Font-Size="9pt"
  107.                                     OnClick="btnBack_Click" Text="返回" /></td>
  108.                         </tr>
  109.                     </table>
  110.                     <asp:ValidationSummary ID="ValidationSummary1" runat="server" Font-Size="9pt" ShowMessageBox="True"
  111.                         ShowSummary="False" />
  112.                 </td>
  113.             </tr>
  114.         </table>
  115.     
  116.     </div>
  117.     </form>
  118. </body>
  119. </html>