MyInstance2.aspx
资源名称:H3_OA.rar [点击查看]
上传用户:li2971742
上传日期:2021-11-18
资源大小:39096k
文件大小:3k
源码类别:
OA系统
开发平台:
C#
- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="MyInstance2.aspx.cs" Inherits="OThinker.H3.Portal.MyInstance2" %>
- <%@ Register TagPrefix="cc1" Namespace="OThinker.H3.Portal" %>
- <%@ Register Assembly="OThinker.H3.WorkSheet" Namespace="OThinker.H3.WorkSheet" TagPrefix="SheetControls" %>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" >
- <head runat="server">
- <title>我的流程</title>
- <meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
- <meta name="CODE_LANGUAGE" Content="C#">
- <meta name="vs_defaultClientScript" content="JavaScript">
- <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
- <LINK href="css/style.CSS" type="text/css" rel="stylesheet">
- <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
- </head>
- <body leftmargin="0" topmargin="0">
- <form id="form1" runat="server">
- <table width="100%" class="ms-vb2" cellpadding="0" cellspacing="0">
- <tr>
- <td width="100%" height="29" background="images/Top_4.gif">
- <table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">
- <tr>
- <td width="2%"><img src="images/Top_5.gif" width="14" height="16"></td>
- <td class="bigfont">流程</td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- <table width="100%" class="ms-vb2" cellpadding="0" cellspacing="0">
- <tr>
- <td>
- <table>
- <tr>
- <td>
- <asp:DropDownList ID="lstWorkflowPackage" runat="server" AutoPostBack="True" OnSelectedIndexChanged="lstWorkflowPackage_SelectedIndexChanged" Width="105px">
- </asp:DropDownList>
- </td>
- <td>
- <asp:DropDownList ID="lstWorkflowName" runat="server" Width="105px">
- </asp:DropDownList></td>
- <td>
- <asp:DropDownList ID="lstState" runat="server" Width="72px">
- <asp:ListItem Value="All">所有状态</asp:ListItem>
- <asp:ListItem Value="Unfinished">未完成</asp:ListItem>
- <asp:ListItem Value="Finished">已完成</asp:ListItem>
- </asp:DropDownList><asp:DropDownList ID="lstScope" runat="server">
- <asp:ListItem Value="Originate">我发起</asp:ListItem>
- <asp:ListItem Value="Handle">我经办</asp:ListItem>
- </asp:DropDownList><SheetControls:DropDownTime ID="StartTime" runat="server" Width="70px" Modal="Date" /></td>
- <td><SheetControls:DropDownTime ID="EndTime" runat="server" Width="70px" Modal="Date" /></td>
- <td>
- <asp:TextBox ID="txtKeyword" runat="server" Width="100px" /></td>
- <td>
- <asp:LinkButton ID="btnSearch" runat="server" OnClick="btnSearch_Click">搜索</asp:LinkButton></td>
- </tr>
- </table>
- <cc1:InstanceGridView id="InstanceGridView" runat="server" Width="100%">
- <PagerStyle Mode="NumericPages" />
- <HeaderStyle BackColor="#8080FF" ForeColor="White" Font-Bold="True" />
- <AlternatingItemStyle BackColor="Azure" />
- </cc1:InstanceGridView>
- </td></tr>
- </table>
- </form>
- </body>
- </html>