StartInstance_Test.aspx
资源名称:H3_OA.rar [点击查看]
上传用户:li2971742
上传日期:2021-11-18
资源大小:39096k
文件大小:2k
源码类别:
OA系统
开发平台:
C#
- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="StartInstance_Test.aspx.cs" Inherits="StartInstance_Test" %>
- <!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>Untitled Page</title>
- <style type="text/css">
- .style1
- {
- width: 100%;
- }
- </style>
- </head>
- <body>
- <form id="form1" runat="server">
- <div>
- <asp:Button ID="Button1" runat="server" onclick="Button1_Click" Text="Button" />
- <table class="style1">
- <tr>
- <td>
- Sps Site</td>
- <td>
- <asp:TextBox ID="txtSite" runat="server"></asp:TextBox>
- </td>
- </tr>
- <tr>
- <td>
- Sps Web Name</td>
- <td>
- <asp:TextBox ID="txtSpsWebName" runat="server"></asp:TextBox>
- </td>
- </tr>
- <tr>
- <td>
- Sps List Name</td>
- <td>
- <asp:TextBox ID="txtList" runat="server"></asp:TextBox>
- </td>
- </tr>
- <tr>
- <td>
- Sps List Item Id</td>
- <td>
- <asp:TextBox ID="txtListItemId" runat="server"></asp:TextBox>
- </td>
- </tr>
- <tr>
- <td>
- Workflow Package Name</td>
- <td>
- <asp:TextBox ID="txtWorkflowPackage" runat="server"></asp:TextBox>
- </td>
- </tr>
- <tr>
- <td>
- Workflow Name</td>
- <td>
- <asp:TextBox ID="txtWorkflowName" runat="server"></asp:TextBox>
- </td>
- </tr>
- <tr>
- <td>
- </td>
- <td>
- </td>
- </tr>
- </table>
- </div>
- </form>
- </body>
- </html>