Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
guns-vip
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chenjunxiong
guns-vip
Commits
ca927e1d
Commit
ca927e1d
authored
Apr 11, 2017
by
fsn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
所有主页的按钮标签化
parent
c6d9949b
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
19 deletions
+11
-19
src/main/webapp/WEB-INF/view/system/log/log.html
+2
-6
src/main/webapp/WEB-INF/view/system/menu/menu.html
+4
-6
src/main/webapp/WEB-INF/view/system/role/role.html
+5
-7
No files found.
src/main/webapp/WEB-INF/view/system/log/log.html
View file @
ca927e1d
...
@@ -23,17 +23,13 @@
...
@@ -23,17 +23,13 @@
<
#
NameCon
id=
"logName"
name=
"日志名称"
/>
<
#
NameCon
id=
"logName"
name=
"日志名称"
/>
</div>
</div>
<div
class=
"col-sm-3"
>
<div
class=
"col-sm-3"
>
<button
type=
"button"
class=
"btn btn-primary"
onclick=
"clickSearch()"
><i
<
#
button
name=
"搜索"
icon=
"fa-search"
clickFun=
"search()"
/>
class=
"fa fa-search"
></i>
搜索
</button>
</div>
</div>
</div>
</div>
<!-- End 搜索条件 -->
<!-- End 搜索条件 -->
<div
class=
"hidden-xs"
id=
"OptLogTableToolbar"
role=
"group"
>
<div
class=
"hidden-xs"
id=
"OptLogTableToolbar"
role=
"group"
>
<button
type=
"button"
class=
"btn btn-primary"
onclick=
"OptLog.detail()"
><i
<
#
button
name=
"查看详情"
icon=
"fa-plus"
clickFun=
"OptLog.detail()"
/>
class=
"fa fa-plus"
></i>
查看详情
</button>
</div>
</div>
<table
id=
"OptLogTable"
data-mobile-responsive=
"true"
<table
id=
"OptLogTable"
data-mobile-responsive=
"true"
data-click-to-select=
"true"
>
data-click-to-select=
"true"
>
...
...
src/main/webapp/WEB-INF/view/system/menu/menu.html
View file @
ca927e1d
...
@@ -17,16 +17,14 @@
...
@@ -17,16 +17,14 @@
<
#
NameCon
id=
"menuName"
name=
"菜单名称"
/>
<
#
NameCon
id=
"menuName"
name=
"菜单名称"
/>
</div>
</div>
<div
class=
"col-sm-3"
>
<div
class=
"col-sm-3"
>
<button
type=
"button"
class=
"btn btn-primary"
onclick=
"clickSearch()"
><i
<
#
button
name=
"搜索"
icon=
"fa-search"
clickFun=
"search()"
/>
class=
"fa fa-search"
></i>
搜索
</button>
</div>
</div>
</div>
</div>
<!-- End 搜索条件 -->
<!-- End 搜索条件 -->
<div
class=
"hidden-xs"
id=
"menuTableToolbar"
role=
"group"
>
<div
class=
"hidden-xs"
id=
"menuTableToolbar"
role=
"group"
>
<
button
type=
"button"
class=
"btn btn-primary"
onclick=
"Menu.openAddMenu()"
><i
class=
"fa fa-plus"
></i>
添加
</button
>
<
#
button
name=
"添加"
icon=
"fa-plus"
clickFun=
"Menu.openAddMenu()"
/
>
<
button
type=
"button"
class=
"btn btn-primary button-margin"
onclick=
"Menu.openChangeMenu()"
><i
class=
"fa fa-edit"
></i>
修改
</button
>
<
#
nbutton
name=
"修改"
icon=
"fa-edit"
clickFun=
"Menu.openChangeMenu()"
/
>
<
button
type=
"button"
class=
"btn btn-primary button-margin"
onclick=
"Menu.delMenu()"
><i
class=
"fa fa-remove"
></i>
删除
</button
>
<
#
nbutton
name=
"删除"
icon=
"fa-remove"
clickFun=
"Menu.delMenu()"
/
>
</div>
</div>
<table
id=
"menuTable"
data-mobile-responsive=
"true"
<table
id=
"menuTable"
data-mobile-responsive=
"true"
data-click-to-select=
"true"
>
data-click-to-select=
"true"
>
...
...
src/main/webapp/WEB-INF/view/system/role/role.html
View file @
ca927e1d
...
@@ -17,17 +17,15 @@
...
@@ -17,17 +17,15 @@
<
#
NameCon
id=
"roleName"
name=
"角色名称"
/>
<
#
NameCon
id=
"roleName"
name=
"角色名称"
/>
</div>
</div>
<div
class=
"col-sm-3"
>
<div
class=
"col-sm-3"
>
<button
type=
"button"
class=
"btn btn-primary"
onclick=
"clickSearch()"
><i
<
#
button
name=
"搜索"
icon=
"fa-search"
clickFun=
"search()"
/>
class=
"fa fa-search"
></i>
搜索
</button>
</div>
</div>
</div>
</div>
<!-- End 搜索条件 -->
<!-- End 搜索条件 -->
<div
class=
"hidden-xs"
id=
"roleTableToolbar"
role=
"group"
>
<div
class=
"hidden-xs"
id=
"roleTableToolbar"
role=
"group"
>
<
button
type=
"button"
class=
"btn btn-primary"
onclick=
"Role.openAddRole()"
><i
class=
"fa fa-plus"
></i>
添加
</button
>
<
#
button
name=
"添加"
icon=
"fa-plus"
clickFun=
"Role.openAddRole()"
/
>
<
button
type=
"button"
class=
"btn btn-primary button-margin"
onclick=
"Role.openChangeRole()"
><i
class=
"fa fa-edit"
></i>
修改
</button
>
<
#
nbutton
name=
"修改"
icon=
"fa-edit"
clickFun=
"Role.openChangeRole()"
/
>
<
button
type=
"button"
class=
"btn btn-primary button-margin"
onclick=
"Role.delRole()"
><i
class=
"fa fa-remove"
></i>
删除
</button
>
<
#
nbutton
name=
"删除"
icon=
"fa-remove"
clickFun=
"Role.delRole()"
/
>
<
button
type=
"button"
class=
"btn btn-primary button-margin"
onclick=
"Role.assign()"
><i
class=
"fa fa-user-secret"
></i>
权限配置
</button
>
<
#
nbutton
name=
"权限配置"
icon=
"fa-user-secret"
clickFun=
"Role.assign()"
/
>
</div>
</div>
<table
id=
"roleTable"
data-mobile-responsive=
"true"
<table
id=
"roleTable"
data-mobile-responsive=
"true"
data-click-to-select=
"true"
>
data-click-to-select=
"true"
>
...
...
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