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

Email客户端

开发平台:

Visual C++

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="WorkSum.aspx.cs" Inherits="Module_Employee_ProRes_WorkSum" %>
  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/worksum.jpg); background-repeat: no-repeat;">
  8.     <form id="form1" runat="server">
  9.     <div style="vertical-align: middle; text-align: center">
  10.         <br />
  11.         &nbsp;</div>
  12.         <table cellpadding="0" cellspacing="0" style="vertical-align: middle; width: 605px;
  13.             text-align: center">
  14.             <tr>
  15.                 <td colspan="3" rowspan="3">
  16.                     <asp:Panel ID="Panel1" runat="server" Height="50px" Width="125px">
  17.                         <table cellpadding="0" cellspacing="0" style="vertical-align: middle; width: 605px;
  18.                             text-align: center">
  19.                             <tr>
  20.                                 <td colspan="4">
  21.                                     <table cellpadding="0" cellspacing="0" style="width: 600px">
  22.                                         <tr>
  23.                                             <td style="width: 100px; height: 23px">
  24.                                                 <span style="font-size: 9pt">查找类别</span></td>
  25.                                             <td style="width: 120px; height: 23px; text-align: left">
  26.                                                 <asp:DropDownList ID="dropClass" runat="server" Font-Size="9pt" Width="120px">
  27.                                                     <asp:ListItem>ID</asp:ListItem>
  28.                                                     <asp:ListItem>总结人员</asp:ListItem>
  29.                                                     <asp:ListItem>部门名称</asp:ListItem>
  30.                                                 </asp:DropDownList></td>
  31.                                             <td style="width: 100px; height: 23px">
  32.                                                 <span style="font-size: 9pt">关键字</span></td>
  33.                                             <td style="width: 120px; height: 23px; text-align: left">
  34.                                                 <asp:TextBox ID="txtKeyWord" runat="server" Font-Size="9pt" Width="120px"></asp:TextBox></td>
  35.                                             <td style="width: 12px; height: 23px">
  36.                                                 <asp:Button ID="btnFind" runat="server" Font-Size="9pt" OnClick="btnFind_Click" Text="查找" /></td>
  37.                                             <td style="height: 23px">
  38.                                                 <asp:LinkButton ID="lnkbtnAdd" runat="server" Font-Size="9pt" Font-Underline="False"
  39.                                                     ForeColor="#FF3333" OnClick="lnkbtnAdd_Click1">添加总结</asp:LinkButton></td>
  40.                                         </tr>
  41.                                     </table>
  42.                                 </td>
  43.                             </tr>
  44.                             <tr>
  45.                                 <td colspan="4" rowspan="2" style="height: 20px">
  46.                                     <asp:GridView ID="GridView1" runat="server" AllowPaging="True" AutoGenerateColumns="False"
  47.                                         Font-Size="9pt" OnPageIndexChanging="GridView1_PageIndexChanging" Width="100%">
  48.                                         <Columns>
  49.                                             <asp:BoundField DataField="ID" HeaderText="ID" />
  50.                                             <asp:BoundField DataField="Name" HeaderText="总结人员" />
  51.                                             <asp:BoundField DataField="DepName" HeaderText="部门名称" />
  52.                                             <asp:BoundField DataField="DoWhat" HeaderText="做了什么" />
  53.                                             <asp:BoundField DataField="FinishHow" HeaderText="完成情况" />
  54.                                             <asp:HyperLinkField DataNavigateUrlFields="ID" DataNavigateUrlFormatString="WorkSumInfo.aspx?ID={0}"
  55.                                                 HeaderText="查看详情" Text="查看" />
  56.                                         </Columns>
  57.                                     </asp:GridView>
  58.                                 </td>
  59.                             </tr>
  60.                             <tr>
  61.                             </tr>
  62.                         </table>
  63.                     </asp:Panel>
  64.                     <asp:Panel ID="Panel2" runat="server" Height="50px" Visible="False" Width="125px">
  65.                         <table cellpadding="0" cellspacing="0" style="width: 605px">
  66.                             <tr>
  67.                                 <td colspan="4" style="height: 19px">
  68.                                 </td>
  69.                             </tr>
  70.                             <tr>
  71.                                 <td colspan="4" style="height: 19px">
  72.                                     <span style="font-size: 16pt"></span></td>
  73.                             </tr>
  74.                             <tr>
  75.                                 <td style="width: 100px; height: 19px">
  76.                                     <span style="font-size: 9pt">总结人员</span></td>
  77.                                 <td style="width: 200px; height: 19px; text-align: left">
  78.                                     <asp:DropDownList ID="dropSumMan" runat="server" Font-Bold="False" Font-Size="9pt"
  79.                                         Width="156px">
  80.                                     </asp:DropDownList></td>
  81.                                 <td style="width: 100px; height: 19px">
  82.                                     <span style="font-size: 9pt">部门名称</span></td>
  83.                                 <td style="height: 19px; text-align: left">
  84.                                     <asp:DropDownList ID="dropDepName" runat="server" Font-Size="9pt" Width="156px">
  85.                                     </asp:DropDownList></td>
  86.                             </tr>
  87.                             <tr>
  88.                                 <td style="width: 100px; height: 19px">
  89.                                     <span style="font-size: 9pt">开始时间</span></td>
  90.                                 <td style="width: 200px; height: 19px; text-align: left">
  91.                                     <asp:TextBox ID="txtStartTime" runat="server" Font-Size="9pt" Width="150px"></asp:TextBox>
  92.                                     <asp:CompareValidator ID="CompareValidator1" runat="server" ControlToValidate="txtStartTime"
  93.                                         ErrorMessage="格式:yyyy-mm-dd" Operator="DataTypeCheck" Type="Date" Width="3px">*</asp:CompareValidator></td>
  94.                                 <td style="width: 100px; height: 19px">
  95.                                     <span style="font-size: 9pt">结束时间</span></td>
  96.                                 <td style="height: 19px; text-align: left">
  97.                                     <asp:TextBox ID="txtEndTime" runat="server" Font-Size="9pt" Width="150px"></asp:TextBox>
  98.                                     <asp:CompareValidator ID="CompareValidator2" runat="server" ControlToValidate="txtEndTime"
  99.                                         ErrorMessage="格式:yyyy-mm-dd" Operator="DataTypeCheck" Type="Date" Width="3px">*</asp:CompareValidator></td>
  100.                             </tr>
  101.                             <tr>
  102.                                 <td style="width: 100px; height: 19px">
  103.                                     <span style="font-size: 9pt">做了什么</span></td>
  104.                                 <td style="width: 200px; height: 19px; text-align: left">
  105.                                     <asp:TextBox ID="txtDoWhat" runat="server" Font-Size="9pt" Width="150px" MaxLength="100"></asp:TextBox></td>
  106.                                 <td style="width: 100px; height: 19px">
  107.                                     <span style="font-size: 9pt">完成程度</span></td>
  108.                                 <td style="height: 19px; text-align: left">
  109.                                     <asp:TextBox ID="txtFinishWhat" runat="server" Font-Size="9pt" Width="150px" MaxLength="100"></asp:TextBox><span
  110.                                         style="font-size: 9pt; color: #ff3300">(如100%)</span></td>
  111.                             </tr>
  112.                             <tr>
  113.                                 <td style="height: 20px">
  114.                                     <span style="font-size: 9pt">工作描述</span></td>
  115.                                 <td colspan="3" rowspan="2" style="text-align: left">
  116.                                     <asp:TextBox ID="txtContent" runat="server" Font-Size="9pt" Height="120px" TextMode="MultiLine"
  117.                                         Width="450px" MaxLength="500"></asp:TextBox></td>
  118.                             </tr>
  119.                             <tr>
  120.                                 <td style="height: 85px">
  121.                                 </td>
  122.                             </tr>
  123.                             <tr>
  124.                                 <td colspan="4">
  125.                                     <asp:Button ID="btnOK" runat="server" Font-Size="9pt" OnClick="btnOK_Click" Text="提交" />
  126.                                     <input id="Reset1" style="font-size: 9pt" type="reset" value="重置" />
  127.                                     <asp:Button ID="btnBack" runat="server" Font-Size="9pt" OnClick="btnBack_Click" Text="返回" /><br />
  128.                                     <asp:ValidationSummary ID="ValidationSummary1" runat="server" Font-Size="9pt" ShowMessageBox="True"
  129.                                         ShowSummary="False" />
  130.                                 </td>
  131.                             </tr>
  132.                         </table>
  133.                     </asp:Panel>
  134.                 </td>
  135.             </tr>
  136.             <tr>
  137.             </tr>
  138.             <tr>
  139.             </tr>
  140.         </table>
  141.     </form>
  142. </body>
  143. </html>