Toggle navigation
Toggle navigation
This project
Loading...
Sign in
MWD
/
2020-02-OSS-TermProject
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
김태영
2020-12-02 14:50:37 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6714ea35723f56552244398f63676646fe390b99
6714ea35
1 parent
0ef066f6
style save and download button
- 로그 저장, 다운로드 버튼 추가
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
views/index.ejs
views/index.ejs
View file @
6714ea3
...
...
@@ -45,6 +45,8 @@
<input
type =
"reset"
style=
"float:right; margin-left:5px; background-image: linear-gradient(to top, #fbc2eb 0%, #a6c1ee 100%); border: 0;"
class=
"btn btn-warning"
value =
"다시입력"
/>
<input
type =
"submit"
style=
"float:right; background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%); border: 0; "
class=
"btn btn-success"
value =
"제출"
/>
</p>
<button
type=
"button"
onclick=
""
>
저장
</button>
<a
href=
"#"
id=
"link"
download=
"data.txt"
>
다운로드
</a>
</form>
</div>
<!-- 인풋 폼 종료 -->
...
...
Please
register
or
login
to post a comment