ActivateWorkflow.aspx
资源名称:H3_OA.rar [点击查看]
上传用户:li2971742
上传日期:2021-11-18
资源大小:39096k
文件大小:3k
源码类别:
OA系统
开发平台:
C#
- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="ActivateWorkflow.aspx.cs" Inherits="OThinker.H3.Portal.ActivateWorkflow" %>
- <!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 rel="stylesheet" type="text/css" href="css/style.CSS">
- <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
- </head>
- <body leftmargin="0" topmargin="0">
- <form id="form1" runat="server">
- <div>
- <table cellpadding="0" cellspacing="0" width="100%">
- <tr>
- <td background="images/Top_4.gif" height="29">
- <table align="center" border="0" cellpadding="0" cellspacing="0" width="98%">
- <tr>
- <td width="2%">
- <img height="16" src="images/Top_5.gif" width="14" /></td>
- <td class="bigfont">
- 激活工作流</td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- <table border="0" cellpadding="0" cellspacing="0" width="100%">
- <tr>
- <td bgcolor="#e0e6f6" height="24">
- <img height="11" src="images/save.gif" width="16" />
- <asp:LinkButton ID="btnSubmit" runat="server" OnClick="btnSubmit_Click">确定</asp:LinkButton></td>
- </tr>
- <tr>
- <td>
- <table>
- <tr valign="top">
- <td>
- <asp:Label ID="Label1" runat="server">模板类型</asp:Label></td>
- <td>
- <asp:DropDownList ID="lstWorkflowPackage" runat="server" OnSelectedIndexChanged="lstWorkflowPackage_SelectedIndexChanged"
- Width="150px" AutoPostBack="True">
- </asp:DropDownList></td>
- </tr>
- <tr valign="top">
- <td>
- <p>
- <asp:Label ID="Label3" runat="server">模板名称</asp:Label></p>
- </td>
- <td>
- <asp:ListBox ID="lstWorkflowName" runat="server" Height="129px" OnSelectedIndexChanged="lstWorkflowName_SelectedIndexChanged"
- Width="149px" AutoPostBack="True"></asp:ListBox></td>
- </tr>
- <tr valign="top">
- <td>
- <asp:Label ID="Label8" runat="server" Text="状态"></asp:Label></td>
- <td>
- <asp:CheckBox ID="chkOriginatorVisible" runat="server" Text="发起可见" /><br />
- <asp:CheckBox ID="chkSearchWorkItemVisible" runat="server" Text="查找工作项可见" /><br />
- <asp:CheckBox ID="chkPerformanceReportVisible" runat="server" Text="统计性能报表可见" /><br />
- <asp:CheckBox ID="chkSearchInstanceVisible" runat="server" Text="查询流程可见" /></td>
- </tr>
- </table>
-
- </td></tr>
- </table>
- </div>
- </form>
- </body>
- </html>