Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
db movie
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ryujungsik
db movie
Commits
c6c42e11
Commit
c6c42e11
authored
4 years ago
by
ryujungsik
Browse files
Options
Downloads
Patches
Plain Diff
Upload New File
parent
9d9f1a56
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
signin.html
+91
-0
91 additions, 0 deletions
signin.html
with
91 additions
and
0 deletions
signin.html
0 → 100644
+
91
−
0
View file @
c6c42e11
<link
href=
"//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
rel=
"stylesheet"
id=
"bootstrap-css"
>
<script
src=
"//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"
></script>
<script
src=
"//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"
></script>
<!------ Include the above in your HEAD tag ---------->
<script
src=
"https://cdn.jsdelivr.net/jquery.validation/1.15.1/jquery.validate.min.js"
></script>
<link
href=
"https://fonts.googleapis.com/css?family=Kaushan+Script"
rel=
"stylesheet"
>
<link
href=
"https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
rel=
"stylesheet"
integrity=
"sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN"
crossorigin=
"anonymous"
>
<link
href=
"/static/css/signin.css"
rel=
"stylesheet"
>
<body>
<div
class=
"container"
>
<div
class=
"row"
>
<div
class=
"col-md-5 mx-auto"
>
<div
id=
"first"
>
<div
class=
"myform form "
>
<div
class=
"logo mb-3"
>
<div
class=
"col-md-12 text-center"
>
<h1>
Login
</h1>
</div>
</div>
<form
action=
"/Authenticate"
method=
"POST"
name=
"login"
>
<div
class=
"form-group"
>
<label
for=
"exampleInputEmail1"
>
AccountNumber
</label>
<input
type=
"text"
name=
"accountnumber"
class=
"form-control"
id=
"accountnumber"
aria-describedby=
"emailHelp"
placeholder=
"ID 입력"
>
</div>
<div
class=
"form-group"
>
<label
for=
"exampleInputEmail1"
>
Password
</label>
<input
type=
"password"
name=
"password"
id=
"password"
class=
"form-control"
aria-describedby=
"emailHelp"
placeholder=
"Password 입력"
>
</div>
<div
class=
"col-md-12 text-center "
>
<button
type=
"submit"
class=
" btn btn-block mybtn btn-primary tx-tfm"
>
Login
</button>
</div>
<div
class=
"col-md-12 "
>
<div
class=
"login-or"
>
<hr
class=
"hr-or"
>
<span
class=
"span-or"
>
or
</span>
</div>
</div>
<div
class=
"form-group"
>
<p
class=
"text-center"
>
ID가 없으신가요?
<a
href=
"#"
id=
"signup"
>
회원가입
</a></p>
</div>
</form>
</div>
</div>
<div
id=
"second"
>
<div
class=
"myform form "
>
<div
class=
"logo mb-3"
>
<div
class=
"col-md-12 text-center"
>
<h1
>
Signup
</h1>
</div>
</div>
<form
action=
"/joinRequest"
method=
"POST"
name=
"registration"
>
<div
class=
"form-group"
>
<label
for=
"exampleInputEmail1"
>
회원 ID
</label>
<input
type=
"text"
name=
"accountnumber"
class=
"form-control"
id=
"accountnumber"
aria-describedby=
"emailHelp"
placeholder=
"ID 입력"
>
</div>
<div
class=
"form-group"
>
<label
for=
"exampleInputEmail1"
>
First Name
</label>
<input
type=
"text"
name=
"firstname"
class=
"form-control"
id=
"firstname"
aria-describedby=
"emailHelp"
placeholder=
"Firstname 입력"
>
</div>
<div
class=
"form-group"
>
<label
for=
"exampleInputEmail1"
>
Last Name
</label>
<input
type=
"text"
name=
"lastname"
class=
"form-control"
id=
"lastname"
aria-describedby=
"emailHelp"
placeholder=
"Lastname 입력"
>
</div>
<div
class=
"form-group"
>
<label
for=
"exampleInputEmail1"
>
Email
</label>
<input
type=
"email"
name=
"email"
class=
"form-control"
id=
"email"
aria-describedby=
"emailHelp"
placeholder=
"email 입력"
>
</div>
<div
class=
"form-group"
>
<label
for=
"exampleInputEmail1"
>
Password
</label>
<input
type=
"password"
name=
"password"
id=
"password"
class=
"form-control"
aria-describedby=
"emailHelp"
placeholder=
"Password 입력"
>
</div>
<div
class=
"col-md-12 text-center mb-3"
>
<button
type=
"submit"
class=
" btn btn-block mybtn btn-primary tx-tfm"
>
JOIN
</button>
</div>
<div
class=
"col-md-12 "
>
<div
class=
"form-group"
>
<p
class=
"text-center"
><a
href=
"#"
id=
"signin"
>
ID가 있으신가요?
</a></p>
</div>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
<script
src=
"/static/js/signin.js"
></script>
</body>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment