Toggle navigation
Toggle navigation
This project
Loading...
Sign in
신동해
/
Omniscient-Public-Point-Of-View
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
4
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
신동해
2021-12-09 08:33:29 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
45a71187ddea695839584ade02ed3feb60329ecb
45a71187
1 parent
0118da08
Update index.ejs : enable search function
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
views/index.ejs
views/index.ejs
View file @
45a7118
...
...
@@ -16,11 +16,11 @@
<!-- 메인페이지 대문 -->
<div
class=
"container mt-4"
style=
"padding: 180px 140px 180px 140px;"
>
<img
src=
"http://khuhub.khu.ac.kr/2018110651/Omniscient-Public-Point-Of-View/uploads/2d3e5b183ab5955354c9188aafc18085/main.png"
alt=
"main"
style=
"display: block; margin:0 auto; top:50px;"
/>
<form
action=
"/
add
"
method=
"GET"
>
<form
action=
"/
list
"
method=
"GET"
>
<div
class=
"input-group mb-3"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"주제 검색"
aria-label=
"주제 검색"
aria-describedby=
"button-addon2"
name =
"subject"
>
<div
class=
"input-group-append"
>
<button
class=
"btn btn-outline-secondary
"
type=
"button
"
id=
"button-addon2"
>
검색
</button>
<button
class=
"btn btn-outline-secondary
search"
type=
"submit
"
id=
"button-addon2"
>
검색
</button>
</div>
</div>
</form>
...
...
Please
register
or
login
to post a comment