MyWorkItem2.aspx
上传用户:li2971742
上传日期:2021-11-18
资源大小:39096k
文件大小:3k
源码类别:

OA系统

开发平台:

C#

  1. <%@ Register TagPrefix="cc1" Namespace="OThinker.H3.Portal" %>
  2. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="MyWorkItem2.aspx.cs" Inherits="OThinker.H3.Portal.MyWorkItem2" %>
  3. <%@ Register Assembly="OThinker.H3.WorkSheet" Namespace="OThinker.H3.WorkSheet" TagPrefix="SheetControls" %>
  4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  5. <html xmlns="http://www.w3.org/1999/xhtml" >
  6. <head runat="server">
  7.     <title>我的工作项</title>
  8. <meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
  9. <meta name="CODE_LANGUAGE" Content="C#">
  10. <meta name="vs_defaultClientScript" content="JavaScript">
  11. <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
  12. <LINK href="css/style.CSS" type="text/css" rel="stylesheet">
  13. <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
  14. </head>
  15. <body leftmargin="0" topmargin="0">
  16.     <form id="form1" runat="server">
  17.     <table width="100%" class="ms-vb2" cellpadding="0" cellspacing="0">
  18. <tr>
  19. <td width="100%" height="29" background="images/Top_4.gif">
  20. <table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">
  21. <tr>
  22. <td width="2%"><img src="images/Top_5.gif" width="14" height="16"></td>
  23. <td class="bigfont">工作项</td>
  24. </tr>
  25. </table>
  26.     </td>
  27. </tr>
  28. </table>
  29. <table width="100%" class="ms-vb2" cellpadding="0" cellspacing="0">
  30. <tr>
  31.     <td>
  32.         <table>
  33.             <tr>
  34.                 <td>
  35.                             <asp:DropDownList ID="lstWorkflowPackage" runat="server" AutoPostBack="True" OnSelectedIndexChanged="lstWorkflowPackage_SelectedIndexChanged" Width="105px">
  36.                             </asp:DropDownList><asp:DropDownList ID="lstWorkflowName" runat="server" Width="105px">
  37.                     </asp:DropDownList></td>
  38.                 <td>
  39.                             <SheetControls:DropDownTime ID="StartTime" runat="server" Width="70px" Modal="Date" />
  40.                             <SheetControls:DropDownTime ID="EndTime" runat="server" Width="70px" 
  41.                                 Modal="Date" /></td>
  42.                 <td>
  43.                             <asp:TextBox ID="txtName" runat="server" Width="91px"></asp:TextBox></td>
  44.                         <td>
  45.                     <asp:LinkButton ID="btnSearch" runat="server" OnClick="btnSearch_Click">搜索</asp:LinkButton></td>
  46.             </tr>
  47.         </table>
  48.                         <cc1:WorkItemGrid id="WorkItemGrid" runat="server" Width="100%">
  49.                             <PagerStyle Mode="NumericPages" />
  50.                             <HeaderStyle Font-Bold="True" BackColor="#8080FF" ForeColor="White" />
  51.                             <AlternatingItemStyle BackColor="Azure" />
  52. </cc1:WorkItemGrid></td></tr>
  53. </table>
  54.     </form>
  55. </body>
  56. </html>