Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2019-1-OpenSourceSW
/
StarCraft2 Build Recommendation
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
임에딘
2018-12-11 11:23:24 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d703de60d36fbbd087461ef68a9f1426b1e393e1
d703de60
1 parent
95c0221e
유저이름 검색창 기능 추가
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
index.html
index.html
View file @
d703de6
...
...
@@ -15,6 +15,14 @@
<br>
<div
class=
"col-md-3"
>
<form
id=
"searchform"
action
method=
"get"
>
<div
id=
"div_id_name"
class=
"form-group"
>
<label
for=
"id_name"
class=
"control-label "
>
유저 이름
</label>
<div
class=
"controls"
>
<input
class=
"textinput textInput form-control"
id=
"id_name"
maxlength=
"20"
name=
"name"
type=
"text"
>
</div>
</div>
<div
id=
"div_id_race"
class=
"form-group"
>
<label
for=
"id_race"
class=
"control-label "
>
종족
...
...
Please
register
or
login
to post a comment