| 1234567891011121314151617181920212223 |
- <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Process.aspx.cs" Inherits="WebForm.Platform.WorkFlowRun.Process" %>
- <!DOCTYPE html>
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head runat="server">
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
- <title></title>
- </head>
- <body>
- <form id="form1" runat="server">
- <div style="margin:0 auto; text-align:center; padding-top:28px;">
- <div>
- <img src="../../Images/loading/load1.gif" alt="" id="wait" />
- </div>
- <div style="margin-top:5px;">
-
- </div>
- </div>
- </form>
- </body>
- </html>
|