wuxw7
2019-03-19 8cbef47a70e6771a8d894b2a2d4407f54d967a60
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!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>
</head>
<body>
<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>
</div>
<vc:create name="commonBottom"></vc:create>
</body>
</html>