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
dc3dbdd4
Commit
dc3dbdd4
authored
Apr 10, 2017
by
fsn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
按钮封装成标签
parent
f7728f85
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
src/main/webapp/WEB-INF/view/common/tags/button.tag
+4
-0
src/main/webapp/WEB-INF/view/system/user/user.html
+1
-3
No files found.
src/main/webapp/WEB-INF/view/common/tags/button.tag
0 → 100644
View file @
dc3dbdd4
<button type="button" class="btn btn-primary" onclick="${clickFun}"><i
class="fa fa-search"></i> ${name}
</button>
\ No newline at end of file
src/main/webapp/WEB-INF/view/system/user/user.html
View file @
dc3dbdd4
...
@@ -16,9 +16,7 @@
...
@@ -16,9 +16,7 @@
<
#
NameCon
id=
"userName"
name=
"用户名称"
/>
<
#
NameCon
id=
"userName"
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=
"搜索"
clickFun=
"clickSearch()"
/>
class=
"fa fa-search"
></i>
搜索
</button>
</div>
</div>
</div>
</div>
<!-- End 搜索条件 -->
<!-- End 搜索条件 -->
...
...
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