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

OA系统

开发平台:

C#

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="ActivateWorkflow.aspx.cs" Inherits="OThinker.H3.Portal.ActivateWorkflow" %>
  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.     <meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
  7. <meta name="CODE_LANGUAGE" Content="C#">
  8. <meta name="vs_defaultClientScript" content="JavaScript">
  9. <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
  10. <link rel="stylesheet" type="text/css" href="css/style.CSS">
  11. <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
  12. </head>
  13. <body leftmargin="0" topmargin="0">
  14.     <form id="form1" runat="server">
  15.     <div>
  16.     <table cellpadding="0" cellspacing="0" width="100%">
  17.             <tr>
  18.                 <td background="images/Top_4.gif" height="29">
  19.                     <table align="center" border="0" cellpadding="0" cellspacing="0" width="98%">
  20.                         <tr>
  21.                             <td width="2%">
  22.                                 <img height="16" src="images/Top_5.gif" width="14" /></td>
  23.                             <td class="bigfont">
  24.                                 激活工作流</td>
  25.                         </tr>
  26.                     </table>
  27.                 </td>
  28.             </tr>
  29.         </table>
  30.         <table border="0" cellpadding="0" cellspacing="0" width="100%">
  31.             <tr>
  32.                 <td bgcolor="#e0e6f6" height="24">
  33.                     <img height="11" src="images/save.gif" width="16" />
  34.                     <asp:LinkButton ID="btnSubmit" runat="server" OnClick="btnSubmit_Click">确定</asp:LinkButton></td>
  35.             </tr>
  36.             <tr>
  37.             <td>
  38.         <table>
  39.             <tr valign="top">
  40.                 <td>
  41.                     <asp:Label ID="Label1" runat="server">模板类型</asp:Label></td>
  42.                 <td>
  43.                     <asp:DropDownList ID="lstWorkflowPackage" runat="server" OnSelectedIndexChanged="lstWorkflowPackage_SelectedIndexChanged"
  44.                         Width="150px" AutoPostBack="True">
  45.                     </asp:DropDownList></td>
  46.             </tr>
  47.             <tr valign="top">
  48.                 <td>
  49.                     <p>
  50.                         <asp:Label ID="Label3" runat="server">模板名称</asp:Label></p>
  51.                 </td>
  52.                 <td>
  53.                     <asp:ListBox ID="lstWorkflowName" runat="server" Height="129px" OnSelectedIndexChanged="lstWorkflowName_SelectedIndexChanged"
  54.                         Width="149px" AutoPostBack="True"></asp:ListBox></td>
  55.             </tr>
  56.             <tr valign="top">
  57.                 <td>
  58.                     <asp:Label ID="Label8" runat="server" Text="状态"></asp:Label></td>
  59.                 <td>
  60.                     <asp:CheckBox ID="chkOriginatorVisible" runat="server" Text="发起可见" /><br />
  61.                     <asp:CheckBox ID="chkSearchWorkItemVisible" runat="server" Text="查找工作项可见" /><br />
  62.                     <asp:CheckBox ID="chkPerformanceReportVisible" runat="server" Text="统计性能报表可见" /><br />
  63.                     <asp:CheckBox ID="chkSearchInstanceVisible" runat="server" Text="查询流程可见" /></td>
  64.             </tr>
  65.         </table>
  66.                 &nbsp;&nbsp;&nbsp;
  67.     </td></tr>
  68.     </table>
  69.     </div>
  70.     </form>
  71. </body>
  72. </html>