sellRoomFlow.html 847 B

123456789101112131415161718192021222324252627282930313233
  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. </head>
  11. <body>
  12. <vc:create name="bodyTop"></vc:create>
  13. <div id="wrapper">
  14. <vc:create name="menu"></vc:create>
  15. <div id="page-wrapper" class="gray-bg dashbard-1">
  16. <div class="row border-bottom">
  17. <vc:create name="nav"></vc:create>
  18. </div>
  19. <!-- id="component" -->
  20. <div class="wrapper wrapper-content animated fadeInRight">
  21. <vc:create name="sellRoom"></vc:create>
  22. </div>
  23. <vc:create name="copyright"></vc:create>
  24. </div>
  25. </div>
  26. <vc:create name="commonBottom"></vc:create>
  27. </body>
  28. </html>