RoadFlow2.1 临时演示

Process.aspx 660B

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