addOwnerFlow.html 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <!DOCTYPE html>
  2. <html lang="en"
  3. xmlns="http://www.w3.org/1999/xhtml"
  4. xmlns:th="http://www.thymeleaf.org"
  5. xmlns:vc="http://www.thymeleaf.org">
  6. <head>
  7. <meta charset="UTF-8"/>
  8. <title>添加业主|java110</title>
  9. <vc:create name="commonTop"></vc:create>
  10. <link href="/css/jquery.step.css" rel="stylesheet"/>
  11. <script src="/js/jquery.step.min.js" ></script>
  12. </head>
  13. <body>
  14. <vc:create name="bodyTop"></vc:create>
  15. <div id="wrapper">
  16. <vc:create name="menu"></vc:create>
  17. <div id="page-wrapper" class="gray-bg dashbard-1">
  18. <div class="row border-bottom">
  19. <vc:create name="nav"></vc:create>
  20. </div>
  21. <div class="wrapper wrapper-content" style="padding-bottom: 0px;">
  22. <vc:create name="breadcrumb"></vc:create>
  23. </div>
  24. <!-- id="component" -->
  25. <div class="wrapper wrapper-content animated fadeInRight">
  26. <vc:create name="addOwner"></vc:create>
  27. </div>
  28. <vc:create name="copyright"></vc:create>
  29. </div>
  30. </div>
  31. <vc:create name="commonBottom"></vc:create>
  32. </body>
  33. </html>