- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="WorkFlowEdit.aspx.cs" Inherits="WorkFlow_WorkFlowEdit" %>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
- <html>
- <head>
- <link href="../css/main.css" type="text/css" rel="stylesheet">
- </head>
- <SCRIPT language="JavaScript" src="../js/calendar.js"></SCRIPT>
- <body bottommargin="0" leftmargin="0" topmargin="0" rightmargin="0">
- <form runat="server" id="fm1">
- <br>
- <table class="usertableborder" cellspacing="1" cellpadding="3" width="96%" align="center"
- border="0">
- <tr>
- <th colspan="3" style="height: 25px">
- 编辑流程基本属性</th>
- </tr>
- <tr>
- <td class="usertablerow2" align="left" style="height: 32px;" colspan="2">
- <table align="center" bgcolor="#000000" border="0" cellpadding="2" cellspacing="1"
- class="small" width="90%">
- <tr>
- <th class="usertablerow2" colspan="2">
- <img align="absMiddle" src="../images/plus.gif" />
- 流程基本属性</th>
- </tr>
- <tr>
- <td class="usertablerow2" nowrap="nowrap">
- 流程分类:</td>
- <td class="usertablerow2">
- <asp:DropDownList ID="KeyValue_LCFL" runat="server">
- </asp:DropDownList></td>
- </tr>
- <tr>
- <td class="usertablerow2" nowrap="nowrap">
- 流程排序号:</td>
- <td class="usertablerow2">
- <asp:TextBox ID="KeyValue_LCPXH" runat="server"></asp:TextBox>控制同一分类下流程的排序
- </td>
- </tr>
- <tr>
- <td class="usertablerow2" nowrap="nowrap" style="height: 24px">
- 流程名称:</td>
- <td class="usertablerow2" style="height: 24px">
- <asp:TextBox ID="KeyValue_LCMC" runat="server"></asp:TextBox>
- </td>
- </tr>
- <tr>
- <td class="usertablerow2" nowrap="nowrap">
- 流程类型:</td>
- <td class="usertablerow2">
- <select id="ddlFlowType" class="BigStatic" name="ddlFlowType">
- <option selected="selected" value="1">固定流程</option>
- </select>
- </td>
- </tr>
- <tr>
- <td class="usertablerow2" nowrap="nowrap">
- 表单:</td>
- <td class="usertablerow2"><asp:DropDownList ID="KeyValue_BDID" runat="server">
- </asp:DropDownList></td>
- </tr>
- <tr>
- <td class="usertablerow2" nowrap="nowrap">
- 允许附件:</td>
- <td class="usertablerow2"><asp:DropDownList ID="KeyValue_YXFJ" runat="server">
- <asp:ListItem Value="0">禁止</asp:ListItem>
- <asp:ListItem Value="1" Selected="true">允许</asp:ListItem>
- </asp:DropDownList></td>
- </tr>
- <tr>
- <td class="usertablerow2" nowrap="nowrap" valign="top">
- 流程说明:</td>
- <td class="usertablerow2">
- <asp:TextBox ID="KeyValue_LCJS" runat="server" Height="46px" TextMode="MultiLine" Width="258px"></asp:TextBox>
- </td>
- </tr>
- </table>
- <br />
- <table align="center" bgcolor="#000000" border="0" cellpadding="3" cellspacing="1"
- class="small" width="90%">
- <tr>
- <th class="usertablerow2" colspan="2" nowrap="nowrap">
- <img align="absMiddle" src="../images/plus.gif" />
- <b>相关操作</b></th>
- </tr>
- <tr>
- <td class="usertablerow2" nowrap="nowrap">
- <a href="javascript:flow_design(3);">
- <img align="absMiddle" border="0" height="13" src="../images/arrow_down.gif" width="11" /><span
- style="color: #0000ff; text-decoration: underline">流程设计器 </span></a>
- <a href="type_setmanage.aspx?flow_id=3">
- <img align="absMiddle" border="0" src="../images/node_user.gif" style="color: #0000ff;
- text-decoration: underline" /><span style="color: #0000ff; text-decoration: underline">监控人员</span></a>
- <a href="type_setquery.aspx?flow_id=3">
- <img align="absMiddle" border="0" src="../images/node_user.gif" /><span style="color: #0000ff;
- text-decoration: underline">查询人员</span></a> <a href="type_set_queryitem.aspx?flow_id=3">
- <img align="absMiddle" border="0" src="../images/query.gif" /><span style="color: #0000ff;
- text-decoration: underline">高级查询字段</span></a>
- </td>
- <td align="middle" class="usertablerow2" nowrap="nowrap">
- <a href="type_data.aspx?flow_id=3"><span style="color: #0000ff; text-decoration: underline">
- 数据</span></a> <a href="type_clone.aspx?flow_id=3"><span style="color: #0000ff; text-decoration: underline">
- 克隆</span></a> <a href="javascript:empty_form(3);"><span style="color: #0000ff; text-decoration: underline">
- 清空</span></a> <a href="javascript:delete_form(3);"><span style="color: #0000ff; text-decoration: underline">
- 删除</span></a>
- <br />
- <a href="exp_xml.aspx?flow_id=3" target="_blank"><span style="color: #0000ff; text-decoration: underline">
- 导出</span></a> <a href="imp_xml.aspx?flow_id=3"><span style="color: #0000ff; text-decoration: underline">
- 导入</span></a>
- </td>
- </tr>
- </table>
- </td>
- </tr>
- <tr>
- <td align="center" class="usertablerow1" colspan="2">
- <asp:Button ID="Button1" runat="server" CssClass="ptsbutton" OnClick="Button1_Click"
- Text="更新" />
-
- <input type="Button" Class="ptsbutton" value="返回" OnClick="window.location='WorkFlowManager.aspx'" /><div id="Div2">
- </div> </td>
- </tr>
- </table>
- <br>
- <table class="usertableborder" cellspacing="1" cellpadding="3" width="96%" align="center"
- border="0">
- <tr>
- <th colspan="2">
- 使用方法</th>
- </tr>
- <tr>
- <td class="usertablerow1" align="right" width="11%">
- <strong>特殊说明</strong></td>
- <td class="usertablerow1" width="89%">
- <a href="http://www.woying.net/" target="_blank">挨个填写即可</a></td>
- </tr>
- </table>
- </form>
- </body>
- </html>