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

OA系统

开发平台:

C#

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="StartInstance_Test.aspx.cs" Inherits="StartInstance_Test" %>
  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>Untitled Page</title>
  6.     <style type="text/css">
  7.         .style1
  8.         {
  9.             width: 100%;
  10.         }
  11.     </style>
  12. </head>
  13. <body>
  14.     <form id="form1" runat="server">
  15.     <div>
  16.     
  17.         <asp:Button ID="Button1" runat="server" onclick="Button1_Click" Text="Button" />
  18.     
  19.         <table class="style1">
  20.             <tr>
  21.                 <td>
  22.                     Sps Site</td>
  23.                 <td>
  24.     
  25.         <asp:TextBox ID="txtSite" runat="server"></asp:TextBox>
  26.                 </td>
  27.             </tr>
  28.             <tr>
  29.                 <td>
  30.                     Sps Web Name</td>
  31.                 <td>
  32.                     <asp:TextBox ID="txtSpsWebName" runat="server"></asp:TextBox>
  33.                 </td>
  34.             </tr>
  35.             <tr>
  36.                 <td>
  37.                     Sps List Name</td>
  38.                 <td>
  39.         <asp:TextBox ID="txtList" runat="server"></asp:TextBox>
  40.                 </td>
  41.             </tr>
  42.             <tr>
  43.                 <td>
  44.                     Sps List Item Id</td>
  45.                 <td>
  46.         <asp:TextBox ID="txtListItemId" runat="server"></asp:TextBox>
  47.                 </td>
  48.             </tr>
  49.             <tr>
  50.                 <td>
  51.                     Workflow Package Name</td>
  52.                 <td>
  53.         <asp:TextBox ID="txtWorkflowPackage" runat="server"></asp:TextBox>
  54.                 </td>
  55.             </tr>
  56.             <tr>
  57.                 <td>
  58.                     Workflow Name</td>
  59.                 <td>
  60.         <asp:TextBox ID="txtWorkflowName" runat="server"></asp:TextBox>
  61.                 </td>
  62.             </tr>
  63.             <tr>
  64.                 <td>
  65.                     &nbsp;</td>
  66.                 <td>
  67.                     &nbsp;</td>
  68.             </tr>
  69.         </table>
  70.     
  71.     </div>
  72.     </form>
  73. </body>
  74. </html>