当前仓库属于暂停状态,部分功能使用受限,详情请查阅 仓库状态说明
1 Star 0 Fork 615

finallycc / Light Year Admin
暂停

forked from 笔下光年 / Light Year Admin 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
lyear_pages_rabc.html 37.40 KB
一键复制 编辑 原始数据 按行查看 历史
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
<title>设置权限 - 光年(Light Year Admin)后台管理系统模板</title>
<link rel="icon" href="favicon.ico" type="image/ico">
<meta name="keywords" content="LightYear,光年,后台模板,后台管理系统,光年HTML模板">
<meta name="description" content="LightYear是一个基于Bootstrap v3.3.7的后台管理系统的HTML模板。">
<meta name="author" content="yinqi">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/materialdesignicons.min.css" rel="stylesheet">
<link href="css/style.min.css" rel="stylesheet">
</head>
<body>
<div class="lyear-layout-web">
<div class="lyear-layout-container">
<!--左侧导航-->
<aside class="lyear-layout-sidebar">
<!-- logo -->
<div id="logo" class="sidebar-header">
<a href="index.html"><img src="images/logo-sidebar.png" title="LightYear" alt="LightYear" /></a>
</div>
<div class="lyear-layout-sidebar-scroll">
<nav class="sidebar-main">
<ul class="nav nav-drawer">
<li class="nav-item"> <a href="index.html"><i class="mdi mdi-home"></i> 后台首页</a> </li>
<li class="nav-item nav-item-has-subnav">
<a href="javascript:void(0)"><i class="mdi mdi-palette"></i> UI 元素</a>
<ul class="nav nav-subnav">
<li> <a href="lyear_ui_buttons.html">按钮</a> </li>
<li> <a href="lyear_ui_cards.html">卡片</a> </li>
<li> <a href="lyear_ui_grid.html">格栅</a> </li>
<li> <a href="lyear_ui_icons.html">图标</a> </li>
<li> <a href="lyear_ui_tables.html">表格</a> </li>
<li> <a href="lyear_ui_modals.html">模态框</a> </li>
<li> <a href="lyear_ui_tooltips_popover.html">提示 / 弹出框</a> </li>
<li> <a href="lyear_ui_alerts.html">警告框</a> </li>
<li> <a href="lyear_ui_pagination.html">分页</a> </li>
<li> <a href="lyear_ui_progress.html">进度条</a> </li>
<li> <a href="lyear_ui_tabs.html">标签页</a> </li>
<li> <a href="lyear_ui_typography.html">排版</a> </li>
<li> <a href="lyear_ui_step.html">步骤</a> </li>
<li> <a href="lyear_ui_other.html">其他</a> </li>
</ul>
</li>
<li class="nav-item nav-item-has-subnav">
<a href="javascript:void(0)"><i class="mdi mdi-format-align-justify"></i> 表单</a>
<ul class="nav nav-subnav">
<li> <a href="lyear_forms_elements.html">基本元素</a> </li>
<li> <a href="lyear_forms_radio.html">单选框</a> </li>
<li> <a href="lyear_forms_checkbox.html">复选框</a> </li>
<li> <a href="lyear_forms_switch.html">开关</a> </li>
</ul>
</li>
<li class="nav-item nav-item-has-subnav active open">
<a href="javascript:void(0)"><i class="mdi mdi-file-outline"></i> 示例页面</a>
<ul class="nav nav-subnav">
<li> <a href="lyear_pages_doc.html">文档列表</a> </li>
<li> <a href="lyear_pages_gallery.html">图库列表</a> </li>
<li> <a href="lyear_pages_config.html">网站配置</a> </li>
<li class="active"> <a href="lyear_pages_rabc.html">设置权限</a> </li>
<li> <a href="lyear_pages_add_doc.html">新增文档</a> </li>
<li> <a href="lyear_pages_guide.html">表单向导</a> </li>
<li> <a href="lyear_pages_login.html">登录页面</a> </li>
<li> <a href="lyear_pages_login_2.html">登录页面2</a> </li>
<li> <a href="lyear_pages_login_3.html">登录页面3</a> </li>
<li> <a href="lyear_pages_login_4.html">登录页面4</a> </li>
<li> <a href="lyear_pages_error.html">错误页面</a> </li>
</ul>
</li>
<li class="nav-item nav-item-has-subnav">
<a href="javascript:void(0)"><i class="mdi mdi-language-javascript"></i> JS 插件</a>
<ul class="nav nav-subnav">
<li> <a href="lyear_js_datepicker.html">日期选取器</a> </li>
<li> <a href="lyear_js_sliders.html">滑块</a> </li>
<li> <a href="lyear_js_colorpicker.html">选色器</a> </li>
<li> <a href="lyear_js_chartjs.html">Chart.js</a> </li>
<li> <a href="lyear_js_jconfirm.html">对话框</a> </li>
<li> <a href="lyear_js_tags_input.html">标签插件</a> </li>
<li> <a href="lyear_js_notify.html">通知消息</a> </li>
</ul>
</li>
</ul>
</nav>
<div class="sidebar-footer">
<p class="copyright">Copyright &copy; 2019. <a target="_blank" href="http://lyear.itshubao.com">IT书包</a> All rights reserved.</p>
</div>
</div>
</aside>
<!--End 左侧导航-->
<!--头部信息-->
<header class="lyear-layout-header">
<nav class="navbar navbar-default">
<div class="topbar">
<div class="topbar-left">
<div class="lyear-aside-toggler">
<span class="lyear-toggler-bar"></span>
<span class="lyear-toggler-bar"></span>
<span class="lyear-toggler-bar"></span>
</div>
<span class="navbar-page-title"> 示例页面 - 设置权限 </span>
</div>
<ul class="topbar-right">
<li class="dropdown dropdown-profile">
<a href="javascript:void(0)" data-toggle="dropdown">
<img class="img-avatar img-avatar-48 m-r-10" src="images/users/avatar.jpg" alt="笔下光年" />
<span>笔下光年 <span class="caret"></span></span>
</a>
<ul class="dropdown-menu dropdown-menu-right">
<li> <a href="lyear_pages_profile.html"><i class="mdi mdi-account"></i> 个人信息</a> </li>
<li> <a href="lyear_pages_edit_pwd.html"><i class="mdi mdi-lock-outline"></i> 修改密码</a> </li>
<li> <a href="javascript:void(0)"><i class="mdi mdi-delete"></i> 清空缓存</a></li>
<li class="divider"></li>
<li> <a href="lyear_pages_login.html"><i class="mdi mdi-logout-variant"></i> 退出登录</a> </li>
</ul>
</li>
<!--切换主题配色-->
<li class="dropdown dropdown-skin">
<span data-toggle="dropdown" class="icon-palette"><i class="mdi mdi-palette"></i></span>
<ul class="dropdown-menu dropdown-menu-right" data-stopPropagation="true">
<li class="drop-title"><p>主题</p></li>
<li class="drop-skin-li clearfix">
<span class="inverse">
<input type="radio" name="site_theme" value="default" id="site_theme_1" checked>
<label for="site_theme_1"></label>
</span>
<span>
<input type="radio" name="site_theme" value="dark" id="site_theme_2">
<label for="site_theme_2"></label>
</span>
<span>
<input type="radio" name="site_theme" value="translucent" id="site_theme_3">
<label for="site_theme_3"></label>
</span>
</li>
<li class="drop-title"><p>LOGO</p></li>
<li class="drop-skin-li clearfix">
<span class="inverse">
<input type="radio" name="logo_bg" value="default" id="logo_bg_1" checked>
<label for="logo_bg_1"></label>
</span>
<span>
<input type="radio" name="logo_bg" value="color_2" id="logo_bg_2">
<label for="logo_bg_2"></label>
</span>
<span>
<input type="radio" name="logo_bg" value="color_3" id="logo_bg_3">
<label for="logo_bg_3"></label>
</span>
<span>
<input type="radio" name="logo_bg" value="color_4" id="logo_bg_4">
<label for="logo_bg_4"></label>
</span>
<span>
<input type="radio" name="logo_bg" value="color_5" id="logo_bg_5">
<label for="logo_bg_5"></label>
</span>
<span>
<input type="radio" name="logo_bg" value="color_6" id="logo_bg_6">
<label for="logo_bg_6"></label>
</span>
<span>
<input type="radio" name="logo_bg" value="color_7" id="logo_bg_7">
<label for="logo_bg_7"></label>
</span>
<span>
<input type="radio" name="logo_bg" value="color_8" id="logo_bg_8">
<label for="logo_bg_8"></label>
</span>
</li>
<li class="drop-title"><p>头部</p></li>
<li class="drop-skin-li clearfix">
<span class="inverse">
<input type="radio" name="header_bg" value="default" id="header_bg_1" checked>
<label for="header_bg_1"></label>
</span>
<span>
<input type="radio" name="header_bg" value="color_2" id="header_bg_2">
<label for="header_bg_2"></label>
</span>
<span>
<input type="radio" name="header_bg" value="color_3" id="header_bg_3">
<label for="header_bg_3"></label>
</span>
<span>
<input type="radio" name="header_bg" value="color_4" id="header_bg_4">
<label for="header_bg_4"></label>
</span>
<span>
<input type="radio" name="header_bg" value="color_5" id="header_bg_5">
<label for="header_bg_5"></label>
</span>
<span>
<input type="radio" name="header_bg" value="color_6" id="header_bg_6">
<label for="header_bg_6"></label>
</span>
<span>
<input type="radio" name="header_bg" value="color_7" id="header_bg_7">
<label for="header_bg_7"></label>
</span>
<span>
<input type="radio" name="header_bg" value="color_8" id="header_bg_8">
<label for="header_bg_8"></label>
</span>
</li>
<li class="drop-title"><p>侧边栏</p></li>
<li class="drop-skin-li clearfix">
<span class="inverse">
<input type="radio" name="sidebar_bg" value="default" id="sidebar_bg_1" checked>
<label for="sidebar_bg_1"></label>
</span>
<span>
<input type="radio" name="sidebar_bg" value="color_2" id="sidebar_bg_2">
<label for="sidebar_bg_2"></label>
</span>
<span>
<input type="radio" name="sidebar_bg" value="color_3" id="sidebar_bg_3">
<label for="sidebar_bg_3"></label>
</span>
<span>
<input type="radio" name="sidebar_bg" value="color_4" id="sidebar_bg_4">
<label for="sidebar_bg_4"></label>
</span>
<span>
<input type="radio" name="sidebar_bg" value="color_5" id="sidebar_bg_5">
<label for="sidebar_bg_5"></label>
</span>
<span>
<input type="radio" name="sidebar_bg" value="color_6" id="sidebar_bg_6">
<label for="sidebar_bg_6"></label>
</span>
<span>
<input type="radio" name="sidebar_bg" value="color_7" id="sidebar_bg_7">
<label for="sidebar_bg_7"></label>
</span>
<span>
<input type="radio" name="sidebar_bg" value="color_8" id="sidebar_bg_8">
<label for="sidebar_bg_8"></label>
</span>
</li>
</ul>
</li>
<!--切换主题配色-->
</ul>
</div>
</nav>
</header>
<!--End 头部信息-->
<!--页面主要内容-->
<main class="lyear-layout-content">
<div class="container-fluid">
<div class="row">
<div class="col-lg-12">
<div class="card">
<div class="card-header"><h4>设置权限</h4></div>
<div class="card-body">
<form action="#!" method="post">
<div class="form-group">
<label for="example-text-input">角色名称</label>
<input class="form-control" type="text" name="role-input" placeholder="角色名称">
</div>
<div class="table-responsive">
<table class="table table-striped">
<thead>
<tr>
<th>
<label class="lyear-checkbox checkbox-primary">
<input name="checkbox" type="checkbox" id="check-all">
<span> 全选</span>
</label>
</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<label class="lyear-checkbox checkbox-primary">
<input name="rules[]" type="checkbox" class="checkbox-parent" dataid="id-1" value="1">
<span> 系统管理</span>
</label>
</td>
</tr>
<tr>
<td class="p-l-20">
<label class="lyear-checkbox checkbox-primary">
<input name="rules[]" type="checkbox" class="checkbox-parent checkbox-child" dataid="id-1-5" value="5">
<span> 网站设置</span>
</label>
</td>
</tr>
<tr>
<td class="p-l-20">
<label class="lyear-checkbox checkbox-primary">
<input name="rules[]" type="checkbox" class="checkbox-parent checkbox-child" dataid="id-1-6" value="6">
<span> 配置管理</span>
</label>
</td>
</tr>
<tr>
<td class="p-l-40">
<label class="lyear-checkbox checkbox-primary checkbox-inline">
<input name="rules[]" type="checkbox" class="checkbox-child" dataid="id-1-6-20" value="20">
<span> 添加配置</span>
</label>
<label class="lyear-checkbox checkbox-primary checkbox-inline">
<input name="rules[]" type="checkbox" class="checkbox-child" dataid="id-1-6-21" value="21">
<span> 编辑配置</span>
</label>
<label class="lyear-checkbox checkbox-primary checkbox-inline">
<input name="rules[]" type="checkbox" class="checkbox-child" dataid="id-1-6-44" value="44">
<span> 删除配置</span>
</label>
<label class="lyear-checkbox checkbox-primary checkbox-inline">
<input name="rules[]" type="checkbox" class="checkbox-child" dataid="id-1-6-45" value="45">
<span> 禁用/启用配置</span>
</label>
<label class="lyear-checkbox checkbox-primary checkbox-inline">
<input name="rules[]" type="checkbox" class="checkbox-child" dataid="id-1-6-46" value="46">
<span> 设置配置值</span>
</label>
</td>
</tr>
<tr>
<td class="p-l-20">
<label class="lyear-checkbox checkbox-primary">
<input name="rules[]" type="checkbox" class="checkbox-parent checkbox-child" dataid="id-1-7" value="7">
<span> 导航管理</span>
</label>
</td>
</tr>
<tr>
<td class="p-l-40">
<label class="lyear-checkbox checkbox-primary checkbox-inline">
<input name="rules[]" type="checkbox" class="checkbox-child" dataid="id-1-7-51" value="51">
<span> 添加导航菜单</span>
</label>
<label class="lyear-checkbox checkbox-primary checkbox-inline">
<input name="rules[]" type="checkbox" class="checkbox-child" dataid="id-1-7-52" value="52">
<span> 编辑导航菜单</span>
</label>
<label class="lyear-checkbox checkbox-primary checkbox-inline">
<input name="rules[]" type="checkbox" class="checkbox-child" dataid="id-1-7-53" value="53">
<span> 删除导航菜单</span>
</label>
</td>
</tr>
<tr>
<td class="p-l-20">
<label class="lyear-checkbox checkbox-primary">
<input name="rules[]" type="checkbox" class="checkbox-parent checkbox-child" dataid="id-1-8" value="8">
<span> 栏目管理</span>
</label>
</td>
</tr>
<tr>
<td class="p-l-40">
<label class="lyear-checkbox checkbox-primary checkbox-inline">
<input name="rules[]" type="checkbox" class="checkbox-child" dataid="id-1-8-40" value="40">
<span> 添加栏目</span>
</label>
<label class="lyear-checkbox checkbox-primary checkbox-inline">
<input name="rules[]" type="checkbox" class="checkbox-child" dataid="id-1-8-41" value="41">
<span> 编辑栏目</span>
</label>
<label class="lyear-checkbox checkbox-primary checkbox-inline">
<input name="rules[]" type="checkbox" class="checkbox-child" dataid="id-1-8-42" value="42">
<span> 删除栏目</span>
</label>
</td>
</tr>
<tr>
<td class="p-l-20">
<label class="lyear-checkbox checkbox-primary">
<input name="rules[]" type="checkbox" class="checkbox-parent checkbox-child" dataid="id-1-9" value="9">
<span> 权限列表</span>
</label>
</td>
</tr>
<tr>
<td class="p-l-40">
<label class="lyear-checkbox checkbox-primary checkbox-inline">
<input name="rules[]" type="checkbox" class="checkbox-child" dataid="id-1-9-36" value="36">
<span> 添加规则</span>
</label>
<label class="lyear-checkbox checkbox-primary checkbox-inline">
<input name="rules[]" type="checkbox" class="checkbox-child" dataid="id-1-9-37" value="37">
<span> 编辑规则</span>
</label>
<label class="lyear-checkbox checkbox-primary checkbox-inline">
<input name="rules[]" type="checkbox" class="checkbox-child" dataid="id-1-9-38" value="38">
<span> 删除规则</span>
</label>
<label class="lyear-checkbox checkbox-primary checkbox-inline">
<input name="rules[]" type="checkbox" class="checkbox-child" dataid="id-1-9-39" value="39">
<span> 禁用/启用规则</span>
</label>
</td>
</tr>
<tr>
<td class="p-l-20">
<label class="lyear-checkbox checkbox-primary">
<input name="rules[]" type="checkbox" class="checkbox-parent checkbox-child" dataid="id-1-73" value="73">
<span> 后台首页</span>
</label>
</td>
</tr>
<tr>
<td>
<label class="lyear-checkbox checkbox-primary">
<input name="rules[]" type="checkbox" class="checkbox-parent" dataid="id-2" value="2">
<span> 用户管理</span>
</label>
</td>
</tr>
<tr>
<td class="p-l-20">
<label class="lyear-checkbox checkbox-primary">
<input name="rules[]" type="checkbox" class="checkbox-parent checkbox-child" dataid="id-2-10" value="10">
<span> 角色管理</span>
</label>
</td>
</tr>
<tr>
<td class="p-l-40">
<label class="lyear-checkbox checkbox-primary checkbox-inline">
<input name="rules[]" type="checkbox" class="checkbox-child" dataid="id-2-10-31" value="31">
<span> 添加角色</span>
</label>
<label class="lyear-checkbox checkbox-primary checkbox-inline">
<input name="rules[]" type="checkbox" class="checkbox-child" dataid="id-2-10-33" value="33">
<span> 编辑角色</span>
</label>
<label class="lyear-checkbox checkbox-primary checkbox-inline">
<input name="rules[]" type="checkbox" class="checkbox-child" dataid="id-2-10-34" value="34">
<span> 删除角色</span>
</label>
<label class="lyear-checkbox checkbox-primary checkbox-inline">
<input name="rules[]" type="checkbox" class="checkbox-child" dataid="id-2-10-35" value="35">
<span> 禁用/启用角色</span>
</label>
</td>
</tr>
<tr>
<td class="p-l-20">
<label class="lyear-checkbox checkbox-primary">
<input name="rules[]" type="checkbox" class="checkbox-parent checkbox-child" dataid="id-2-12" value="12">
<span> 用户管理</span>
</label>
</td>
</tr>
<tr>
<td class="p-l-40">
<label class="lyear-checkbox checkbox-primary checkbox-inline checkbox-inline">
<input name="rules[]" type="checkbox" class="checkbox-child" dataid="id-2-12-62" value="62">
<span> 添加用户</span>
</label>
<label class="lyear-checkbox checkbox-primary checkbox-inline checkbox-inline">
<input name="rules[]" type="checkbox" class="checkbox-child" dataid="id-2-12-63" value="63">
<span> 编辑用户</span>
</label>
<label class="lyear-checkbox checkbox-primary checkbox-inline checkbox-inline">
<input name="rules[]" type="checkbox" class="checkbox-child" dataid="id-2-12-64" value="64">
<span> 删除用户</span>
</label>
<label class="lyear-checkbox checkbox-primary checkbox-inline checkbox-inline">
<input name="rules[]" type="checkbox" class="checkbox-child" dataid="id-2-12-65" value="65">
<span> 启用/禁用用户</span>
</label>
</td>
</tr>
<tr>
<td>
<label class="lyear-checkbox checkbox-primary">
<input name="rules[]" type="checkbox" class="checkbox-parent" dataid="id-3" value="3">
<span> 内容管理</span>
</label>
</td>
</tr>
<tr>
<td class="p-l-20">
<label class="lyear-checkbox checkbox-primary">
<input name="rules[]" type="checkbox" class="checkbox-parent checkbox-child" dataid="id-3-13" value="13">
<span> 单页管理</span>
</label>
</td>
</tr>
<tr>
<td class="p-l-40">
<label class="lyear-checkbox checkbox-primary checkbox-inline">
<input name="rules[]" type="checkbox" class="checkbox-child" dataid="id-3-13-58" value="58">
<span> 添加单页</span>
</label>
<label class="lyear-checkbox checkbox-primary checkbox-inline">
<input name="rules[]" type="checkbox" class="checkbox-child" dataid="id-3-13-59" value="59">
<span> 编辑单页</span>
</label>
<label class="lyear-checkbox checkbox-primary checkbox-inline">
<input name="rules[]" type="checkbox" class="checkbox-child" dataid="id-3-13-60" value="60">
<span> 删除单页</span>
</label>
</td>
</tr>
<tr>
<td class="p-l-20">
<label class="lyear-checkbox checkbox-primary">
<input name="rules[]" type="checkbox" class="checkbox-parent checkbox-child" dataid="id-3-14" value="14">
<span> 文章管理</span>
</label>
</td>
</tr>
<tr>
<td class="p-l-20">
<label class="lyear-checkbox checkbox-primary">
<input name="rules[]" type="checkbox" class="checkbox-parent checkbox-child" dataid="id-3-15" value="15">
<span> 文档管理</span>
</label>
</td>
</tr>
<tr>
<td class="p-l-40">
<label class="lyear-checkbox checkbox-primary checkbox-inline checkbox-inline checkbox-inline">
<input name="rules[]" type="checkbox" class="checkbox-child" dataid="id-3-15-16" value="16">
<span> 添加文档</span>
</label>
<label class="lyear-checkbox checkbox-primary checkbox-inline checkbox-inline checkbox-inline">
<input name="rules[]" type="checkbox" class="checkbox-child" dataid="id-3-15-61" value="61">
<span> 删除文档</span>
</label>
<label class="lyear-checkbox checkbox-primary checkbox-inline checkbox-inline checkbox-inline">
<input name="rules[]" type="checkbox" class="checkbox-child" dataid="id-3-15-75" value="75">
<span> 编辑文档</span>
</label>
<label class="lyear-checkbox checkbox-primary checkbox-inline checkbox-inline checkbox-inline">
<input name="rules[]" type="checkbox" class="checkbox-child" dataid="id-3-15-79" value="79">
<span> 启用/禁用文档</span>
</label>
</td>
</tr>
<tr>
<td class="p-l-20">
<label class="lyear-checkbox checkbox-primary">
<input name="rules[]" type="checkbox" class="checkbox-parent checkbox-child" dataid="id-3-72" value="72">
<span> 下载管理</span>
</label>
</td>
</tr>
<tr>
<td>
<label class="lyear-checkbox checkbox-primary">
<input name="rules[]" type="checkbox" class="checkbox-parent" dataid="id-4" value="4">
<span> 扩展管理</span>
</label>
</td>
</tr>
<tr>
<td class="p-l-20">
<label class="lyear-checkbox checkbox-primary">
<input name="rules[]" type="checkbox" class="checkbox-parent checkbox-child" dataid="id-4-17" value="17">
<span> 广告管理</span>
</label>
</td>
</tr>
<tr>
<td class="p-l-40">
<label class="lyear-checkbox checkbox-primary checkbox-inline checkbox-inline">
<input name="rules[]" type="checkbox" class="checkbox-child" dataid="id-4-17-27" value="27">
<span> 添加广告</span>
</label>
<label class="lyear-checkbox checkbox-primary checkbox-inline checkbox-inline">
<input name="rules[]" type="checkbox" class="checkbox-child" dataid="id-4-17-28" value="28">
<span> 编辑广告</span>
</label>
<label class="lyear-checkbox checkbox-primary checkbox-inline checkbox-inline">
<input name="rules[]" type="checkbox" class="checkbox-child" dataid="id-4-17-29" value="29">
<span> 删除广告</span>
</label>
<label class="lyear-checkbox checkbox-primary checkbox-inline checkbox-inline">
<input name="rules[]" type="checkbox" class="checkbox-child" dataid="id-4-17-30" value="30">
<span> 禁用/启用广告</span>
</label>
</td>
</tr>
<tr>
<td class="p-l-20">
<label class="lyear-checkbox checkbox-primary">
<input name="rules[]" type="checkbox" class="checkbox-parent checkbox-child" dataid="id-4-19" value="19">
<span> 友情链接</span>
</label>
</td>
</tr>
<tr>
<td class="p-l-40">
<label class="lyear-checkbox checkbox-primary checkbox-inline">
<input name="rules[]" type="checkbox" class="checkbox-child" dataid="id-4-19-47" value="47">
<span> 添加友情链接</span>
</label>
<label class="lyear-checkbox checkbox-primary checkbox-inline">
<input name="rules[]" type="checkbox" class="checkbox-child" dataid="id-4-19-48" value="48">
<span> 编辑友情链接</span>
</label>
<label class="lyear-checkbox checkbox-primary checkbox-inline">
<input name="rules[]" type="checkbox" class="checkbox-child" dataid="id-4-19-49" value="49">
<span> 删除友情链接</span>
</label>
<label class="lyear-checkbox checkbox-primary checkbox-inline">
<input name="rules[]" type="checkbox" class="checkbox-child" dataid="id-4-19-50" value="50">
<span> 禁用/启用友情链接</span>
</label>
</td>
</tr>
<tr>
<td class="p-l-20">
<label class="lyear-checkbox checkbox-primary">
<input name="rules[]" type="checkbox" class="checkbox-parent checkbox-child" dataid="id-4-66" value="66">
<span> 附件管理</span>
</label>
</td>
</tr>
<tr>
<td class="p-l-40">
<label class="lyear-checkbox checkbox-primary">
<input name="rules[]" type="checkbox" class="checkbox-child" dataid="id-4-66-67" value="67">
<span> 上传图片</span>
</label>
</td>
</tr>
</tbody>
</table>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</main>
<!--End 页面主要内容-->
</div>
</div>
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/perfect-scrollbar.min.js"></script>
<script type="text/javascript" src="js/main.min.js"></script>
<script type="text/javascript" src="js/chosen.jquery.min.js"></script>
<script type="text/javascript">
$(function(){
//动态选择框,上下级选中状态变化
$('input.checkbox-parent').on('change', function(){
var dataid = $(this).attr("dataid");
$('input[dataid^=' + dataid + '-]').prop('checked', $(this).is(':checked'));
});
$('input.checkbox-child').on('change', function(){
var dataid = $(this).attr("dataid");
dataid = dataid.substring(0, dataid.lastIndexOf("-"));
var parent = $('input[dataid=' + dataid + ']');
if($(this).is(':checked')){
parent.prop('checked', true);
//循环到顶级
while(dataid.lastIndexOf("-") != 2){
dataid = dataid.substring(0, dataid.lastIndexOf("-"));
parent = $('input[dataid=' + dataid + ']');
parent.prop('checked', true);
}
}else{
//父级
if($('input[dataid^=' + dataid + '-]:checked').length == 0){
parent.prop('checked', false);
//循环到顶级
while(dataid.lastIndexOf("-") != 2){
dataid = dataid.substring(0, dataid.lastIndexOf("-"));
parent = $('input[dataid=' + dataid + ']');
if($('input[dataid^=' + dataid + '-]:checked').length == 0){
parent.prop('checked', false);
}
}
}
}
});
});
</script>
</body>
</html>
HTML
1
https://gitee.com/itfeely/Light-Year-Admin-Template.git
git@gitee.com:itfeely/Light-Year-Admin-Template.git
itfeely
Light-Year-Admin-Template
Light Year Admin
master

搜索帮助