用户授权old.html
5.4 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
<!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>
<script type="text/javascript" src="http://static.yohobuy.com/admin/js/jquery-treeview/jquery.treeview.js"></script>
<script type="text/javascript">
$(function() {
$("#browser").treeview();
$("#gray").treeview();
})
</script>
<link type="text/css" href="http://static.yohobuy.com/admin/js/jqueryui/themes/ui-lightness/jquery-ui-1.8.7.custom.css" rel="stylesheet" />
<script type="text/javascript" src="http://static.yohobuy.com/admin/js/jqueryui/ui/jquery-ui-1.8.7.custom.js"></script>
<title>YOHO有货后台管理</title>
</head>
<body>
<div class="mainbox">
<div class="daohang">当前位置:<a href="main.html">首页</a> > <span>用户授权</span></div>
<div class="treeuser">
<table class="table1" style="width:100%">
<thead>
<tr>
<th>用户列表</th>
<th>权限树状图</th>
<th>操作</th>
</tr>
</thead>
<tr>
<td valign="top" style="width:30%;"><ul id="gray" class="treeview-gray">
<li> <span>yoho.cn</span>
<ul>
<li>张莉</li>
<li>周辉</li>
</ul>
</li>
<li><span>网络技术部</span>
<ul>
<li>管理员</li>
<li>李恩仁</li>
</ul>
</li>
<li><span>有货</span>
<ul>
<li>胡斌艺</li>
<li>赵堃</li>
<li> <span>客服</span>
<ul>
<li>周娇</li>
<li>叶婧婧</li>
</ul>
</li>
</ul>
</li>
</ul></td>
<td valign="top" style="width:40%;"><ul id="browser" class="filetree">
<li class="closed"><span class="folder">
<input name="" type="checkbox" value="" />
权限管理</span>
<ul>
<li class="closed"><span class="folder">
<input name="" type="checkbox" value="" />
用户管理</span>
<ul id="folder11">
<li class="closed"><span class="folder">
<input name="" type="checkbox" value="" />
部门管理</span>
<ul id="folder111">
<li><span class="file">
<input name="" type="checkbox" value="" />
增加</span></li>
<li><span class="file">
<input name="" type="checkbox" value="" />
删除</span></li>
<li><span class="file">
<input name="" type="checkbox" value="" />
修改</span></li>
</ul>
</li>
<li><span class="file">
<input name="" type="checkbox" value="" />
用户档案</span></li>
</ul>
</li>
</ul>
</li>
<li class="closed"><span class="folder">
<input name="" type="checkbox" value="" />
库房管理</span>
<ul>
<li class="closed"><span class="folder">
<input name="" type="checkbox" value="" />
库房设置</span>
<ul id="folder21">
<li><span class="file">
<input name="" type="checkbox" value="" />
新增货架、储物箱</span></li>
<li><span class="file">
<input name="" type="checkbox" value="" />
新增库房</span></li>
</ul>
</li>
<li><span class="file">
<input name="" type="checkbox" value="" />
进货管理</span></li>
</ul>
</li>
<li class="closed"><span class="folder">
<input name="" type="checkbox" value="" />
录入商品</span>
<ul>
<li><span class="file">
<input name="" type="checkbox" value="" />
新增商品入库</span></li>
</ul>
</li>
<li><span class="file">
<input name="" type="checkbox" value="" />
日志管理</span></li>
</ul></td>
<td valign="top" style="width:30%;"><button class="butok"></button></td>
</tr>
</table>
</div>
</div>
</body>
</html>