Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
m4lab_tv1
User Account
Commits
55626444
Commit
55626444
authored
Dec 06, 2019
by
Wolfgang Knopki
Browse files
changed redirect paths relative to account in virews
parent
87b463d3
Pipeline
#351
passed with stage
in 10 seconds
Changes
6
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
views/forgotPwd.pug
View file @
55626444
...
...
@@ -40,7 +40,7 @@ html(lang="en")
for error, i in errors
div.alert.alert-danger.alert-dismissible.fade.show #{ error }
a(class="close", href="#", data-dismiss="alert", aria-label="close") ×
form#forgotForm(method="POST",action="/forgotPwd")
form#forgotForm(method="POST",action="/
account/
forgotPwd")
div(class="form-group row")
label(for="email") Email
input#inputEmail(name="inputEmail", type="email", class="form-control", placeholder="Email" required)
...
...
@@ -52,5 +52,5 @@ html(lang="en")
// Bootstrap
script(src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous")
// M4_LAB
script(src="/js/account.js")
script(src="/
account/
js/account.js")
script(src="https://transfer.hft-stuttgart.de/js/headfoot.js")
\ No newline at end of file
views/home.pug
View file @
55626444
...
...
@@ -3,10 +3,10 @@ extends layout
block content
if user !== null
h1 Hello, #{user.firstName}
a(href="/profile") Profile
a(href="/
account/
profile") Profile
br
a(href="/logout") Logout
a(href="/
account/
logout") Logout
else
h1 Welcome
br
a(href="/login") Login
a(href="/
account/
login") Login
views/profile.pug
View file @
55626444
...
...
@@ -35,8 +35,8 @@ html(lang="en")
span#fullname
div(class="nav flex-column nav-pills", id="v-pills-tab", role="tablist", aria-orientation="vertical")
a(class="nav-link" href="#" aria-selected="true") Profile
a(class="nav-link" href="/security" aria-selected="false") Security
a(class="nav-link" href="/services" aria-selected="false") Services
a(class="nav-link" href="/
account/
security" aria-selected="false") Security
a(class="nav-link" href="/
account/
services" aria-selected="false") Services
div(class="col-sm-9")
if successes
for success in successes
...
...
@@ -81,5 +81,5 @@ html(lang="en")
// Bootstrap
script(src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous")
// M4_LAB
script(src="/js/account.js")
script(src="/
account//
js/account.js")
script(src="https://transfer.hft-stuttgart.de/js/headfoot.js")
\ No newline at end of file
views/reset.pug
View file @
55626444
...
...
@@ -56,6 +56,6 @@ html(lang="en")
// Bootstrap
script(src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous")
// M4_LAB
script(src="/js/account.js")
script(src="/js/generalFunction.js")
script(src="/
account/
js/account.js")
script(src="/
account/
js/generalFunction.js")
script(src="https://transfer.hft-stuttgart.de/js/headfoot.js")
\ No newline at end of file
views/security.pug
View file @
55626444
...
...
@@ -34,9 +34,9 @@ html(lang="en")
h5
span#fullname
div(class="nav flex-column nav-pills", id="v-pills-tab", role="tablist", aria-orientation="vertical")
a(class="nav-link" href="/profile" aria-selected="true") Profile
a(class="nav-link" href="/
account/
profile" aria-selected="true") Profile
a(class="nav-link" href="#" aria-selected="false") Security
a(class="nav-link" href="/services" aria-selected="false") Services
a(class="nav-link" href="/
account/
services" aria-selected="false") Services
div(class="col-sm-9")
if successes
for success in successes
...
...
@@ -46,7 +46,7 @@ html(lang="en")
for error, i in errors
div.alert.alert-danger.alert-dismissible.fade.show #{ error }
a(class="close", href="#", data-dismiss="alert", aria-label="close") ×
form(class="needs-validation", method="post", action="/changePwd" novalidate)
form(class="needs-validation", method="post", action="/
account/
changePwd" novalidate)
div(class="form-group row")
label(for="currPwd") Current Password
input(id="inputCurrPwd", name="inputCurrPwd", type="password", class="form-control" required)
...
...
@@ -69,8 +69,8 @@ html(lang="en")
// Bootstrap
script(src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous")
// M4_LAB
script(src="/js/account.js")
script(src="/js/generalFunction.js")
script(src="/
account/
js/account.js")
script(src="/
account/
js/generalFunction.js")
script(src="https://transfer.hft-stuttgart.de/js/headfoot.js")
script.
// check input fields
...
...
views/services.pug
View file @
55626444
...
...
@@ -34,8 +34,8 @@ html(lang="en")
h5
span #{user.firstName} #{user.lastName}
div(class="nav flex-column nav-pills", id="v-pills-tab", role="tablist", aria-orientation="vertical")
a(class="nav-link" href="/profile" aria-selected="true") Profile
a(class="nav-link" href="/security" aria-selected="false") Security
a(class="nav-link" href="/
account/
profile" aria-selected="true") Profile
a(class="nav-link" href="/
account/
security" aria-selected="false") Security
a(class="nav-link" href="#" aria-selected="false") Services
div(class="col-sm-9")
if successes
...
...
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