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-07 03:55:43 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
465147cd50422385e0dd0dc900c8a4981f8faede
465147cd
1 parent
d8d59b6e
style modify submit button
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
views/index.ejs
views/index.ejs
View file @
465147c
...
...
@@ -7,8 +7,6 @@
<!-- 합쳐지고 최소화된 최신 CSS -->
<link
rel=
"stylesheet"
href=
"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css"
>
<link
rel=
'stylesheet'
href=
'/stylesheets/style.css'
/>
<<<<<<
< HEAD
=======
<!-- Jquery를 불러온다 -->
<script
type=
"text/javascript"
src=
"https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"
></script>
<script>
...
...
@@ -61,7 +59,6 @@
document
.
getElementById
(
'link'
).
setAttribute
(
'download'
,
fileName
);
// 다운로드 전 파일 이름을 변경해준다.
};
</script>
>>>>>>> 915eacfc5f4f474bf100af252cf05cd2b665fe4f
</head>
<body>
<!-- header -->
...
...
@@ -99,8 +96,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 =
"다시입력"
/>
<button
type =
"button"
onclick=
"getInfo();"
style=
"float:right; background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%); border: 0; "
class=
"btn btn-success"
>
제출
</button>
</p>
<button
type=
"button"
onclick=
"save();"
>
저장
</button>
<a
href=
"#"
id=
"link"
download=
"name"
>
다운로드
</a>
<button
type=
"button"
style=
"margin-right:5px;background-image: linear-gradient(120deg, #d4fc79 0%, #96e6a1 100%); border: 0; "
class=
"btn btn-success"
onclick=
"save();"
>
저장
</button>
<a
href=
"#"
id=
"link"
style=
"background-image: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%); border: 0; "
class=
"btn btn-success"
download=
"name"
>
다운로드
</a>
</form>
</div>
<!-- 인풋 폼 종료 -->
...
...
Please
register
or
login
to post a comment