task-operation-completeTask.jsp 846 B

12345678910111213141516171819202122232425262728293031323334
  1. <%@page contentType="text/html;charset=UTF-8"%>
  2. <%@include file="/taglibs.jsp"%>
  3. <%pageContext.setAttribute("currentHeader", "bpm-workspace");%>
  4. <%pageContext.setAttribute("currentMenu", "bpm-process");%>
  5. <!doctype html>
  6. <html lang="en">
  7. <head>
  8. <%@include file="/common/meta.jsp"%>
  9. <title>表单列表</title>
  10. <%@include file="/common/s3.jsp"%>
  11. </head>
  12. <body>
  13. <%@include file="/header/bpm-workspace3.jsp"%>
  14. <div class="row-fluid">
  15. <%@include file="/menu/bpm-workspace3.jsp"%>
  16. <!-- start of main -->
  17. <section id="m-main" class="col-md-10" style=" ">
  18. <div class="alert alert-info" role="alert">
  19. <button type="button" class="close" data-dismiss="alert" style="margin-right:30px;">×</button>
  20. <strong>任务已完成</strong>
  21. </div>
  22. </section>
  23. <!-- end of main -->
  24. </div>
  25. </body>
  26. </html>