Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
m4lab_tv1
User Account
Commits
5c4db62a
Commit
5c4db62a
authored
5 years ago
by
Rosanny Sihombing
Browse files
Options
Download
Email Patches
Plain Diff
devel config
parent
7342e618
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
views/forgotPwd.pug
+2
-2
views/forgotPwd.pug
views/profile.pug
+2
-3
views/profile.pug
views/registration.pug
+3
-3
views/registration.pug
with
7 additions
and
8 deletions
+7
-8
views/forgotPwd.pug
+
2
-
2
View file @
5c4db62a
...
@@ -40,7 +40,7 @@ html(lang="en")
...
@@ -40,7 +40,7 @@ html(lang="en")
for error, i in errors
for error, i in errors
div.alert.alert-danger.alert-dismissible.fade.show #{ error }
div.alert.alert-danger.alert-dismissible.fade.show #{ error }
a(class="close", href="#", data-dismiss="alert", aria-label="close") ×
a(class="close", href="#", data-dismiss="alert", aria-label="close") ×
form#forgotForm(class="form-signin", method="POST"
, action="/account/forgotPwd"
)
form#forgotForm(class="form-signin", method="POST")
img(src="https://transfer.hft-stuttgart.de/images/demo/m4lab_logo.jpg", class="img-responsive center-block", width="185", height="192")
img(src="https://transfer.hft-stuttgart.de/images/demo/m4lab_logo.jpg", class="img-responsive center-block", width="185", height="192")
div(class="form-row")
div(class="form-row")
input#inputEmail(name="inputEmail", type="email", class="form-control", placeholder="Email" required)
input#inputEmail(name="inputEmail", type="email", class="form-control", placeholder="Email" required)
...
@@ -53,4 +53,4 @@ html(lang="en")
...
@@ -53,4 +53,4 @@ html(lang="en")
// Bootstrap
// Bootstrap
script(src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous")
script(src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous")
// M4_LAB
// M4_LAB
script(src="/js/headfoot.js")
script(src="
https://transfer.hft-stuttgart.de
/js/headfoot.js")
This diff is collapsed.
Click to expand it.
views/profile.pug
+
2
-
3
View file @
5c4db62a
...
@@ -46,7 +46,7 @@ html(lang="en")
...
@@ -46,7 +46,7 @@ html(lang="en")
for error, i in errors
for error, i in errors
div.alert.alert-danger.alert-dismissible.fade.show #{ error }
div.alert.alert-danger.alert-dismissible.fade.show #{ error }
a(class="close", href="#", data-dismiss="alert", aria-label="close") ×
a(class="close", href="#", data-dismiss="alert", aria-label="close") ×
form#profileForm(method="POST",action="/updateProfile")
form#profileForm(method="POST",
action="/updateProfile")
div(class="form-row")
div(class="form-row")
div(class='form-group col-md-2')
div(class='form-group col-md-2')
label(for="title") Title
label(for="title") Title
...
@@ -92,5 +92,4 @@ html(lang="en")
...
@@ -92,5 +92,4 @@ html(lang="en")
// Bootstrap
// Bootstrap
script(src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous")
script(src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous")
// M4_LAB
// M4_LAB
script(src="https://transfer.hft-stuttgart.de/js/headfoot.js")
script(src="https://transfer.hft-stuttgart.de/js/headfoot.js")
\ No newline at end of file
This diff is collapsed.
Click to expand it.
views/registration.pug
+
3
-
3
View file @
5c4db62a
...
@@ -86,6 +86,6 @@ html(lang="en")
...
@@ -86,6 +86,6 @@ html(lang="en")
// toggle password
// toggle password
script(src='https://unpkg.com/bootstrap-show-password@1.2.1/dist/bootstrap-show-password.min.js')
script(src='https://unpkg.com/bootstrap-show-password@1.2.1/dist/bootstrap-show-password.min.js')
// M4_LAB
// M4_LAB
script(src="/account/js/generalFunction.js")
script(src="/js/generalFunction.js")
script(src="/account/js/registration.js")
script(src="/js/registration.js")
script(src="/js/headfoot.js")
script(src="https://transfer.hft-stuttgart.de/js/headfoot.js")
\ No newline at end of file
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets