用户授权.html
1.26 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="http://static.yohobuy.com/admin/css/style.css" rel="stylesheet" type="text/css" media="all" />
<script type="text/javascript" src="http://static.yohobuy.com/admin/js/jquery.min.js"></script>
<title>YOHO有货后台管理</title>
</head>
<body>
<div class="mainbox">
<div class="daohang">当前位置:<a href="main.html">首页</a> > <span>用户授权</span></div>
<div class="treeuser">
<div id="brandTree" style="height: 500px; width:300px; float:left">
<div class="treebox">
<div class="title">用户列表</div>
<div class="main">
树图
</div>
</div>
</div>
<div id="sortTree" style="height: 500px; width:300px; float:left">
<div class="treebox">
<div class="title">权限树状图</div>
<div class="main">
树图
</div>
</div>
</div>
<div style="height: 500px; width:200px;float:left">
<div class="treebox">
<div class="title">操作</div>
<div class="main">
<input type="button" value="" class="butok" />
</div>
</div>
</div>
</div>
</div>
</body>
</html>