propertyFeeFlow.html 1001 B

12345678910111213141516171819202122232425262728293031323334
  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 rel="stylesheet" href="/css/bootstrap/bootstrap-datetimepicker.min.css"/>
  11. </head>
  12. <body>
  13. <vc:create name="bodyTop"></vc:create>
  14. <div id="wrapper">
  15. <vc:create name="menu"></vc:create>
  16. <div id="page-wrapper" class="gray-bg dashbard-1">
  17. <div class="row border-bottom">
  18. <vc:create name="nav"></vc:create>
  19. </div>
  20. <!-- id="component" -->
  21. <div class="wrapper wrapper-content animated fadeInRight">
  22. <vc:create name="propertyFee"></vc:create>
  23. </div>
  24. <vc:create name="copyright"></vc:create>
  25. </div>
  26. </div>
  27. <script src="/js/bootstrap/bootstrap-datetimepicker.min.js"></script>
  28. <vc:create name="commonBottom"></vc:create>
  29. </body>
  30. </html>