| 12345678910111213141516171819202122232425262728293031323334353637 |
- <!DOCTYPE html>
- <html lang="en"
- xmlns="http://www.w3.org/1999/xhtml"
- xmlns:th="http://www.thymeleaf.org"
- xmlns:vc="http://www.thymeleaf.org">
- <head>
- <meta charset="UTF-8"/>
- <title>物业费 |java110</title>
- <vc:create name="commonTop"></vc:create>
- <link rel="stylesheet" href="/css/bootstrap/bootstrap-datetimepicker.min.css"/>
- </head>
- <body>
- <vc:create name="bodyTop"></vc:create>
- <div id="wrapper">
- <vc:create name="menu"></vc:create>
- <div id="page-wrapper" class="gray-bg dashbard-1">
- <div class="row border-bottom">
- <vc:create name="nav"></vc:create>
- </div>
- <div class="wrapper wrapper-content" style="padding-bottom: 0px;">
- <vc:create name="breadcrumb"></vc:create>
- </div>
- <!-- id="component" -->
- <div class="wrapper wrapper-content animated fadeInRight">
- <vc:create name="propertyFee"></vc:create>
- </div>
- <vc:create name="copyright"></vc:create>
- </div>
- </div>
- <script src="/js/bootstrap/bootstrap-datetimepicker.min.js"></script>
- <vc:create name="commonBottom"></vc:create>
- </body>
- </html>
|