用户授权old.html 5.4 KB
<!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>