propertyFeeFlow.html 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637
  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. <div class="wrapper wrapper-content" style="padding-bottom: 0px;">
  21. <vc:create name="breadcrumb"></vc:create>
  22. </div>
  23. <!-- id="component" -->
  24. <div class="wrapper wrapper-content animated fadeInRight">
  25. <vc:create name="propertyFee"></vc:create>
  26. </div>
  27. <vc:create name="copyright"></vc:create>
  28. </div>
  29. </div>
  30. <script src="/js/bootstrap/bootstrap-datetimepicker.min.js"></script>
  31. <vc:create name="commonBottom"></vc:create>
  32. </body>
  33. </html>