Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
projet-cdaw
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
Thibaut Felten
projet-cdaw
Commits
98970cfb
Commit
98970cfb
authored
Nov 26, 2020
by
thibaut-felten
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
151
parent
7b20f0e4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
12 deletions
+12
-12
Inscription.vue
frontend/src/views/Inscription.vue
+6
-6
Login.vue
frontend/src/views/Login.vue
+6
-6
No files found.
frontend/src/views/Inscription.vue
View file @
98970cfb
...
...
@@ -6,27 +6,27 @@
<form
action=
"post"
class=
"form"
>
<div
class=
"row lmargin"
>
<label
for=
"FirstName"
>
Prénom
</label>
<input
type=
"text"
name=
"FirstName"
>
<input
type=
"text"
name=
"FirstName"
required
>
</div>
<div
class=
"row lmargin"
>
<label
for=
"LastName"
>
Nom
</label>
<input
type=
"text"
name=
"LastName"
>
<input
type=
"text"
name=
"LastName"
required
>
</div>
<div
class=
"row lmargin"
>
<label
for=
"Login"
>
Login
</label>
<input
type=
"text"
name=
"Login"
>
<input
type=
"text"
name=
"Login"
required
>
</div>
<div
class=
"row lmargin"
>
<label
for=
"Email"
>
Email
</label>
<input
type=
"email"
name=
"Email"
>
<input
type=
"email"
name=
"Email"
required
>
</div>
<div
class=
"row lmargin"
>
<label
for=
"Password"
>
Mot de passe
</label>
<input
type=
"password"
name=
"Password"
>
<input
type=
"password"
name=
"Password"
required
>
</div>
<div
class=
"row lmargin"
>
<label
for=
"ConfirmPassword"
>
Confirmer MdP
</label>
<input
type=
"password"
name=
"ConfirmPassword"
>
<input
type=
"password"
name=
"ConfirmPassword"
required
>
</div>
<div
class=
"row lmargin"
>
<button
type=
"submit"
class=
"btn"
>
Valider
</button>
...
...
frontend/src/views/Login.vue
View file @
98970cfb
...
...
@@ -4,15 +4,15 @@
<div
class=
"column _600"
>
<h1>
Login
</h1>
<form
action=
"/"
method=
"post"
class=
"form"
>
<div
class=
"row l
margin
"
>
<div
class=
"row l
pad
"
>
<label
for=
"Login"
>
Login
</label>
<input
type=
"text"
name=
"Login"
>
<input
type=
"text"
name=
"Login"
required
>
</div>
<div
class=
"row l
margin
"
>
<div
class=
"row l
pad
"
>
<label
for=
"Password"
>
Mot de passe
</label>
<input
type=
"password"
name=
"Password"
>
<input
type=
"password"
name=
"Password"
required
>
</div>
<div
class=
"row l
margin
"
>
<div
class=
"row l
pad
"
>
<button
type=
"submit"
class=
"btn"
>
Valider
</button>
</div>
</form>
...
...
@@ -26,7 +26,7 @@
max-width
:
600px
;
}
.l
margin
{
.l
pad
{
padding
:
1%
;
justify-content
:
center
;
}
...
...
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