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

OA系统

开发平台:

C#

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="MyInstance2.aspx.cs" Inherits="OThinker.H3.Portal.MyInstance2" %>
  2. <%@ Register TagPrefix="cc1" Namespace="OThinker.H3.Portal" %>
  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>
  37.              </td>
  38.                 <td>
  39.              <asp:DropDownList ID="lstWorkflowName" runat="server" Width="105px">
  40.                     </asp:DropDownList></td>
  41.                 <td>
  42.                     <asp:DropDownList ID="lstState" runat="server" Width="72px">
  43.                         <asp:ListItem Value="All">所有状态</asp:ListItem>
  44.                         <asp:ListItem Value="Unfinished">未完成</asp:ListItem>
  45.                         <asp:ListItem Value="Finished">已完成</asp:ListItem>
  46.                     </asp:DropDownList><asp:DropDownList ID="lstScope" runat="server">
  47.                                 <asp:ListItem Value="Originate">我发起</asp:ListItem>
  48.                                 <asp:ListItem Value="Handle">我经办</asp:ListItem>
  49.                             </asp:DropDownList><SheetControls:DropDownTime ID="StartTime" runat="server" Width="70px" Modal="Date" /></td>
  50.                 <td><SheetControls:DropDownTime ID="EndTime" runat="server" Width="70px" Modal="Date" /></td>
  51.                         <td>
  52.                             <asp:TextBox ID="txtKeyword" runat="server" Width="100px" /></td>
  53.                         <td>
  54.                     <asp:LinkButton ID="btnSearch" runat="server" OnClick="btnSearch_Click">搜索</asp:LinkButton></td>
  55.             </tr>
  56.         </table>
  57.             <cc1:InstanceGridView id="InstanceGridView" runat="server" Width="100%">
  58.                 <PagerStyle Mode="NumericPages" />
  59.                 <HeaderStyle BackColor="#8080FF" ForeColor="White" Font-Bold="True" />
  60.                 <AlternatingItemStyle BackColor="Azure" />
  61.             </cc1:InstanceGridView>
  62.             </td></tr>
  63. </table>
  64.     </form>
  65. </body>
  66. </html>