Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
JARVIS
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacob Dylan D. Vitug
JARVIS
Commits
b098a07d
Commit
b098a07d
authored
May 15, 2023
by
Jacob Dylan D. Vitug
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
editted sign up screen but not finished
parent
ff4d8f13
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
54 additions
and
4 deletions
+54
-4
signup.css
IPSystemTOPC/EmployeeProdDB/static/css/signup.css
+25
-0
signup.html
...mTOPC/EmployeeProdDB/templates/EmployeeProdDB/signup.html
+29
-4
No files found.
IPSystemTOPC/EmployeeProdDB/static/css/signup.css
View file @
b098a07d
...
...
@@ -77,4 +77,29 @@ body {
.button-cancel
{
background-color
:
white
;
border
:
1px
solid
black
;
}
.horizontal-align
{
display
:
flex
;
justify-content
:
space-between
;
}
.sex-input
{
width
:
150px
;
display
:
flex
;
}
.sex-input
input
{
display
:
flex
;
}
.sex-input
label
{
display
:
block
;
}
.sex-inner
{
display
:
flex
;
flex-direction
:
row
;
}
\ No newline at end of file
IPSystemTOPC/EmployeeProdDB/templates/EmployeeProdDB/signup.html
View file @
b098a07d
...
...
@@ -29,12 +29,37 @@
<form
method=
"POST"
action=
"{% url 'loginpage' %}"
>
{% csrf_token %}
<div
class=
"login-input-align"
>
<div
class=
"form-group has-feedback"
>
<input
type=
"text"
name=
"username"
id=
"username"
placeholder=
"Enter Username"
>
<div
class=
"form-group has-feedback horizontal-align"
>
<input
type=
"text"
name=
"fullname"
id=
"fullname"
placeholder=
"Enter Full Name"
>
<input
type=
"text"
name=
"username"
id=
"username"
placeholder=
"Enter Username"
>
</div>
<div
class=
"form-group has-feedback"
>
<div
class=
"form-group has-feedback horizontal-align"
>
<input
type=
"password"
name=
"password"
id=
"password"
placeholder=
"Enter Password"
>
<input
type=
"password"
name=
"password"
id=
"password"
placeholder=
"Renter Password"
>
<input
type=
"password"
name=
"password"
id=
"password"
placeholder=
"Re-enter Password"
>
</div>
<div
class=
"form-group has-feedback horizontal-align"
>
<div
class=
"sex-inner"
>
<label
for=
"sex"
class=
""
>
Sex:
</label>
<div
class=
"sex-input"
>
<input
type=
"radio"
id=
"male"
name=
"gender"
value=
"male"
required
/>
<label
for=
"male"
>
Male
</label>
<input
type=
"radio"
id=
"female"
name=
"gender"
value=
"female"
required
/>
<label
for=
"female"
>
Female
</label>
</div>
</div>
</div>
<!-- <input type="submit"> -->
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment