Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hujun
tl_estate
Commits
6b351ae7
Commit
6b351ae7
authored
Jul 09, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
权限管理页面修改
parent
7031c521
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
20 additions
and
4 deletions
+20
-4
auth_rule_index.html
application/index/view/auth/auth_rule_index.html
+6
-0
index.html
application/index/view/auth/index.html
+6
-0
auth_rule_index_template_tpl.html
public/resource/template/auth_rule_index_template_tpl.html
+2
-2
auth_template_tpl.html
public/resource/template/auth_template_tpl.html
+6
-2
No files found.
application/index/view/auth/auth_rule_index.html
View file @
6b351ae7
{layout name="global/frame_tpl" /}
<!--关联js元素-->
<input
type=
"hidden"
class=
"page-load"
id=
"auth_rule_index"
/>
<style>
.title-0
{
font-weight
:
bold
;
font-size
:
15px
;
}
</style>
<div
id=
"page-content-wrapper"
>
<div
class=
"container"
>
<div
class=
"row"
>
...
...
application/index/view/auth/index.html
View file @
6b351ae7
{layout name="global/frame_tpl" /}
<!--角色管理页面-->
<input
type=
"hidden"
class=
"page-load"
id=
"auth"
/>
<style>
.title-0
{
font-weight
:
bold
;
font-size
:
15px
;
}
</style>
<div
id=
"page-content-wrapper"
>
<div
class=
"container"
>
<div
class=
"row"
>
...
...
public/resource/template/auth_rule_index_template_tpl.html
View file @
6b351ae7
...
...
@@ -38,9 +38,9 @@
[
%
for
(
var
item
in
it
){
%
]
[
%
if
(
it
[
item
][
'pid'
]
!=
0
){
%
]
<
option
value
=
"[%= it[item]['id'] %]"
>
[
%=
it
[
item
][
"title_show"
]
%
]
<
/option
>
<
option
value
=
"[%= it[item]['id'] %]"
class
=
"[%= 'title-' + it[item]['level'] %]"
>
[
%=
it
[
item
][
"title_show"
]
%
]
<
/option
>
[
%
}
else
{
%
]
<
option
value
=
"[%= it[item]['id'] %]"
>
[
%=
it
[
item
][
"title_show"
]
%
]
<
/option
>
<
option
value
=
"[%= it[item]['id'] %]"
class
=
"[%= 'title-' + it[item]['level'] %]"
>
[
%=
it
[
item
][
"title_show"
]
%
]
<
/option
>
[
%
}
%
]
[
%
}
%
]
...
...
public/resource/template/auth_template_tpl.html
View file @
6b351ae7
...
...
@@ -38,10 +38,14 @@
[
%
if
(
it
[
item
][
'is'
]
!=
0
){
%
]
<
input
type
=
"checkbox"
name
=
"rules"
value
=
"[%= it[item]['id'] %]"
checked
=
"checked"
>
[
%=
it
[
item
][
"title_show"
]
%
]
<
br
>
<!--
[
%=
it
[
item
][
"title_show"
]
%
]
<
br
>-->
<
span
class
=
"[%= 'title-' + it[item]['level'] %]"
>
[
%=
it
[
item
][
"title_show"
]
%
]
<
/span><br
>
[
%
}
else
{
%
]
<
input
type
=
"checkbox"
name
=
"rules"
value
=
"[%= it[item]['id'] %]"
>
[
%=
it
[
item
][
"title_show"
]
%
]
<
br
>
<!--
[
%=
it
[
item
][
"title_show"
]
%
]
<
br
>-->
<
span
class
=
"[%= 'title-' + it[item]['level'] %]"
>
[
%=
it
[
item
][
"title_show"
]
%
]
<
/span><br
>
[
%
}
%
]
[
%
}
%
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment